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

26 lines
390 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:iron_door"
},
"tags": [ "crafting_table" ],
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:iron_door",
"count": 3
}
}
}