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

18 lines
255 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 3,
"item": "minecraft:iron_door"
}
}