diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-08 17:46:34 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 17:46:34 +1100 |
commit | f8a56abfb09bfb9e9005a26ab9e42a80b30f966a (patch) | |
tree | 86a2e9ff2f9d80e4566fc60d0c968ca9b77a6a92 /items/INFLATABLE_JERRY.json | |
parent | fcaae9f8f7ff42dcd42c2ec6fddd7ef64f46299f (diff) | |
parent | 50a5b5d568924333df1b61082fb977b5223d31f7 (diff) | |
download | NotEnoughUpdates-REPO-f8a56abfb09bfb9e9005a26ab9e42a80b30f966a.tar.gz NotEnoughUpdates-REPO-f8a56abfb09bfb9e9005a26ab9e42a80b30f966a.tar.bz2 NotEnoughUpdates-REPO-f8a56abfb09bfb9e9005a26ab9e42a80b30f966a.zip |
Merge pull request #292 from TymanWasTaken/master
Add wiki urls
Diffstat (limited to 'items/INFLATABLE_JERRY.json')
-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 +} |