Files
minecraft-assets/data/minecraft/recipe/iron_door.json
2025-02-19 18:31:59 +01:00

16 lines
231 B
JSON

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