diff options
-rw-r--r-- | items/INFLATABLE_JERRY.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/items/INFLATABLE_JERRY.json b/items/INFLATABLE_JERRY.json index 70022252..9a38e911 100644 --- a/items/INFLATABLE_JERRY.json +++ b/items/INFLATABLE_JERRY.json @@ -1,11 +1,11 @@ { "internalname": "INFLATABLE_JERRY", - "itemid": 383, + "itemid": "minecraft:spawn_egg", "displayname": "§fInflatable Jerry", "clickcommand": "", "damage": 120, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7May it be a light to you in\",1:\"§7dark places, when all other\",2:\"§7lights go out.\",3:\"\",4:\"§cDungeons only!\",5:\"\",6:\"§f§lCOMMON DUNGEON ITEM\"],Name:\"§fInflatable Jerry\"},ExtraAttributes:{id:\"INFLATABLE_JERRY\"}}", - "modver": "1.0.0", + "modver": "1.4-REL", "lore": [ "§7May it be a light to you in", "§7dark places, when all other", @@ -14,5 +14,10 @@ "§cDungeons only!", "", "§f§lCOMMON DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inflatable_Jerry" ] -}
\ No newline at end of file +} |