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

21 lines
No EOL
320 B
JSON

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