minecraft-src/data/minecraft/recipe/cherry_fence_gate.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
338 B
JSON

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