diff options
Diffstat (limited to 'items/SUPER_MAGIC_MUSHROOM_SOUP.json')
-rw-r--r-- | items/SUPER_MAGIC_MUSHROOM_SOUP.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/items/SUPER_MAGIC_MUSHROOM_SOUP.json b/items/SUPER_MAGIC_MUSHROOM_SOUP.json index e5a7a3ca..8aabdd7a 100644 --- a/items/SUPER_MAGIC_MUSHROOM_SOUP.json +++ b/items/SUPER_MAGIC_MUSHROOM_SOUP.json @@ -1,14 +1,15 @@ { - "itemid": "minecraft:mushroom_stew", + "itemid": "minecraft:skull", "displayname": "§9Mystical 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 §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\"}}", - "damage": 0, + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"55d809d5-8949-3df7-b756-d5d48b97b497\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTFlNWQwYzIzZWMxYTFmODEzYzBjNjNmMTEyZTU1YjdiMWM4N2ZlY2QzMjY5YzBmZGJjZTk2ZDAzYjU1OGMwOCJ9fX0=\u003d\u003d\"}]}},display:{Lore:[0:\"§7Consuming this soup on your\",1:\"§7private island allows the player\",2:\"§7to fly for §a200 minutes§7.\",3:\"\",4:\"§7Leaving the private island\",5:\"§7will pause the effect!\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Mystical Mushroom Soup\"},ExtraAttributes:{id:\"SUPER_MAGIC_MUSHROOM_SOUP\"}}", + "damage": 3, "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!", + "§7Consuming this soup on your", + "§7private island allows the player", + "§7to fly for §a200 minutes§7.", + "", + "§7Leaving the private island", + "§7will pause the effect!", "", "§9§lRARE" ], |