diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-11 15:34:39 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-11 15:34:39 -0500 |
commit | 5ca19312e7c4c1df771a67f0f30ab6acf7b92246 (patch) | |
tree | 5c91da1f9d1953c4f4e259a28322de7c36ea97a7 /items/SUPER_MAGIC_MUSHROOM_SOUP.json | |
parent | d0148357f30f174660d87b0f742c29c436b87b46 (diff) | |
download | NotEnoughUpdates-REPO-5ca19312e7c4c1df771a67f0f30ab6acf7b92246.tar.gz NotEnoughUpdates-REPO-5ca19312e7c4c1df771a67f0f30ab6acf7b92246.tar.bz2 NotEnoughUpdates-REPO-5ca19312e7c4c1df771a67f0f30ab6acf7b92246.zip |
Another Fix by Jani270
- Fixed Epic Wither Skeleton Pet
- Fixed Megalodon Pet
- Added Ferocity for Ocelot/Ghoul/Pigman/Shredder/Tiger
- Fixed Tiger first Ability
- Fixed Legy Bat
for all other things I just added a wiki url
Diffstat (limited to 'items/SUPER_MAGIC_MUSHROOM_SOUP.json')
-rw-r--r-- | items/SUPER_MAGIC_MUSHROOM_SOUP.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/items/SUPER_MAGIC_MUSHROOM_SOUP.json b/items/SUPER_MAGIC_MUSHROOM_SOUP.json index f545a879..88086e8c 100644 --- a/items/SUPER_MAGIC_MUSHROOM_SOUP.json +++ b/items/SUPER_MAGIC_MUSHROOM_SOUP.json @@ -1,11 +1,11 @@ { "internalname": "SUPER_MAGIC_MUSHROOM_SOUP", - "itemid": 282, + "itemid": "minecraft:mushroom_stew", "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", + "modver": "1.5-REL", "lore": [ "§7Consuming this Mushroom Soup on", "§7your private island allows the", @@ -14,5 +14,10 @@ "§7island will pause the effect!", "", "§9§lRARE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mystical_Mushroom_Soup" ] }
\ No newline at end of file |