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

21 lines
328 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:stone_tool_materials"
}
},
"pattern": [
"XX",
"X#",
" #"
],
"result": {
"item": "minecraft:stone_axe"
},
"show_notification": true
}