Files
minecraft-assets/data/minecraft/recipes/cherry_door.json
2023-08-23 18:29:06 +02:00

20 lines
315 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_door",
"key": {
"#": {
"item": "minecraft:cherry_planks"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 3,
"item": "minecraft:cherry_door"
},
"show_notification": true
}