minecraft-src/data/minecraft/recipe/copper_trapdoor.json
2025-07-04 01:41:11 +03:00

17 lines
No EOL
253 B
JSON

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