Files
IMoO/recipes/birch_fence_gate.json
T
2022-01-23 21:24:12 +03:00

29 lines
481 B
JSON

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