diff options
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" ], |