minecraft-assets/data/minecraft/recipes/golden_axe.json

19 lines
264 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
"X#",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:gold_ingot"
}
},
"result": {
"item": "minecraft:golden_axe"
}
}