Files
minecraft-assets/data/minecraft/recipe/diamond_pickaxe.json
2024-10-16 18:32:00 +02:00

17 lines
282 B
JSON

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