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

16 lines
262 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_trapdoor",
"key": {
"#": "minecraft:cherry_planks"
},
"pattern": [
"###",
"###"
],
"result": {
"count": 2,
"id": "minecraft:cherry_trapdoor"
}
}