minecraft-assets/data/minecraft/recipes/birch_fence_gate.json

21 lines
351 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": {
"item": "minecraft:birch_fence_gate"
},
"show_notification": true
}