diff options
author | BuildTools <james.jenour@protonmail.com> | 2020-07-10 00:46:38 +1000 |
---|---|---|
committer | BuildTools <james.jenour@protonmail.com> | 2020-07-10 00:46:38 +1000 |
commit | 59f892186059d909d8c4da2f77034c6aa7384d67 (patch) | |
tree | 8a7265777d0213f03e87cea429031bd1862af493 /items/MAGIC_MUSHROOM_SOUP.json | |
parent | 2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b (diff) | |
download | NotEnoughUpdates-REPO-59f892186059d909d8c4da2f77034c6aa7384d67.tar.gz NotEnoughUpdates-REPO-59f892186059d909d8c4da2f77034c6aa7384d67.tar.bz2 NotEnoughUpdates-REPO-59f892186059d909d8c4da2f77034c6aa7384d67.zip |
more dungeons garbo
Diffstat (limited to 'items/MAGIC_MUSHROOM_SOUP.json')
-rw-r--r-- | items/MAGIC_MUSHROOM_SOUP.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/MAGIC_MUSHROOM_SOUP.json b/items/MAGIC_MUSHROOM_SOUP.json index bfb512e9..f013afb6 100644 --- a/items/MAGIC_MUSHROOM_SOUP.json +++ b/items/MAGIC_MUSHROOM_SOUP.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:mushroom_stew", "displayname": "§aMagical Mushroom Soup", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consuming this Magical Mushroom\",1:\"§7Soup on your private island\",2:\"§7allows the player to fly for §a2\",3:\"§aminutes§7. Leaving the private\",4:\"§7island will remove the effect!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aMagical Mushroom Soup\"},ExtraAttributes:{id:\"MAGIC_MUSHROOM_SOUP\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consuming this Mushroom Soup on\",1:\"§7your private island allows the\",2:\"§7player to fly for §a2 minutes§7.\",3:\"§7Leaving the private island will\",4:\"§7pause the effect!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aMagical Mushroom Soup\"},ExtraAttributes:{id:\"MAGIC_MUSHROOM_SOUP\"}}", "damage": 0, "lore": [ - "§7Consuming this Magical Mushroom", - "§7Soup on your private island", - "§7allows the player to fly for §a2", - "§aminutes§7. Leaving the private", - "§7island will remove the effect!", + "§7Consuming this Mushroom Soup on", + "§7your private island allows the", + "§7player to fly for §a2 minutes§7.", + "§7Leaving the private island will", + "§7pause the effect!", "", "§a§lUNCOMMON" ], |