From 2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b Mon Sep 17 00:00:00 2001 From: BuildTools Date: Wed, 8 Jul 2020 14:52:27 +1000 Subject: dungeons & other stuff --- items/SUPER_MAGIC_MUSHROOM_SOUP.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/SUPER_MAGIC_MUSHROOM_SOUP.json (limited to 'items/SUPER_MAGIC_MUSHROOM_SOUP.json') diff --git a/items/SUPER_MAGIC_MUSHROOM_SOUP.json b/items/SUPER_MAGIC_MUSHROOM_SOUP.json new file mode 100644 index 00000000..f545a879 --- /dev/null +++ b/items/SUPER_MAGIC_MUSHROOM_SOUP.json @@ -0,0 +1,18 @@ +{ + "internalname": "SUPER_MAGIC_MUSHROOM_SOUP", + "itemid": 282, + "displayname": "§9Mystical Mushroom Soup", + "clickcommand": "", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consuming this Mushroom Soup on\",1:\"§7your private island allows the\",2:\"§7player to fly for §a200\",3:\"§aminutes§7. Leaving the private\",4:\"§7island will pause the effect!\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Mystical Mushroom Soup\"},ExtraAttributes:{id:\"SUPER_MAGIC_MUSHROOM_SOUP\"}}", + "modver": "1.0.0", + "lore": [ + "§7Consuming this Mushroom Soup on", + "§7your private island allows the", + "§7player to fly for §a200", + "§aminutes§7. Leaving the private", + "§7island will pause the effect!", + "", + "§9§lRARE" + ] +} \ No newline at end of file -- cgit