Files
Content-Monorepo/datapacks/legacy-mechanics/data/minecraft/recipe/enchanted_golden_apple.json
2026-04-12 19:54:53 -06:00

21 lines
299 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"GGG",
"GAG",
"GGG"
],
"key": {
"G": [
"minecraft:gold_block"
],
"A": [
"minecraft:apple"
]
},
"result": {
"id": "minecraft:enchanted_golden_apple",
"count": 1
}
}