diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/lime_wool.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/lime_wool.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/lime_wool.json b/minecrafttrivia/mcdata/recipes/lime_wool.json new file mode 100644 index 0000000..28e3ed1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:lime_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:lime_wool" + } +}
\ No newline at end of file |