Files
minecraft-assets/data/minecraft/recipe/copper_door.json
2024-10-16 18:32:00 +02:00

16 lines
235 B
JSON

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