Files
minecraft-assets/data/minecraft/recipe/copper_trapdoor.json
2024-06-13 21:50:08 +02:00

17 lines
253 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 2,
"id": "minecraft:copper_trapdoor"
}
}