Files
minecraft-assets/data/minecraft/recipes/birch_fence_gate.json
2024-03-13 18:29:36 +01:00

21 lines
336 B
JSON

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