minecraft-src/data/minecraft/recipe/iron_door.json
2025-07-04 02:00:41 +03:00

16 lines
No EOL
231 B
JSON

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