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

19 lines
259 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
"X#",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:wooden_axe"
}
}