diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-26 17:13:06 -0500 |
|---|---|---|
| committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-26 17:13:06 -0500 |
| commit | 3842e4e6c0b9a01b18fe1c9309c552d8edd4a07d (patch) | |
| tree | 37f4390b3246c3580852e198b50f96b291c93e7e | |
| parent | 4cfe3d2a5bd617e098efaee69bf5652f1c6755f1 (diff) | |
| download | NotEnoughUpdates-REPO-3842e4e6c0b9a01b18fe1c9309c552d8edd4a07d.tar.gz NotEnoughUpdates-REPO-3842e4e6c0b9a01b18fe1c9309c552d8edd4a07d.tar.bz2 NotEnoughUpdates-REPO-3842e4e6c0b9a01b18fe1c9309c552d8edd4a07d.zip | |
*enter creative name here*
52 files changed, 405 insertions, 111 deletions
diff --git a/constants/parents.json b/constants/parents.json index 4483e5dc..5d21e422 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -419,7 +419,7 @@ "REJUVENATE;5" ], "RESPIRATION;2": [ - "RESPIRATION;3", + "RESPIRATION;1", "RESPIRATION;3" ], "SAND": [ diff --git a/constants/petnums.json b/constants/petnums.json index 43a2211d..0cb85515 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -812,8 +812,7 @@ 0.2, 100.0, 0.0, - 10.0, - 0.2 + 0.5 ], "statNums": { "HEALTH": 1.0, @@ -825,8 +824,7 @@ 20, 100, 1, - 10, - 25 + 50 ], "statNums": { "HEALTH": 100.0, diff --git a/items/AUTO_RECOMBOBULATOR.json b/items/AUTO_RECOMBOBULATOR.json index b0098d40..7b04466c 100644 --- a/items/AUTO_RECOMBOBULATOR.json +++ b/items/AUTO_RECOMBOBULATOR.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.6-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Auto_Recombobulator" + ] }
\ No newline at end of file diff --git a/items/CATACOMBS_EXPERT_RING.json b/items/CATACOMBS_EXPERT_RING.json index d6f88131..c16773ce 100644 --- a/items/CATACOMBS_EXPERT_RING.json +++ b/items/CATACOMBS_EXPERT_RING.json @@ -14,5 +14,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.6-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Catacombs_Expert_Ring" + ] }
\ No newline at end of file diff --git a/items/CHEETAH_TALISMAN.json b/items/CHEETAH_TALISMAN.json new file mode 100644 index 00000000..9d59b690 --- /dev/null +++ b/items/CHEETAH_TALISMAN.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Cheetah Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cda9d88a-3da9-3c59-8bd7-3c3777784486\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTU1M2Y4ODU2ZGQ0NmRlN2UwNWQ0NmY1ZmMyZmI1OGVhZmJhNjgyOWIxMWIxNjBhMTU0NTYyMmU4OWNhYWEzMyJ9fX0\"}]}},display:{Lore:[0:\"§7Speed: §a+3\",1:\"\",2:\"§5§lEPIC ACCESSORY\"],Name:\"§5Cheetah Talisman\"},ExtraAttributes:{modifier:\"bizarre\",originTag:\"UNKNOWN\",id:\"CHEETAH_TALISMAN\",uuid:\"172a803d-6d55-44c4-bece-8de378ea7381\",timestamp:\"7/5/20 1:06 PM\"}}", + "damage": 3, + "lore": [ + "§7Speed: §a+3", + "", + "§7§8This item can be reforged!", + "§5§lEPIC ACCESSORY" + ], + "internalname": "CHEETAH_TALISMAN", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Cheetah_Talisman" + ] +} diff --git a/items/DEATH_BOW.json b/items/DEATH_BOW.json index d795a14a..bdfdb1a3 100644 --- a/items/DEATH_BOW.json +++ b/items/DEATH_BOW.json @@ -22,6 +22,9 @@ "internalname": "DEATH_BOW", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" + "modver": "1.6-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Death_Bow" + ] }
\ No newline at end of file diff --git a/items/ETERNAL_HOOF.json b/items/ETERNAL_HOOF.json index d3c6a330..ba63061c 100644 --- a/items/ETERNAL_HOOF.json +++ b/items/ETERNAL_HOOF.json @@ -23,5 +23,10 @@ }, "internalname": "ETERNAL_HOOF", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.7-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Eternal_Hoof" + ] }
\ No newline at end of file diff --git a/items/FREE_COOKIE.json b/items/FREE_COOKIE.json index 16ce3f3d..427f0e5f 100644 --- a/items/FREE_COOKIE.json +++ b/items/FREE_COOKIE.json @@ -22,6 +22,7 @@ "§6§lLEGENDARY" ], "internalname": "FREE_COOKIE", + "parent": "BOOSTER_COOKIE", "crafttext": "", "clickcommand": "", "modver": "1.6-REL", diff --git a/items/GIANT_CLEAVER.json b/items/GIANT_CLEAVER.json index d3ef0efe..9a84547f 100644 --- a/items/GIANT_CLEAVER.json +++ b/items/GIANT_CLEAVER.json @@ -22,6 +22,9 @@ "internalname": "GIANT_CLEAVER", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" + "modver": "1.6-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Giant_Cleaver" + ] }
\ No newline at end of file diff --git a/items/GIANT_FRAGMENT_BIGFOOT.json b/items/GIANT_FRAGMENT_BIGFOOT.json index b22f312c..dc06b5bd 100644 --- a/items/GIANT_FRAGMENT_BIGFOOT.json +++ b/items/GIANT_FRAGMENT_BIGFOOT.json @@ -16,6 +16,9 @@ "internalname": "GIANT_FRAGMENT_BIGFOOT", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" + "modver": "1.6-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bigfoot%27s_Lasso" + ] }
\ No newline at end of file diff --git a/items/GIANT_FRAGMENT_BOULDER.json b/items/GIANT_FRAGMENT_BOULDER.json index 3933b585..4282ef54 100644 --- a/items/GIANT_FRAGMENT_BOULDER.json +++ b/items/GIANT_FRAGMENT_BOULDER.json @@ -16,6 +16,9 @@ "internalname": "GIANT_FRAGMENT_BOULDER", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" + "modver": "1.6-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jolly_Pink_Rock" + ] }
\ No newline at end of file diff --git a/items/GIANT_FRAGMENT_DIAMOND.json b/items/GIANT_FRAGMENT_DIAMOND.json index 554c2782..4dd53f3a 100644 --- a/items/GIANT_FRAGMENT_DIAMOND.json +++ b/items/GIANT_FRAGMENT_DIAMOND.json @@ -15,5 +15,10 @@ ], "internalname": "GIANT_FRAGMENT_DIAMOND", "clickcommand": "", - "modver": "1.5-REL" + "modver": "1.6-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diamante%27s_Handle" + ] }
\ No newline at end of file diff --git a/items/GIANT_FRAGMENT_LASER.json b/items/GIANT_FRAGMENT_LASER.json index d4c116b9..5c9faa50 100644 --- a/items/GIANT_FRAGMENT_LASER.json +++ b/items/GIANT_FRAGMENT_LASER.json @@ -16,6 +16,9 @@ "internalname": "GIANT_FRAGMENT_LASER", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" + "modver": "1.6-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/L.A.S.R.%27s_eye" + ] }
\ No newline at end of file diff --git a/items/GOLDOR_THE_FISH.json b/items/GOLDOR_THE_FISH.json index ef835892..d8b26a02 100644 --- a/items/GOLDOR_THE_FISH.json +++ b/items/GOLDOR_THE_FISH.json @@ -13,5 +13,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.6-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Goldor_the_Fish" + ] }
\ No newline at end of file diff --git a/items/GOLD_NECRON_HEAD.json b/items/GOLD_NECRON_HEAD.json new file mode 100644 index 00000000..c1cabd8d --- /dev/null +++ b/items/GOLD_NECRON_HEAD.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cGolden Necron Head", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"34376e0f-2bd2-3e10-a48f-d2ebe40e1dbe\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU1MjgwNDU3MCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTY2OWUwYjQxZGE0ZmQ1OGY2MjViZmQxNDBiYjViMjRmODRkNTZlZGU2NjU4YjY4ZjEyNDQ3ODA0MmNkYWZlNiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d175\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+80 HP\",4:\"§7Defense: §a+40\",5:\"\",6:\"§7Obtained from killing §cNecron\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor VII§7.\",10:\"\",11:\"§7§8Right hand of the Wither King.\",12:\"§8Inherited the Catacombs eons\",13:\"§8ago. Never defeated, feared by\",14:\"§8anything living AND dead.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 700000 / 700000\",18:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§f§f§cGolden Necron Head\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"GOLD_NECRON_HEAD\",uuid:\"f30c8c58-831d-480d-b5fd-01756e3d2799\",timestamp:\"11/23/20 8:33 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Gear Score: §d175", + "§7Strength: §c+15", + "", + "§7Health: §a+80 HP", + "§7Defense: §a+40", + "", + "§7Obtained from killing §cNecron", + "§c§7in §cThe Catacombs §7lots of", + "§7times. Grants §a2x §7stats on", + "§7§cThe Catacombs Floor VII§7.", + "", + "§7§8Right hand of the Wither King.", + "§8Inherited the Catacombs eons", + "§8ago. Never defeated, feared by", + "§8anything living AND dead.", + "", + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" + ], + "internalname": "GOLD_NECRON_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.7-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HUNTER_RING.json b/items/HUNTER_RING.json index d31bfad1..8e28aa08 100644 --- a/items/HUNTER_RING.json +++ b/items/HUNTER_RING.json @@ -14,15 +14,15 @@ "§9§lRARE ACCESSORY" ], "recipe": { - "A1": "GOLDEN_TOOTH:64", - "A2": "GOLDEN_TOOTH:64", - "A3": "GOLDEN_TOOTH:64", - "B1": "GOLDEN_TOOTH:64", + "A1": "GOLDEN_TOOTH:32", + "A2": "GOLDEN_TOOTH:32", + "A3": "GOLDEN_TOOTH:32", + "B1": "GOLDEN_TOOTH:32", "B2": "GRIZZLY_BAIT:1", - "B3": "GOLDEN_TOOTH:64", - "C1": "GOLDEN_TOOTH:64", - "C2": "GOLDEN_TOOTH:64", - "C3": "GOLDEN_TOOTH:64" + "B3": "GOLDEN_TOOTH:32", + "C1": "GOLDEN_TOOTH:32", + "C2": "GOLDEN_TOOTH:32", + "C3": "GOLDEN_TOOTH:32" }, "slayer_req": "WOLF_7", "infoType": "WIKI_URL", @@ -30,4 +30,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Hunter_Ring" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/MAXOR_THE_FISH.json b/items/MAXOR_THE_FISH.json index 70669ca1..6848509a 100644 --- a/items/MAXOR_THE_FISH.json +++ b/items/MAXOR_THE_FISH.json @@ -12,5 +12,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.6-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Maxor_the_Fish" + ] }
\ No newline at end of file diff --git a/items/MELODY_HAIR.json b/items/MELODY_HAIR.json new file mode 100644 index 00000000..6762678c --- /dev/null +++ b/items/MELODY_HAIR.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:string", + "displayname": "§d♪ Melody\u0027s Hair ♫", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Intelligence: §a+6\",1:\"\",2:\"§7A single strand of hair\",3:\"§7from Melody\u0027s head.\",4:\"\",5:\"§7Left-Click: §eTune Up!\",6:\"§7Right-Click: §dPlay Note!\",7:\"\",8:\"§5§lEPIC ACCESSORY\"],Name:\"§d��� Melody\u0027s Hair ���\"},ExtraAttributes:{modifier:\"bizarre\",originTag:\"UNKNOWN\",id:\"MELODY_HAIR\",uuid:\"a3e47fb8-ed96-4ef1-b8e9-4269281e6efe\",tune:1,timestamp:\"12/19/19 10:55 AM\"}}", + "damage": 0, + "lore": [ + "§7Intelligence: §a+6", + "", + "§7A single strand of hair", + "§7from Melody\u0027s head.", + "", + "§7Left-Click: §eTune Up!", + "§7Right-Click: §dPlay Note!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC ACCESSORY" + ], + "internalname": "MELODY_HAIR", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Melody's_Hair" + ] +} diff --git a/items/MENDER_CROWN.json b/items/MENDER_CROWN.json index abc508a0..2f08b687 100644 --- a/items/MENDER_CROWN.json +++ b/items/MENDER_CROWN.json @@ -19,6 +19,9 @@ "internalname": "MENDER_CROWN", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" + "modver": "1.6-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mender_Crown" + ] }
\ No newline at end of file diff --git a/items/NECRON_BLADE.json b/items/NECRON_BLADE.json index e9c54105..a31f20f9 100644 --- a/items/NECRON_BLADE.json +++ b/items/NECRON_BLADE.json @@ -25,6 +25,9 @@ "internalname": "NECRON_BLADE", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" + "modver": "1.6-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necron\u0027s_Blade" + ] }
\ No newline at end of file diff --git a/items/NECRON_HANDLE.json b/items/NECRON_HANDLE.json index 48581b2c..88dd013c 100644 --- a/items/NECRON_HANDLE.json +++ b/items/NECRON_HANDLE.json @@ -11,6 +11,9 @@ "internalname": "NECRON_HANDLE", "crafttext": "", "clickcommand": "", - "modver": "1.6-REL", - "infoType": "" + "modver": "1.7-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Handle" + ] }
\ No newline at end of file diff --git a/items/PET_SKIN_SILVERFISH.json b/items/PET_SKIN_SILVERFISH.json new file mode 100644 index 00000000..6320b701 --- /dev/null +++ b/items/PET_SKIN_SILVERFISH.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Fortified Silverfish Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ee81d609-06c4-38e7-97e5-dd3ef196a4ba\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg1NTJmZjU5MTA0MmM0YTM4ZjhiYTA2MjY3ODRhZTI4YzQ1NDVhOTdkNDIzZmQ5MDM3YzM0MTAzNTU5MzI3MyJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Silverfish pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Fortified Silverfish Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SILVERFISH\",uuid:\"1380e849-f55b-4cc6-ab08-6085774e8ad9\",timestamp:\"11/22/20 8:59 PM\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Silverfish pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_SILVERFISH", + "crafttext": "", + "clickcommand": "", + "modver": "1.7-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PIGMAN_SWORD.json b/items/PIGMAN_SWORD.json index ae018c81..2b0cfe4f 100644 --- a/items/PIGMAN_SWORD.json +++ b/items/PIGMAN_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_sword", "displayname": "§6Pigman Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\"§7Crit Chance: §c+5%\",3:\"§7Crit Damage: §c+30%\",4:\"\",5:\"§6Item Ability: Burning Souls §e§lRIGHT CLICK\",6:\"§7Gain §a+50❈ Defense §7for §a5s§7\",7:\"§7and cast vortex of flames\",8:\"§7towards enemies, dealing up to\",9:\"§7§c30,000§7 over §a5§7 seconds.\",10:\"§8Mana Cost: §3400\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pigman Sword\"},ExtraAttributes:{id:\"PIGMAN_SWORD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\"§7Crit Chance: §c+5%\",3:\"§7Crit Damage: §c+30%\",4:\"\",5:\"§7Intelligence: §a+300\",6:\"\",7:\"§6Item Ability: Burning Souls §e§lRIGHT CLICK\",8:\"§7Gain §a+50❈ Defense §7for §a5s§7\",9:\"§7and cast vortex of flames\",10:\"§7towards enemies, dealing up to\",11:\"§7§c30,000§7 over §a5§7 seconds.\",12:\"§8Mana Cost: §3400\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pigman Sword\"},ExtraAttributes:{id:\"PIGMAN_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+200", @@ -9,7 +9,7 @@ "§7Crit Chance: §c+5%", "§7Crit Damage: §c+30%", "", - "§7Intelligence: §a+100", + "§7Intelligence: §a+300", "", "§6Item Ability: Burning Souls §e§lRIGHT CLICK", "§7Gain §a+50❈ Defense §7for §a5s§7", @@ -34,7 +34,7 @@ }, "internalname": "PIGMAN_SWORD", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "1.7-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pigman_Sword" diff --git a/items/POWER_WITHER_BOOTS.json b/items/POWER_WITHER_BOOTS.json index f0201b78..00c5b505 100644 --- a/items/POWER_WITHER_BOOTS.json +++ b/items/POWER_WITHER_BOOTS.json @@ -40,5 +40,10 @@ "internalname": "POWER_WITHER_BOOTS", "parent": "WITHER_BOOTS", "clickcommand": "viewrecipe", - "modver": "1.6-REL" + "modver": "1.7-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor" + ] }
\ No newline at end of file diff --git a/items/POWER_WITHER_CHESTPLATE.json b/items/POWER_WITHER_CHESTPLATE.json index a87b54cd..9c6acb1e 100644 --- a/items/POWER_WITHER_CHESTPLATE.json +++ b/items/POWER_WITHER_CHESTPLATE.json @@ -41,5 +41,10 @@ "internalname": "POWER_WITHER_CHESTPLATE", "parent": "WITHER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "1.6-REL" + "modver": "1.7-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor" + ] }
\ No newline at end of file diff --git a/items/POWER_WITHER_HELMET.json b/items/POWER_WITHER_HELMET.json index 55d0db46..76068444 100644 --- a/items/POWER_WITHER_HELMET.json +++ b/items/POWER_WITHER_HELMET.json @@ -40,5 +40,10 @@ "internalname": "POWER_WITHER_HELMET", "parent": "WITHER_HELMET", "clickcommand": "viewrecipe", |
