Files
IMoO/recipes_old/fence_gate.json
2022-01-24 20:17:51 +03:00

29 lines
469 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:fence_gate"
},
"tags": [ "crafting_table" ],
"group": "wooden_fence_gate",
"pattern": [
"#W#",
"#W#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:planks",
"data": 0
}
},
"result": {
"item": "minecraft:fence_gate"
}
}
}