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

17 lines
229 B
JSON

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