Files
minecraft-assets/data/minecraft/recipe/cherry_fence_gate.json
2025-03-05 18:31:24 +01:00

17 lines
294 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_fence_gate",
"key": {
"#": "minecraft:stick",
"W": "minecraft:cherry_planks"
},
"pattern": [
"#W#",
"#W#"
],
"result": {
"count": 1,
"id": "minecraft:cherry_fence_gate"
}
}