Files
IMoO/recipes_old/iron_shovel.json
2022-01-24 20:17:51 +03:00

28 lines
429 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:iron_shovel"
},
"tags": [ "crafting_table" ],
"pattern": [
"X",
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:iron_shovel"
}
}
}