Files
minecraft-assets/data/minecraft/recipe/cherry_door.json
2025-03-12 18:31:32 +01:00

17 lines
262 B
JSON

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