Files
minecraft-assets/data/minecraft/recipe/wooden_pickaxe.json
2024-06-13 21:50:08 +02:00

21 lines
307 B
JSON

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