Files
minecraft-assets/data/minecraft/recipes/stone_shovel.json
2019-04-06 17:15:10 +00:00

19 lines
264 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:stone_shovel"
}
}