Enchanted Golden Apple icon

Enchanted Golden Apple Give Command Generator

  • Item id: minecraft:enchanted_golden_apple
  • Command: /give

The enchanted golden apple is the one consumable the game deliberately keeps out of the crafting grid: survival players only ever pull it from loot chests, which makes /give the single faucet a server admin fully controls. That scarcity is the item's entire identity. Absorption IV, Resistance, and Fire Resistance stacked onto one food item outclasses anything brewable, and every player who spots the purple name and the permanent glint knows exactly what dropped.

Treat it as loot punctuation. One god apple sitting in a bastion-themed vault says this was the hardest chest more clearly than any sign, and a rarity override or a rename lets you disguise it or theme it. The examples below cover straight handouts, a disguised variant, and timed rations for a long boss phase.

Example commands

Vault-tier god apple

/give @p minecraft:enchanted_golden_apple[custom_name={text:"Heart of the Bastion",color:"light_purple"},lore=["Final vault reward","Eat before the last phase"]] 1

Custom name plus lore stack onto the built-in glint, producing a centerpiece drop that carries its own usage instructions.

Boss-phase ration pair

/give @p minecraft:enchanted_golden_apple 2

Two apples eaten back to back cover roughly ten minutes of Resistance and Fire Resistance on Java, enough to bridge an extended damage-heavy phase.

Disguised sleeper apple

/give @p minecraft:enchanted_golden_apple[custom_name="Suspicious Apple",rarity=common] 1

Overriding the default epic rarity down to common flattens the name color, hiding the best item in the loot table from a quick chest skim.

The same build across versions

Rows appear only where the output actually changes -- copy the one that matches your world.

Java 1.16

/give @p minecraft:enchanted_golden_apple{display:{Name:'{"text":"Heart of the Bastion","color":"light_purple"}',Lore:['{"text":"Final vault reward"}','{"text":"Eat before the last phase"}']}} 1

Java 1.21.4

/give @p minecraft:enchanted_golden_apple[custom_name='{"text":"Heart of the Bastion","color":"light_purple"}',lore=['{"text":"Final vault reward"}','{"text":"Eat before the last phase"}']] 1

Java 26.2

/give @p minecraft:enchanted_golden_apple[custom_name={text:"Heart of the Bastion",color:"light_purple"},lore=["Final vault reward","Eat before the last phase"]] 1

Bedrock 26.x

# Omitted Java-only item data for Bedrock: custom_name, lore.
/give @p enchanted_golden_apple 1
  • Omitted Java-only item data for Bedrock: custom_name, lore.

Worth knowing

  • There is no survival crafting recipe; enchanted golden apples generate only as chest loot in structures such as dungeons, mineshafts, desert temples, ruined portals, and bastion remnants.
  • On Java, eating one grants Absorption IV for two minutes, Regeneration II for twenty seconds, and both Resistance and Fire Resistance for five minutes each.
  • It carries a permanent enchantment glint despite holding no enchantments, and its default rarity is epic, which renders the item name in light purple.
  • The food value matches a regular golden apple exactly, 4 hunger points and 9.6 saturation, and it can likewise be eaten on a full hunger bar; the status-effect payload is the entire upgrade.

FAQ

Can I craft an enchanted golden apple in survival?

No. Java removed the recipe in 1.9 and it never came back, so outside of chest loot, /give and the creative inventory are the only sources.

What does an enchanted golden apple give that a regular golden apple does not?

On Java it upgrades Absorption to level IV and adds five minutes each of Resistance and Fire Resistance, none of which the plain apple provides. The hunger and saturation restored are identical.

Why does my enchanted golden apple glow when it has no enchantments?

The glint is baked into the item itself rather than granted by any enchantment. Every copy renders with it, including ones spawned by /give with no extra data.