minecraft-src/data/minecraft/recipe/cherry_fence.json
2025-07-04 02:00:41 +03:00

17 lines
No EOL
280 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "wooden_fence",
"key": {
"#": "minecraft:stick",
"W": "minecraft:cherry_planks"
},
"pattern": [
"W#W",
"W#W"
],
"result": {
"count": 3,
"id": "minecraft:cherry_fence"
}
}