Files
minecraft-assets/data/minecraft/recipe/copper_door.json
2025-02-05 18:31:24 +01:00

16 lines
235 B
JSON

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