Files
minecraft-assets/assets/minecraft/recipes/fence_gate.json
2018-01-13 19:17:52 +00:00

20 lines
291 B
JSON

{
"type": "crafting_shaped",
"group": "wooden_fence_gate",
"pattern": [
"#W#",
"#W#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:planks",
"data": 0
}
},
"result": {
"item": "minecraft:fence_gate"
}
}