Files
minecraft-assets/data/minecraft/recipe/iron_pickaxe.json
2025-03-12 18:31:32 +01:00

17 lines
276 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": "minecraft:stick",
"X": "#minecraft:iron_tool_materials"
},
"pattern": [
"XXX",
" # ",
" # "
],
"result": {
"count": 1,
"id": "minecraft:iron_pickaxe"
}
}