minecraft-assets/data/minecraft/recipes/crimson_trapdoor.json

19 lines
317 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_trapdoor",
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 2,
"item": "minecraft:crimson_trapdoor"
},
"show_notification": true
}