minecraft-src/data/minecraft/recipe/wooden_axe.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
300 B
JSON

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