diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/warped_fence_gate.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/warped_fence_gate.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/warped_fence_gate.json b/minecrafttrivia/mcdata/recipes/warped_fence_gate.json new file mode 100644 index 0000000..93f9cc0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_fence_gate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:warped_planks" + } + }, + "result": { + "item": "minecraft:warped_fence_gate" + } +}
\ No newline at end of file |