Files
minecraft-assets/assets/minecraft/recipes/fence_gate.json
2017-04-15 11:12:58 +00:00

19 lines
259 B
JSON

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