minecraft-assets/data/minecraft/recipes/wooden_shovel.json

21 lines
315 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:planks"
}
},
"pattern": [
"X",
"#",
"#"
],
"result": {
"item": "minecraft:wooden_shovel"
},
"show_notification": true
}