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