Files
minecraft-assets/data/minecraft/recipe/diamond_shovel.json
2025-02-19 18:31:59 +01:00

17 lines
275 B
JSON

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