Files
minecraft-assets/data/minecraft/recipes/stone_shovel.json
2024-02-28 18:28:54 +01:00

20 lines
297 B
JSON

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