Files
minecraft-assets/data/minecraft/recipes/cherry_door.json
2024-04-22 09:53:17 +02:00

19 lines
284 B
JSON

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