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