Files
minecraft-assets/data/minecraft/recipes/golden_apple.json
2023-02-15 18:28:18 +01:00

21 lines
320 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:gold_ingot"
},
"X": {
"item": "minecraft:apple"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"item": "minecraft:golden_apple"
},
"show_notification": true
}