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

21 lines
353 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_fence_gate",
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:jungle_planks"
}
},
"pattern": [
"#W#",
"#W#"
],
"result": {
"item": "minecraft:jungle_fence_gate"
},
"show_notification": true
}