Files
minecraft-assets/data/minecraft/recipe/golden_apple.json
2025-01-15 18:31:25 +01:00

17 lines
261 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:gold_ingot",
"X": "minecraft:apple"
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 1,
"id": "minecraft:golden_apple"
}
}