Chemical Reactor using Gold Ingot and Apple. Produces Golden Apple.
Golden Apple
Minecraft · by Mojang Studios
Acquisition
Crafting using Gold Ingot, Gold Ingot, Gold Ingot, Gold Ingot, Apple, Gold Ingot, Gold Ingot, Gold Ingot and Gold Ingot, arranged in the pattern shown. Produces Golden Apple.
Scrapbox using Scrap Box. Produces Golden Apple.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Bastion Hoglin Stable (minecraft) minecraft:bastion_hoglin_stable | 1–1 | 100% | — |
Loot table: Woodland Mansion (minecraft) minecraft:woodland_mansion | 1–1 | 100% | — |
Loot table: Stronghold Corridor (minecraft) minecraft:stronghold_corridor | 1–1 | 100% | — |
Loot table: Desert Pyramid (minecraft) minecraft:desert_pyramid | 1–1 | 100% | — |
Loot table: Igloo Chest (minecraft) minecraft:igloo_chest | 1–1 | 100% | — |
Loot table: Abandoned Mineshaft (minecraft) minecraft:abandoned_mineshaft | 1–1 | 100% | — |
Loot table: Bastion Other (minecraft) minecraft:bastion_other | 1–1 | 100% | — |
Loot table: Simple Dungeon (minecraft) minecraft:simple_dungeon | 1–1 | 100% | — |
Loot table: Underwater Ruin Big (minecraft) minecraft:underwater_ruin_big | 1–1 | 100% | — |
Loot table: Ruined Portal (minecraft) minecraft:ruined_portal | 1–1 | 100% | — |
Developer reference
- Registry name
minecraft:golden_apple- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:items/piglin_loved
Recipe JSON (3):
{
"recipe_type": "techreborn:chemical_reactor",
"pattern": null,
"ingredients": [
{
"item": "minecraft:gold_ingot"
},
{
"item": "minecraft:apple"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#X#",
"###"
],
"ingredients": {
"#": {
"item": "minecraft:gold_ingot"
},
"X": {
"item": "minecraft:apple"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "techreborn:scrapbox",
"pattern": null,
"ingredients": {
"item": "techreborn:scrap_box"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}