diff options
324 files changed, 2204 insertions, 693 deletions
diff --git a/items/ALL_SKILLS_SUPER_BOOST.json b/items/ALL_SKILLS_SUPER_BOOST.json index d9b44800..a3368aea 100644 --- a/items/ALL_SKILLS_SUPER_BOOST.json +++ b/items/ALL_SKILLS_SUPER_BOOST.json @@ -32,5 +32,10 @@ }, "internalname": "ALL_SKILLS_SUPER_BOOST", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/All_Skills_Exp_Super-Boost" + ] }
\ No newline at end of file diff --git a/items/BAT_PERSON_ARTIFACT.json b/items/BAT_PERSON_ARTIFACT.json index 7d0a3d4f..8da22cf6 100644 --- a/items/BAT_PERSON_ARTIFACT.json +++ b/items/BAT_PERSON_ARTIFACT.json @@ -29,5 +29,10 @@ }, "internalname": "BAT_PERSON_ARTIFACT", "clickcommand": "viewrecipe", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bat_Person_Artifact" + ] }
\ No newline at end of file diff --git a/items/BAT_PERSON_RING.json b/items/BAT_PERSON_RING.json index c4ac0606..5f8c62d0 100644 --- a/items/BAT_PERSON_RING.json +++ b/items/BAT_PERSON_RING.json @@ -29,5 +29,10 @@ }, "internalname": "BAT_PERSON_RING", "clickcommand": "viewrecipe", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bat_Person_Ring" + ] }
\ No newline at end of file diff --git a/items/BAT_PERSON_TALISMAN.json b/items/BAT_PERSON_TALISMAN.json index b236204d..561f4bfd 100644 --- a/items/BAT_PERSON_TALISMAN.json +++ b/items/BAT_PERSON_TALISMAN.json @@ -18,5 +18,10 @@ ], "internalname": "BAT_PERSON_TALISMAN", "clickcommand": "", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bat_Person_Talisman" + ] }
\ No newline at end of file diff --git a/items/BEASTMASTER_CREST_COMMON.json b/items/BEASTMASTER_CREST_COMMON.json index e134bd87..c7f2a1f2 100644 --- a/items/BEASTMASTER_CREST_COMMON.json +++ b/items/BEASTMASTER_CREST_COMMON.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fBeastmaster Crest", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Pet Exp Boost: §a+0.1%\",1:\"\",2:\"§7Gains stats based on how many\",3:\"§7mythological creatures and Minos\",4:\"§7followers you\u0027ve slain.\",5:\"\",6:\"§7Your kills: §21§8/25\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§f§lCOMMON ACCESSORY\"],Name:\"§fBeastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_COMMON\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Pet Exp Boost: §a+0.1%\",1:\"\",2:\"§7Gains stats based on how many\",3:\"§7mythological creatures and Minos\",4:\"§7followers you\u0027ve slain.\",5:\"\",6:\"§7Your kills: §20§8/25\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§f§lCOMMON ACCESSORY\"],Name:\"§fBeastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_COMMON\"}}", "damage": 3, "lore": [ "§7Pet Exp Boost: §a+0.1%", @@ -10,14 +10,17 @@ "§7mythological creatures and Minos", "§7followers you\u0027ve slain.", "", - "§7Your kills: §21§8/25", + "§7Your kills: §20§8/25", "", "§7§8This item can be reforged!", "§f§lCOMMON ACCESSORY" ], "internalname": "BEASTMASTER_CREST_COMMON", "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Beastmaster_Crest" + ] }
\ No newline at end of file diff --git a/items/BEASTMASTER_CREST_EPIC.json b/items/BEASTMASTER_CREST_EPIC.json index 5066f88b..9f3de477 100644 --- a/items/BEASTMASTER_CREST_EPIC.json +++ b/items/BEASTMASTER_CREST_EPIC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Beastmaster Crest", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+0.2 HP\",1:\"§7Intelligence: §a+0.2\",2:\"\",3:\"§7Pet Exp Boost: §a+0.4%\",4:\"\",5:\"§7Gains stats based on how many\",6:\"§7mythological creatures and Minos\",7:\"§7followers you\u0027ve slain.\",8:\"\",9:\"§7Your kills: §21§8/25\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC ACCESSORY\"],Name:\"§5Beastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_EPIC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+0.2 HP\",1:\"§7Intelligence: §a+0.2\",2:\"\",3:\"§7Pet Exp Boost: §a+0.4%\",4:\"\",5:\"§7Gains stats based on how many\",6:\"§7mythological creatures and Minos\",7:\"§7followers you\u0027ve slain.\",8:\"\",9:\"§7Your kills: §20§8/25\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC ACCESSORY\"],Name:\"§5Beastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_EPIC\"}}", "damage": 3, "lore": [ "§7Health: §a+0.2 HP", @@ -13,14 +13,17 @@ "§7mythological creatures and Minos", "§7followers you\u0027ve slain.", "", - "§7Your kills: §21§8/25", + "§7Your kills: §20§8/25", "", "§7§8This item can be reforged!", "§5§lEPIC ACCESSORY" ], "internalname": "BEASTMASTER_CREST_EPIC", "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Beastmaster_Crest" + ] }
\ No newline at end of file diff --git a/items/BEASTMASTER_CREST_LEGENDARY.json b/items/BEASTMASTER_CREST_LEGENDARY.json index df418568..9a0affe3 100644 --- a/items/BEASTMASTER_CREST_LEGENDARY.json +++ b/items/BEASTMASTER_CREST_LEGENDARY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Beastmaster Crest", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+0.3 HP\",1:\"§7Intelligence: §a+0.3\",2:\"\",3:\"§7Pet Exp Boost: §a+0.5%\",4:\"\",5:\"§7Gains stats based on how many\",6:\"§7mythological creatures and Minos\",7:\"§7followers you\u0027ve slain.\",8:\"\",9:\"§7Your kills: §21§8/25\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Beastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_LEGENDARY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+0.3 HP\",1:\"§7Intelligence: §a+0.3\",2:\"\",3:\"§7Pet Exp Boost: §a+0.5%\",4:\"\",5:\"§7Gains stats based on how many\",6:\"§7mythological creatures and Minos\",7:\"§7followers you\u0027ve slain.\",8:\"\",9:\"§7Your kills: §20§8/25\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Beastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_LEGENDARY\"}}", "damage": 3, "lore": [ "§7Health: §a+0.3 HP", @@ -13,14 +13,17 @@ "§7mythological creatures and Minos", "§7followers you\u0027ve slain.", "", - "§7Your kills: §21§8/25", + "§7Your kills: §20§8/25", "", "§7§8This item can be reforged!", "§6§lLEGENDARY ACCESSORY" ], "internalname": "BEASTMASTER_CREST_LEGENDARY", "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Beastmaster_Crest" + ] }
\ No newline at end of file diff --git a/items/BEASTMASTER_CREST_RARE.json b/items/BEASTMASTER_CREST_RARE.json index ec10db74..fb6170c2 100644 --- a/items/BEASTMASTER_CREST_RARE.json +++ b/items/BEASTMASTER_CREST_RARE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Beastmaster Crest", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Intelligence: §a+0.2\",1:\"\",2:\"§7Pet Exp Boost: §a+0.3%\",3:\"\",4:\"§7Gains stats based on how many\",5:\"§7mythological creatures and Minos\",6:\"§7followers you\u0027ve slain.\",7:\"\",8:\"§7Your kills: §21§8/25\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE ACCESSORY\"],Name:\"§9Beastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_RARE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Intelligence: §a+0.2\",1:\"\",2:\"§7Pet Exp Boost: §a+0.3%\",3:\"\",4:\"§7Gains stats based on how many\",5:\"§7mythological creatures and Minos\",6:\"§7followers you\u0027ve slain.\",7:\"\",8:\"§7Your kills: §20§8/25\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE ACCESSORY\"],Name:\"§9Beastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_RARE\"}}", "damage": 3, "lore": [ "§7Intelligence: §a+0.2", @@ -12,14 +12,17 @@ "§7mythological creatures and Minos", "§7followers you\u0027ve slain.", "", - "§7Your kills: §21§8/25", + "§7Your kills: §20§8/25", "", "§7§8This item can be reforged!", "§9§lRARE ACCESSORY" ], "internalname": "BEASTMASTER_CREST_RARE", "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Beastmaster_Crest" + ] }
\ No newline at end of file diff --git a/items/BEASTMASTER_CREST_UNCOMMON.json b/items/BEASTMASTER_CREST_UNCOMMON.json index 6be8c3e5..d628ec89 100644 --- a/items/BEASTMASTER_CREST_UNCOMMON.json +++ b/items/BEASTMASTER_CREST_UNCOMMON.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aBeastmaster Crest", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Intelligence: §a+0.1\",1:\"\",2:\"§7Pet Exp Boost: §a+0.2%\",3:\"\",4:\"§7Gains stats based on how many\",5:\"§7mythological creatures and Minos\",6:\"§7followers you\u0027ve slain.\",7:\"\",8:\"§7Your kills: §21§8/25\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aBeastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_UNCOMMON\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Intelligence: §a+0.1\",1:\"\",2:\"§7Pet Exp Boost: §a+0.2%\",3:\"\",4:\"§7Gains stats based on how many\",5:\"§7mythological creatures and Minos\",6:\"§7followers you\u0027ve slain.\",7:\"\",8:\"§7Your kills: §20§8/25\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aBeastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_UNCOMMON\"}}", "damage": 3, "lore": [ "§7Intelligence: §a+0.1", @@ -12,14 +12,17 @@ "§7mythological creatures and Minos", "§7followers you\u0027ve slain.", "", - "§7Your kills: §21§8/25", + "§7Your kills: §20§8/25", "", "§7§8This item can be reforged!", "§a§lUNCOMMON ACCESSORY" ], "internalname": "BEASTMASTER_CREST_UNCOMMON", "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Beastmaster_Crest" + ] }
\ No newline at end of file diff --git a/items/BEATING_HEART.json b/items/BEATING_HEART.json index 2457e2fd..a6fc1e1d 100644 --- a/items/BEATING_HEART.json +++ b/items/BEATING_HEART.json @@ -1,11 +1,11 @@ { "internalname": "BEATING_HEART", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Beating Heart", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fa6441c8-e2df-3e28-8365-08cb38364943\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTMzODM0N2M4YTg0NTY2MDJmM2JkOWFlNzhhZDM4M2E3ZGU2YjU2OWJiNjBiY2Y3ZjdiNDM0NWYwZWY2NDA0NSJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Bloody §7reforge\",5:\"§7to accessories.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXVIII§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Beating Heart\"},ExtraAttributes:{id:\"BEATING_HEART\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -18,5 +18,10 @@ "§aXVIII§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Beating_Heart" ] }
\ No newline at end of file diff --git a/items/BEE;0.json b/items/BEE;0.json index 32e667ac..a0f550cb 100644 --- a/items/BEE;0.json +++ b/items/BEE;0.json @@ -24,6 +24,9 @@ "internalname": "BEE;0", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bee_Pet" + ] }
\ No newline at end of file diff --git a/items/BIGGER_TEETH.json b/items/BIGGER_TEETH.json index 8f4b34bf..8f70d49d 100644 --- a/items/BIGGER_TEETH.json +++ b/items/BIGGER_TEETH.json @@ -32,5 +32,10 @@ }, "internalname": "BIGGER_TEETH", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bigger_Teeth" + ] }
\ No newline at end of file diff --git a/items/BITS_TALISMAN.json b/items/BITS_TALISMAN.json index 18f9efe7..d9dd1d05 100644 --- a/items/BITS_TALISMAN.json +++ b/items/BITS_TALISMAN.json @@ -14,6 +14,9 @@ "internalname": "BITS_TALISMAN", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bits_Talisman" + ] }
\ No newline at end of file diff --git a/items/BLESSED_BAIT.json b/items/BLESSED_BAIT.json index 277a0437..2933726c 100644 --- a/items/BLESSED_BAIT.json +++ b/items/BLESSED_BAIT.json @@ -25,6 +25,10 @@ }, "internalname": "BLESSED_BAIT", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Prismarine Crystals VI" + "modver": "1.5-REL", + "crafttext": "Requires: Prismarine Crystals VI", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" + ] }
\ No newline at end of file diff --git a/items/BLESSED_FRUIT.json b/items/BLESSED_FRUIT.json index 12d88204..2719643d 100644 --- a/items/BLESSED_FRUIT.json +++ b/items/BLESSED_FRUIT.json @@ -19,6 +19,9 @@ "internalname": "BLESSED_FRUIT", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Blessed_Fruit" + ] }
\ No newline at end of file diff --git a/items/BLUE_SHARK_TOOTH.json b/items/BLUE_SHARK_TOOTH.json index e6ed2e2b..30149ae9 100644 --- a/items/BLUE_SHARK_TOOTH.json +++ b/items/BLUE_SHARK_TOOTH.json @@ -13,5 +13,10 @@ ], "internalname": "BLUE_SHARK_TOOTH", "clickcommand": "", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Blue_Shark_Tooth" + ] }
\ No newline at end of file diff --git a/items/BONZO_FRAGMENT.json b/items/BONZO_FRAGMENT.json index 8b24c5f2..b50389db 100644 --- a/items/BONZO_FRAGMENT.json +++ b/items/BONZO_FRAGMENT.json @@ -11,6 +11,9 @@ "internalname": "BONZO_FRAGMENT", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bonzo_Fragment" + ] }
\ No newline at end of file diff --git a/items/BROKEN_PIGGY_BANK.json b/items/BROKEN_PIGGY_BANK.json index d4a1b585..a83d0922 100644 --- a/items/BROKEN_PIGGY_BANK.json +++ b/items/BROKEN_PIGGY_BANK.json @@ -5,7 +5,7 @@ "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"758ba8b2-2fad-3ea2-baf4-a6c3e559295a\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzUzMDE2MDgyNzUsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I1OTAyMDdhZWVhMmQ4ZmM4MDE5NGYyYTEwOWY1YjE5OTljOTFlYmQzNzdkZmYwMWI5ZTdlYmUwOTFhM2E0MTkifX19\"}]}},display:{Lore:[0:\"§7It broke!\",1:\"\",2:\"§eRight-click to view recipe!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§a§7Broken Piggy Bank\"},ExtraAttributes:{originTag:\"BROKEN_PIGGY_BANK\",id:\"BROKEN_PIGGY_BANK\",uuid:\"268b29df-6522-491f-8ffa-8d65da6db274\",timestamp:\"7/6/20 10:58 PM\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7It broke!", "", @@ -13,5 +13,10 @@ "", "§7§8This item can be reforged!", "§a§lUNCOMMON ACCESSORY" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Piggy_Bank" ] }
\ No newline at end of file diff --git a/items/CANDY_CORN.json b/items/CANDY_CORN.json index 18073945..61a5c41c 100644 --- a/items/CANDY_CORN.json +++ b/items/CANDY_CORN.json @@ -16,6 +16,9 @@ "internalname": "CANDY_CORN", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Candy_Corn" + ] }
\ No newline at end of file diff --git a/items/CANDY_RELIC.json b/items/CANDY_RELIC.json index 8808c791..a45bfbe5 100644 --- a/items/CANDY_RELIC.json +++ b/items/CANDY_RELIC.json @@ -15,6 +15,9 @@ "internalname": "CANDY_RELIC", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Candy_Relic" + ] }
\ No newline at end of file diff --git a/items/CARROT_BAIT.json b/items/CARROT_BAIT.json index 692ca971..9e3d6b7e 100644 --- a/items/CARROT_BAIT.json +++ b/items/CARROT_BAIT.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fCarrot Bait", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0842969c-2692-3bd7-8483-2b7b2c2b7f63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGQzYTZiZDk4YWMxODMzYzY2NGM0OTA5ZmY4ZDJkYzYyY2U4ODdiZGNmM2NjNWIzODQ4NjUxYWU1YWY2YiJ9fX0=\"}]}},display:{Lore:[0:\"§7§8Fishing Bait\",1:\"§7§8Consumes on Cast\",2:\"§7\",3:\"§7Chance of fishing up... a\",4:\"§7rabbit?\",5:\"\",6:\"§f§lCOMMON BAIT\"],Name:\"§fCarrot Bait\"},ExtraAttributes:{id:\"CARROT_BAIT\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0842969c-2692-3bd7-8483-2b7b2c2b7f63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGQzYTZiZDk4YWMxODMzYzY2NGM0OTA5ZmY4ZDJkYzYyY2U4ODdiZGNmM2NjNWIzODQ4NjUxYWU1YWY2YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§8Fishing Bait\",1:\"§7§8Consumes on Cast\",2:\"§7\",3:\"§7Chance of fishing up... a\",4:\"§7rabbit?\",5:\"\",6:\"§f§lCOMMON BAIT\"],Name:\"§fCarrot Bait\"},ExtraAttributes:{id:\"CARROT_BAIT\"}}", "damage": 3, "lore": [ "§7§8Fishing Bait", @@ -25,5 +25,10 @@ }, "internalname": "CARROT_BAIT", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" + ] }
\ No newline at end of file diff --git a/items/COLOSSAL_EXP_BOTTLE.json b/items/COLOSSAL_EXP_BOTTLE.json index c1f1a1e0..4d34b3d0 100644 --- a/items/COLOSSAL_EXP_BOTTLE.json +++ b/items/COLOSSAL_EXP_BOTTLE.json @@ -22,5 +22,10 @@ }, "internalname": "COLOSSAL_EXP_BOTTLE", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Colossal_Experience_Bottle" + ] }
\ No newline at end of file diff --git a/items/COLOSSAL_EXP_BOTTLE_UPGRADE.json b/items/COLOSSAL_EXP_BOTTLE_UPGRADE.json index 9592e0ce..0eb19ca7 100644 --- a/items/COLOSSAL_EXP_BOTTLE_UPGRADE.json +++ b/items/COLOSSAL_EXP_BOTTLE_UPGRADE.json @@ -14,5 +14,10 @@ ], "internalname": "COLOSSAL_EXP_BOTTLE_UPGRADE", "clickcommand": "", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Colossal_Experience_Bottle_Upgrade" + ] }
\ No newline at end of file diff --git a/items/CRACKED_PIGGY_BANK.json b/items/CRACKED_PIGGY_BANK.json index 498f57d6..7651a792 100644 --- a/items/CRACKED_PIGGY_BANK.json +++ b/items/CRACKED_PIGGY_BANK.json @@ -5,7 +5,7 @@ "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"be4aa523-6244-3090-84bc-9ca9e7ab1b0d\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzU0ODY2NjM0OTQsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE0YTdhYWMwODU5M2ExYTBiYzY2NjZmZTBhZWVkZmIxOTVkNDEzZmM5Y2Y4N2M3M2Y0YThjMDRkYTY0MTg4NTcifX19\"}]}},display:{Lore:[0:\"§7Saves §c75% §7of your coins on death.\",1:\"§7Only when in player inventory.\",2:\"§cVery fragile!\",3:\"\",4:\"§8Triggers when losing 20k+ coins.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§a§cCracked Piggy Bank\"},ExtraAttributes:{originTag:\"CRACKED_PIGGY_BANK\",id:\"CRACKED_PIGGY_BANK\",uuid:\"a74c20e0-0397-4cec-b6a9-d83db215ba53\",timestamp:\"7/7/20 10:18 AM\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7Saves §c75% §7of your coins on death.", "§7Only when in player inventory.", @@ -15,5 +15,10 @@ "", "§7§8This item can be reforged!", "§a§lUNCOMMON ACCESSORY" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Piggy_Bank" ] }
\ No newline at end of file diff --git a/items/CROCHET_TIGER_PLUSHIE.json b/items/CROCHET_TIGER_PLUSHIE.json index 2155922d..5872817b 100644 --- a/items/CROCHET_TIGER_PLUSHIE.json +++ b/items/CROCHET_TIGER_PLUSHIE.json @@ -22,6 +22,9 @@ "internalname": "CROCHET_TIGER_PLUSHIE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crochet_Tiger_Plushie" + ] }
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_BOOTS.json b/items/CRYPT_WITHERLORD_BOOTS.json index 2a7dbc37..d989df21 100644 --- a/items/CRYPT_WITHERLORD_BOOTS.json +++ b/items/CRYPT_WITHERLORD_BOOTS.json @@ -19,6 +19,9 @@ "internalname": "CRYPT_WITHERLORD_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crypt_Witherlord_Armor" + ] }
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_CHESTPLATE.json b/items/CRYPT_WITHERLORD_CHESTPLATE.json index 8c5f6808..06b08a1f 100644 --- a/items/CRYPT_WITHERLORD_CHESTPLATE.json +++ b/items/CRYPT_WITHERLORD_CHESTPLATE.json @@ -19,6 +19,9 @@ "internalname": "CRYPT_WITHERLORD_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crypt_Witherlord_Armor" + ] }
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_HELMET.json b/items/CRYPT_WITHERLORD_HELMET.json index a41ac14b..a17775b3 100644 --- a/items/CRYPT_WITHERLORD_HELMET.json +++ b/items/CRYPT_WITHERLORD_HELMET.json @@ -19,6 +19,9 @@ "internalname": "CRYPT_WITHERLORD_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crypt_Witherlord_Armor" + ] }
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_LEGGINGS.json b/items/CRYPT_WITHERLORD_LEGGINGS.json index 678a1ec9..0f88fd7c 100644 --- a/items/CRYPT_WITHERLORD_LEGGINGS.json +++ b/items/CRYPT_WITHERLORD_LEGGINGS.json @@ -19,6 +19,9 @@ "internalname": "CRYPT_WITHERLORD_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crypt_Witherlord_Armor" + ] }
\ No newline at end of file diff --git a/items/DAEDALUS_AXE.json b/items/DAEDALUS_AXE.json index 57efaa67..d7bcfbe1 100644 --- a/items/DAEDALUS_AXE.json +++ b/items/DAEDALUS_AXE.json @@ -30,5 +30,10 @@ }, "internalname": "DAEDALUS_AXE", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Daedalus_Axe" + ] }
\ No newline at end of file diff --git a/items/DARK_BAIT.json b/items/DARK_BAIT.json index 9a8e337a..daf16899 100644 --- a/items/DARK_BAIT.json +++ b/items/DARK_BAIT.json @@ -25,6 +25,10 @@ }, "internalname": "DARK_BAIT", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Ink Sack II" + "modver": "1.5-REL", + "crafttext": "Requires: Ink Sack II", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" + ] }
\ No newline at end of file diff --git a/items/DARK_GOGGLES.json b/items/DARK_GOGGLES.json index 4e201ec7..1b93ddbe 100644 --- a/items/DARK_GOGGLES.json +++ b/items/DARK_GOGGLES.json @@ -1,11 +1,11 @@ { "internalname": "DARK_GOGGLES", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Dark Goggles", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"795d1347-6d0a-3ed7-a340-383b202e4d86\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjkzMTk1MjU4MjVmMWYzMDcyN2ViOTQwZDNhMDY0MjZiYzRjZWMwN2ZiZDgwYWY1Y2QxNDZlM2ViMzg3OWY2OCJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d75\",1:\"§7Intelligence: §a+150\",2:\"\",3:\"§7Your abilities deal §c+50%\",4:\"§c§7damage to undead monsters.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 35000 / 35000\",8:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9Dark Goggles\"},ExtraAttributes:{id:\"DARK_GOGGLES\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7Gear Score: §d75", "§7Intelligence: §a+150", @@ -16,5 +16,10 @@ "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", "§9§lRARE DUNGEON HELMET" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dark_Goggles" ] }
\ No newline at end of file diff --git a/items/DEATH_BOW.json b/items/DEATH_BOW.json index d29a1c7f..6679fe25 100644 --- a/items/DEATH_BOW.json +++ b/items/DEATH_BOW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bow", "displayname": "§5Death Bow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d260 §8(385)\",1:\"§7Damage: §c+220 §8(+345.4)\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§aPerfect 52500 / 52500\",5:\"§7§4❣ §cRequires §aCatacombs Level 16\",6:\"§5§lEPIC DUNGEON BOW\",7:\"\",8:\"§7Upgrade to §6✪§7: §d20 Undead Essence\",9:\"§7Upgrade to §6✪✪§7: §d40 Undead Essence\",10:\"§7Upgrade to §6✪✪✪§7: §d80 Undead Essence\",11:\"§7Upgrade to §6✪✪✪✪§7: §d150 Undead Essence\",12:\"§7Upgrade to §6✪✪✪✪✪§7: §d300 Undead Essence\"],Name:\"§5Death Bow\"},ExtraAttributes:{dungeon_item_level:0,id:\"DEATH_BOW\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d260 §8(385)\",1:\"§7Damage: §c+220 §8(+345.4)\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§aPerfect 52500 / 52500\",5:\"§7§4❣ §cRequires §aCatacombs Level 16\",6:\"§5§lEPIC DUNGEON BOW\"],Name:\"§5Death Bow\"},ExtraAttributes:{dungeon_item_level:0,id:\"DEATH_BOW\"}}", "damage": 0, "lore": [ "§7Gear Score: §d260 §8(385)", @@ -15,6 +15,9 @@ "internalname": "DEATH_BOW", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Death_Bow" + ] }
\ No newline at end of file diff --git a/items/DEFUSE_KIT.json b/items/DEFUSE_KIT.json index 752ae7c6..7787e340 100644 --- a/items/DEFUSE_KIT.json +++ b/items/DEFUSE_KIT.json @@ -1,11 +1,11 @@ { "internalname": "DEFUSE_KIT", - "itemid": 359, + "itemid": "minecraft:shears", "displayname": "§aDefuse Kit", "clickcommand": "", "damage": 0, "nbttag": "{ench:[],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Can be used to defuse Dungeon\",1:\"§7traps. Successful defusing of\",2:\"§7traps may increase your §b✎\",3:\"§bIntelligence§7! (Maximum +10)\",4:\"\",5:\"§7Traps Defused: §a0\",6:\"\",7:\"§a§lUNCOMMON DUNGEON ITEM\"],Name:\"§aDefuse Kit\"},ExtraAttributes:{id:\"DEFUSE_KIT\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7Can be used to defuse Dungeon", "§7traps. Successful defusing of", @@ -15,5 +15,10 @@ "§7Traps Defused: §a0", "", "§a§lUNCOMMON DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Defuse_Kit" ] }
\ No newline at end of file diff --git a/items/DESERT_ISLAND_CRYSTAL.json b/items/DESERT_ISLAND_CRYSTAL.json index 57569590..1739f661 100644 --- a/items/DESERT_ISLAND_CRYSTAL.json +++ b/items/DESERT_ISLAND_CRYSTAL.json @@ -11,6 +11,10 @@ ], "internalname": "DESERT_ISLAND_CRYSTAL", "clickcommand": "", - "modver": "1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "crafttext": "", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Floating_Crystals" + ] }
\ No newline at end of file diff --git a/items/DIAMOND_ATOM.json b/items/DIAMOND_ATOM.json index b63ad5fd..374c8538 100644 --- a/items/DIAMOND_ATOM.json +++ b/items/DIAMOND_ATOM.json @@ -1,11 +1,11 @@ { "internalname": "DIAMOND_ATOM", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Diamond Atom", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cb089e85-de4e-3640-bb92-31f5cb6142c5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjgzY2Y5YTIxOTFkNTY5ZDE3YmY0YmFiZDAxZjQzYTE3YmU4ZDMyZjExNWM2YzQ3NTE4NmUzZWMxOGMyZWZjZiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Perfect §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7§8§oThis miniscule stone is the\",8:\"§8§odream of every blacksmith.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXII§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Diamond Atom\"},ExtraAttributes:{id:\"DIAMOND_ATOM\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -21,5 +21,10 @@ "§aXXII§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diamond_Atom" ] }
\ No newline at end of file diff --git a/items/DIRT.json b/items/DIRT.json index 7c88e814..c6cc86e8 100644 --- a/items/DIRT.json +++ b/items/DIRT.json @@ -7,7 +7,12 @@ "§f§lCOMMON" ], "internalname": "DIRT", - "modver": "1.3-REL", + "modver": "1.5-REL", "vanilla": true, - "clickcommand": "" + "clickcommand": "", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dirt" + ] }
\ No newline at end of file diff --git a/items/DIRT_BOTTLE.json b/items/DIRT_BOTTLE.json index 3d75270a..db9be404 100644 --- a/items/DIRT_BOTTLE.json +++ b/items/DIRT_BOTTLE.json @@ -19,6 +19,9 @@ "internalname": "DIRT_BOTTLE", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dirt_Bottle" + ] }
\ No newline at end of file diff --git a/items/DULL_SHARK_TOOTH_NECKLACE.json b/items/DULL_SHARK_TOOTH_NECKLACE.json index 68086216..407f979e 100644 --- a/items/DULL_SHARK_TOOTH_NECKLACE.json +++ b/items/DULL_SHARK_TOOTH_NECKLACE.json @@ -6,6 +6,10 @@ "lore": [ "§7Strength: §c+4", "", + "§7Grants §a+10% §7chance to", + "§7get Shark Teeth during", + "§bFishing Festivals.", + "", "§7§8This item can be reforged!", "§a§lUNCOMMON ACCESSORY" ], @@ -22,5 +26,10 @@ }, "internalname": "DULL_SHARK_TOOTH_NECKLACE", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dull_Shark_Tooth_Necklace" + ] +} diff --git a/items/DUNGEON_CHEST_KEY.json b/items/DUNGEON_CHEST_KEY.json index f6245266..40f9b5b3 100644 --- a/items/DUNGEON_CHEST_KEY.json +++ b/items/DUNGEON_CHEST_KEY.json @@ -13,6 +13,9 @@ "internalname": "DUNGEON_CHEST_KEY", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Chest_Key" + ] }
\ No newline at end of file diff --git a/items/DUNGEON_DECOY.json b/items/DUNGEON_DECOY.json index b085505a..6a5aa6ac 100644 --- a/items/DUNGEON_DECOY.json +++ b/items/DUNGEON_DECOY.json @@ -1,11 +1,11 @@ { "internalname": "DUNGEON_DECOY", - "itemid": 383, + "itemid": "minecraft:spawn_egg", "displayname": "§aDecoy", "clickcommand": "", "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Runs around and draws\",1:\"§7attention from nearby mobs,\",2:\"§7very handy for creating a\",3:\"§7distraction!\",4:\"\",5:\"§cDungeons only!\",6:\"\",7:\"§a§lUNCOMMON DUNGEON ITEM\"],Name:\"§aDecoy\"},ExtraAttributes:{id:\"DUNGEON_DECOY\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7Runs around and draws", "§7attention from nearby mobs,", @@ -15,5 +15,10 @@ "§cDungeons only!", "", "§a§lUNCOMMON DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Decoy" ] }
\ No newline at end of file diff --git a/items/DUNGEON_TRAP.json b/items/DUNGEON_TRAP.json index 865582b6..c5a538ed 100644 --- a/items/DUNGEON_TRAP.json +++ b/items/DUNGEON_TRAP.json @@ -1,11 +1,11 @@ { "internalname": "DUNGEON_TRAP", - "itemid": 148, + "itemid": "minecraft:heavy_weighted_pressure_plate", "displayname": "§aTrap", "clickcommand": "", "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place an explosive trap\",1:\"§7that triggers when mobs\",2:\"§7walk over it dealing\",3:\"§7§c20,000§7-§c250,000\",4:\"§c§7damage based on the\",5:\"§7dungeon floor you are on.\",6:\"\",7:\"§cDungeons only!\",8:\"\",9:\"§a§lUNCOMMON DUNGEON ITEM\"],Name:\"§aTrap\"},ExtraAttributes:{id:\"DUNGEON_TRAP\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7Place an explosive trap", "§7that triggers when mobs", @@ -17,5 +17,10 @@ "§cDungeons only!", "", "§a§lUNCOMMON DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Trap" ] }
\ No newline at end of file diff --git a/items/DWARF_TURTLE_SHELMET.json b/items/DWARF_TURTLE_SHELMET.json index d88f8a45..c52de6b6 100644 --- a/items/DWARF_TURTLE_SHELMET.json +++ b/items/DWARF_TURTLE_SHELMET.json @@ -22,6 +22,9 @@ "internalname": "DWARF_TURTLE_SHELMET", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dwarf_Turtle_Shelmet" + ] }
\ No newline at end of file diff --git a/items/EARTH_SHARD.json b/items/EARTH_SHARD.json index f1c9e327..62405b1e 100644 --- a/items/EARTH_SHARD.json +++ b/items/EARTH_SHARD.json @@ -27,6 +27,9 @@ "internalname": "EARTH_SHARD", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Earth_Shard" + ] }
\ No newline at end of file diff --git a/items/ECHOLOCATOR.json b/items/ECHOLOCATOR.json index b05a1bae..fb226518 100644 --- a/items/ECHOLOCATOR.json +++ b/items/ECHOLOCATOR.json @@ -14,6 +14,9 @@ "internalname": "ECHOLOCATOR", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Echolocator" + ] }
\ No newline at end of file diff --git a/items/ECTOPLASM.json b/items/ECTOPLASM.json index 3589f6ce..922b4917 100644 --- a/items/ECTOPLASM.json +++ b/items/ECTOPLASM.json @@ -12,5 +12,10 @@ ], "internalname": "ECTOPLASM", "clickcommand": "", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ectoplasm" + ] }
\ No newline at end of file diff --git a/items/ELEPHANT;1.json b/items/ELEPHANT;1.json index 0cbad4e1..87a54862 100644 --- a/items/ELEPHANT;1.json +++ b/items/ELEPHANT;1.json @@ -21,6 +21,9 @@ "internalname": "ELEPHANT;1", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Elephant_Pet" + ] }
\ No newline at end of file diff --git a/items/ELEPHANT;4.json b/items/ELEPHANT;4.json index a4e2cef3..13b65320 100644 --- a/items/ELEPHANT;4.json +++ b/items/ELEPHANT;4.json @@ -29,6 +29,9 @@ "internalname": "ELEPHANT;4", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Elephant_Pet" + ] }
\ No newline at end of file diff --git a/items/ENCHANTED_ANCIENT_CLAW.json b/items/ENCHANTED_ANCIENT_CLAW.json index eaf041e4..e658dd2e 100644 --- a/items/ENCHANTED_ANCIENT_CLAW.json +++ b/items/ENCHANTED_ANCIENT_CLAW.json @@ -25,5 +25,10 @@ }, "internalname": "ENCHANTED_ANCIENT_CLAW", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Ancient_Claw" + ] }
\ No newline at end of file diff --git a/items/ENCHANTED_SHARK_FIN.json b/items/ENCHANTED_SHARK_FIN.json index 6a3c16a9..d60f67b5 100644 --- a/items/ENCHANTED_SHARK_FIN.json +++ b/items/ENCHANTED_SHARK_FIN.json @@ -25,6 +25,9 @@ "internalname": "ENCHANTED_SHARK_FIN", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Shark_Fin" + ] }
\ No newline at end of file diff --git a/items/ENDERMITE;0.json b/items/ENDERMITE;0.json index 091e321e..5f884c50 100644 --- a/items/ENDERMITE;0.json +++ b/items/ENDERMITE;0.json @@ -20,11 +20,23 @@ "§f§lCOMMON" ], "internalname": "ENDERMITE;0", - "clickcommand": "", - "modver": "REL-1.0.0", + "crafttext": "33% Chance", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_ENDSTONE:64", + "A2": "ENCHANTED_ENDSTONE:64", + "A3": "ENCHANTED_ENDSTONE:64", + "B1": "ENCHANTED_ENDSTONE:64", + "B2": "ENCHANTED_EGG:1", + "B3": "ENCHANTED_ENDSTONE:64", + "C1": "ENCHANTED_ENDSTONE:64", + "C2": "ENCHANTED_ENDSTONE:64", + "C3": "ENCHANTED_ENDSTONE:64" + }, + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Endermite_Pet" - ], - "crafttext": "" -}
\ No newline at end of file + ] +} diff --git a/items/ENDERMITE;1.json b/items/ENDERMITE;1.json index 39e8fbec..1cea7200 100644 --- a/items/ENDERMITE;1.json +++ b/items/ENDERMITE;1.json @@ -20,8 +20,23 @@ "§a§lUNCOMMON" ], "internalname": "ENDERMITE;1", - "crafttext": "", - "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" -}
\ No newline at end of file + "crafttext": "33% Chance", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_ENDSTONE:64", + "A2": "ENCHANTED_ENDSTONE:64", + "A3": "ENCHANTED_ENDSTONE:64", + "B1": "ENCHANTED_ENDSTONE:64", + "B2": "ENCHANTED_EGG:1", + "B3": "ENCHANTED_ENDSTONE:64", + "C1": "ENCHANTED_ENDSTONE:64", + "C2": "ENCHANTED_ENDSTONE:64", + "C3": "ENCHANTED_ENDSTONE:64" + }, + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Endermite_Pet" + ] +} diff --git a/items/ENDERMITE;2.json b/items/ENDERMITE;2.json index 4f28da78..0719e768 100644 --- a/items/ENDERMITE;2.json +++ b/items/ENDERMITE;2.json @@ -2,7 +2,6 @@ "internalname": "ENDERMITE;2", "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §9Endermite", - "clickcommand": "", "damage": 3, "nbttag": "{SkullOwner:{Id:\"a1f64509-9670-320a-a9bd-4a1e7df6fed9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWExYTA4MzFhYTAzYWZiNDIxMmFkY2JiMjRlNWRmYWE3ZjQ3NmExMTczZmNlMjU5ZWY3NWE4NTg1NSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"\",4:\"§6More Stonks\",5:\"§7§7Gain more exp orbs for\",6:\"§7breaking end stone and gain a\",7:\"§7+§a{0}% §7chance to get an\",8:\"§7extra block dropped\",9:\"\",10:\"§6Pearl Muncher\",11:\"§7§7Upon picking up an ender\",12:\"§7pearl, consume it and gain §a{1}\",13:\"§a§6coins\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§9§lRARE\"],Name:\"§7[Lvl {LVL}] §9Endermite\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMITE\\\", \\\"exp\\\":0.0, \\\"tier\\\":\\\"RARE\\\"}\",id:\"ENDERMITE;2\"}}", "modver": "1.2-REL", @@ -27,6 +26,23 @@ "", "§9§lRARE" ], - "crafttext": "", - "infoType": "" -}
\ No newline at end of file + "crafttext": "33% Chance", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_ENDSTONE:64", + "A2": "ENCHANTED_ENDSTONE:64", + "A3": "ENCHANTED_ENDSTONE:64", + "B1": "ENCHANTED_ENDSTONE:64", + "B2": "ENCHANTED_EGG:1", + "B3": "ENCHANTED_ENDSTONE:64", + "C1": "ENCHANTED_ENDSTONE:64", + "C2": "ENCHANTED_ENDSTONE:64", + "C3": "ENCHANTED_ENDSTONE:64" + }, + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Endermite_Pet" + ] +} diff --git a/items/ENDERMITE;3.json b/items/ENDERMITE;3.json index ab8055c2..66782762 100644 --- a/items/ENDERMITE;3.json +++ b/items/ENDERMITE;3.json @@ -25,11 +25,23 @@ "§5§lEPIC" ], "internalname": "ENDERMITE;3", - "clickcommand": "", - "modver": "REL-1.0.0", + "crafttext": "80% Chance", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_ENDSTONE:64", + "A2": "ENCHANTED_ENDSTONE:64", + "A3": "ENCHANTED_ENDSTONE:64", + "B1": "ENCHANTED_ENDSTONE:64", + "B2": "SUPER_EGG:1", + "B3": "ENCHANTED_ENDSTONE:64", + "C1": "ENCHANTED_ENDSTONE:64", + "C2": "ENCHANTED_ENDSTONE:64", + "C3": "ENCHANTED_ENDSTONE:64" + }, + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Endermite_Pet" - ], - "crafttext": "" -}
\ No newline at end of file + ] +} diff --git a/items/ENDERMITE;4.json b/items/ENDERMITE;4.json index 183186bd..682c62f1 100644 --- a/items/ENDERMITE;4.json +++ b/items/ENDERMITE;4.json @@ -30,8 +30,23 @@ "§6§lLEGENDARY" ], "internalname": "ENDERMITE;4", - "crafttext": "", - "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" -}
\ No newline at end of file + "crafttext": "20% Chance", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_ENDSTONE:64", + "A2": "ENCHANTED_ENDSTONE:64", + "A3": "ENCHANTED_ENDSTONE:64", + "B1": "ENCHANTED_ENDSTONE:64", + "B2": "SUPER_EGG:1", + "B3": "ENCHANTED_ENDSTONE:64", + "C1": "ENCHANTED_ENDSTONE:64", + "C2": "ENCHANTED_ENDSTONE:64", + "C3": "ENCHANTED_ENDSTONE:64" + }, + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Endermite_Pet" + ] +} diff --git a/items/FARMER_ROD.json b/items/FARMER_ROD.json index 9770cd11..dd3b6cfe 100644 --- a/items/FARMER_ROD.json +++ b/items/FARMER_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", - "displayname": "§aFarmer's Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+45\",1:\"\",2:\"§7Chance to fish up farm animals!\",3:\"\",4:\"§7Increases fishing speed by §940%\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aFarmer's Rod\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"FARMER_ROD\",uuid:\"05519ae3-0464-4c95-b4eb-69864fdbff01\",timestamp:\"7/5/20 12:42 PM\"}}", + "displayname": "§aFarmer\u0027s Rod", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+45\",1:\"\",2:\"§7Chance to fish up farm animals!\",3:\"\",4:\"§7Increases fishing speed by §940%\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aFarmer\u0027s Rod\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"FARMER_ROD\",uuid:\"05519ae3-0464-4c95-b4eb-69864fdbff01\",timestamp:\"7/5/20 12:42 PM\"}}", "damage": 0, "lore": [ "§7Damage: §c+45", @@ -26,6 +26,10 @@ }, "internalname": "FARMER_ROD", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Clay V" + "modver": "1.5-REL", + "crafttext": "Requires: Clay V", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Farmer%27s_Rod" + ] }
\ No newline at end of file diff --git a/items/FEL_PEARL.json b/items/FEL_PEARL.json index 7da30107..e37597eb 100644 --- a/items/FEL_PEARL.json +++ b/items/FEL_PEARL.json @@ -10,5 +10,10 @@ ], "internalname": "FEL_PEARL", "clickcommand": "", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fel_Pearl" + ] }
\ No newline at end of file diff --git a/items/FEL_SWORD.json b/items/FEL_SWORD.json index 2d8db680..b5f6efaa 100644 --- a/items/FEL_SWORD.json +++ b/items/FEL_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5Fel Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375 \",1:\"§7Damage: §c+190 \",2:\"§7Strength: §c+135 \",3:\"\",4:\"§7§7Every §a100 §7Kills with this\",5:\"§7sword grants +§c1 §7Weapon\",6:\"§7Damage, up to §c100 §7extra.\",7:\"\",8:\"§aDungeon healer bonuses:\",9:\"§7§8- §7Increases healing from\",10:\"§7your Healing Circle by §a10%§7.\",11:\"§7§8- §7Reduces the cooldown of\",12:\"§7your Wish ultimate by §b10\",13:\"§b§7seconds.\",14:\"\",15:\"§eRight-click to use your class ability!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Level 20\",19:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Fel Sword\"},ExtraAttributes:{id:\"FEL_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375\",1:\"§7Damage: §c+190\",2:\"§7Strength: §c+135\",3:\"\",4:\"§7§7Every §a100 §7Kills with this\",5:\"§7sword grants +§c1 §7Weapon\",6:\"§7Damage, up to §c100 §7extra.\",7:\"\",8:\"§aDungeon healer bonuses:\",9:\"§7§8- §7Increases healing from\",10:\"§7your Healing Circle by §a10%§7.\",11:\"§7§8- §7Reduces the cooldown of\",12:\"§7your Wish ultimate by §b10\",13:\"§b§7seconds.\",14:\"\",15:\"§eRight-click to use your class ability!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Level 20\",19:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Fel Sword\"},ExtraAttributes:{id:\"FEL_SWORD\"}}", "damage": 0, "lore": [ "§7Gear Score: §d375", @@ -38,7 +38,10 @@ }, "internalname": "FEL_SWORD", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "1.5-REL", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fel_Sword" + ] }
\ No newline at end of file diff --git a/items/FISHING_CRYSTAL.json b/items/FISHING_CRYSTAL.json index 6f4658cf..e94f80ff 100644 --- a/items/FISHING_CRYSTAL.json +++ b/items/FISHING_CRYSTAL.json @@ -12,6 +12,10 @@ ], "internalname": "FISHING_CRYSTAL", "clickcommand": "", - "modver": "1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "crafttext": "", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Farm_Crystal" + ] }
\ No newline at end of file diff --git a/items/FISH_BAIT.json b/items/FISH_BAIT.json index a91eb904..14f6fd2d 100644 --- a/items/FISH_BAIT.json +++ b/items/FISH_BAIT.json @@ -24,6 +24,10 @@ }, "internalname": "FISH_BAIT", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Raw Salmon VI" + "modver": "1.5-REL", + "crafttext": "Requires: Raw Salmon VI", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" + ] }
\ No newline at end of file diff --git a/items/FLOWER_OF_TRUTH.json b/items/FLOWER_OF_TRUTH.json index f0f01215..5579784e 100644 --- a/items/FLOWER_OF_TRUTH.json +++ b/items/FLOWER_OF_TRUTH.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:red_flower", "displayname": "§6Flower of Truth", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d500 §8(785)\",1:\"§7Damage: §c+100 §8(+157)\",2:\"§7Strength: §c+400 §8(+628)\",3:\"\",4:\"§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",5:\"§7Shoots a rose that ricochets\",6:\"§7between enemies, damaging up to\",7:\"§7§a3 §7of your foes! Damage\",8:\"§7multiplies as more enemies are\",9:\"§7hit.\",10:\"§8Cooldown: §a1s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d500 §8(785)\",1:\"§7Damage: §c+100 §8(+157)\",2:\"§7Strength: §c+360 §8(+628)\",3:\"\",4:\"§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",5:\"§7Shoots a rose that ricochets\",6:\"§7between enemies, damaging up to\",7:\"§7§a3 §7of your foes! Damage\",8:\"§7multiplies as more enemies are\",9:\"§7hit.\",10:\"§8Cooldown: §a1s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", "damage": 0, "lore": [ "§7Gear Score: §d500 §8(785)", @@ -33,5 +33,10 @@ }, "internalname": "FLOWER_OF_TRUTH", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Flower_of_Truth" + ] }
\ No newline at end of file diff --git a/items/FLYCATCHER_UPGRADE.json b/items/FLYCATCHER_UPGRADE.json index 29ec0605..bf0046ba 100644 --- a/items/FLYCATCHER_UPGRADE.json +++ b/items/FLYCATCHER_UPGRADE.json @@ -16,6 +16,10 @@ "slayer_req": "SPIDER_6", "internalname": "FLYCATCHER_UPGRADE", "clickcommand": "", - "modver": "1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "crafttext": "", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Flycatcher" + ] }
\ No newline at end of file diff --git a/items/FRENCH_BREAD.json b/items/FRENCH_BREAD.json index 44137a83..faa29781 100644 --- a/items/FRENCH_BREAD.json +++ b/items/FRENCH_BREAD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cFrench Bread", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"38557fb2-eb28-3f32-b1a4-dc213a0a6735\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTA4ZmMzNDUzMWY2NTJmNWJlN2YyN2U0YjI3NDI5OTg2MjU2YWM0MjJhOGZiNTlmNmQ0MDViNWM4NWM3NmY3In19fQ==\"}]}},display:{Lore:[0:\"§7It is known that scientists and\",1:\"§7other experts always find ways\",2:\"§7to disagree on every subject\",3:\"§7known to humankind. However,\",4:\"§7they can all agree on one thing\",5:\"§7- that this is the greatest meal\",6:\"§7ever created in history.\",7:\"§7\",8:\"§7Awarded to those who\",9:\"§7participated in Dungeons on the\",10:\"§7Alpha Hypixel Network.\",11:\"\",12:\"§c§lSPECIAL\"],Name:\"§cFrench Bread\"},ExtraAttributes:{id:\"FRENCH_BREAD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"38557fb2-eb28-3f32-b1a4-dc213a0a6735\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTA4ZmMzNDUzMWY2NTJmNWJlN2YyN2U0YjI3NDI5OTg2MjU2YWM0MjJhOGZiNTlmNmQ0MDViNWM4NWM3NmY3In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7It is known that scientists and\",1:\"§7other experts always find ways\",2:\"§7to disagree on every subject\",3:\"§7known to humankind. However,\",4:\"§7they can all agree on one thing\",5:\"§7- that this is the greatest meal\",6:\"§7ever created in history.\",7:\"§7\",8:\"§7Awarded to those who\",9:\"§7participated in Dungeons on the\",10:\"§7Alpha Hypixel Network.\",11:\"\",12:\"§c§lSPECIAL\"],Name:\"§cFrench Bread\"},ExtraAttributes:{id:\"FRENCH_BREAD\"}}", "damage": 3, "lore": [ "§7It is known that scientists and", @@ -20,6 +20,10 @@ ], "internalname": "FRENCH_BREAD", "clickcommand": "", - "modver": "1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "crafttext": "", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/French_Bread" + ] }
\ No newline at end of file diff --git a/items/FROZEN_BLAZE_BOOTS.json b/items/FROZEN_BLAZE_BOOTS.json index 28ecaf44..cb3856c2 100644 --- a/items/FROZEN_BLAZE_BOOTS.json +++ b/items/FROZEN_BLAZE_BOOTS.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Frozen Blaze Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"\",2:\"§7Defense: §a+90\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC BOOTS\"],color:10541807,Name:\"§5Frozen Blaze Boots\"},ExtraAttributes:{id:\"FROZEN_BLAZE_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+95\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC BOOTS\"],color:10541807,Name:\"§5Frozen Blaze Boots\"},ExtraAttributes:{id:\"FROZEN_BLAZE_BOOTS\"}}", "damage": 0, "lore": [ - "§7Strength: §c+30", + "§7Strength: §c+40", "", - "§7Defense: §a+90", + "§7Defense: §a+95", "§7Speed: §a+2", "", "§6Full Set Bonus: Frozen Blazing Aura", @@ -39,7 +39,7 @@ }, "internalname": "FROZEN_BLAZE_BOOTS", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" diff --git a/items/FROZEN_BLAZE_CHESTPLATE.json b/items/FROZEN_BLAZE_CHESTPLATE.json index 3680dd0d..c67356a5 100644 --- a/items/FROZEN_BLAZE_CHESTPLATE.json +++ b/items/FROZEN_BLAZE_CHESTPLATE.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Frozen Blaze Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"\",2:\"§7Defense: §a+170\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC CHESTPLATE\"],color:10541807,Name:\"§5Frozen Blaze Chestplate\"},ExtraAttributes:{id:\"FROZEN_BLAZE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+180\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC CHESTPLATE\"],color:10541807,Name:\"§5Frozen Blaze Chestplate\"},ExtraAttributes:{id:\"FROZEN_BLAZE_CHESTPLATE\"}}", "damage": 0, "lore": [ - "§7Strength: §c+30", + "§7Strength: §c+40", "", - "§7Defense: §a+170", + "§7Defense: §a+180", "§7Speed: §a+2", "", "§6Full Set Bonus: Frozen Blazing Aura", @@ -39,9 +39,10 @@ }, "internalname": "FROZEN_BLAZE_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/FROZEN_BLAZE_HELMET.json b/items/FROZEN_BLAZE_HELMET.json index b0510577..a51a7594 100644 --- a/items/FROZEN_BLAZE_HELMET.json +++ b/items/FROZEN_BLAZE_HELMET.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§5Frozen Blaze Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9604568-dd39-3081-a5e2-541467b9d2db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhMTNiYjQ4ZTM1OTViNTVkZThkZDY5NDNmYzM4ZGI1MjM1MzcxMjc4YzY5NWJkNDUzZTQ5YTA5OTkifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+30\",1:\"\",2:\"§7Defense: §a+100\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC HELMET\"],Name:\"§5Frozen Blaze Helmet\"},ExtraAttributes:{id:\"FROZEN_BLAZE_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9604568-dd39-3081-a5e2-541467b9d2db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhMTNiYjQ4ZTM1OTViNTVkZThkZDY5NDNmYzM4ZGI1MjM1MzcxMjc4YzY5NWJkNDUzZTQ5YTA5OTkifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+105\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC HELMET\"],Name:\"§5Frozen Blaze Helmet\"},ExtraAttributes:{id:\"FROZEN_BLAZE_HELMET\"}}", "damage": 3, "lore": [ - "§7Strength: §c+30", + "§7Strength: §c+40", "", - "§7Defense: §a+100", + "§7Defense: §a+105", "§7Speed: §a+2", "", "§6Full Set Bonus: Frozen Blazing Aura", @@ -39,7 +39,7 @@ }, "internalname": "FROZEN_BLAZE_HELMET", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" diff --git a/items/FROZEN_BLAZE_LEGGINGS.json b/items/FROZEN_BLAZE_LEGGINGS.json index 9a2e5646..e13523b9 100644 --- a/items/FROZEN_BLAZE_LEGGINGS.json +++ b/items/FROZEN_BLAZE_LEGGINGS.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Frozen Blaze Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"\",2:\"§7Defense: §a+130\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c700 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC LEGGINGS\"],color:10541807,Name:\"§5Frozen Blaze Leggings\"},ExtraAttributes:{id:\"FROZEN_BLAZE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+140\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c700 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC LEGGINGS\"],color:10541807,Name:\"§5Frozen Blaze Leggings\"},ExtraAttributes:{id:\"FROZEN_BLAZE_LEGGINGS\"}}", "damage": 0, "lore": [ - "§7Strength: §c+30", + "§7Strength: §c+40", "", - "§7Defense: §a+130", + "§7Defense: §a+140", "§7Speed: §a+2", "", "§6Full Set Bonus: Frozen Blazing Aura", @@ -39,7 +39,7 @@ }, "internalname": "FROZEN_BLAZE_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" diff --git a/items/FUMING_POTATO_BOOK.json b/items/FUMING_POTATO_BOOK.json index 88a1b899..08698a3c 100644 --- a/items/FUMING_POTATO_BOOK.json +++ b/items/FUMING_POTATO_BOOK.json @@ -1,11 +1,11 @@ { "internalname": "FUMING_POTATO_BOOK", - "itemid": 340, + "itemid": "minecraft:book", "displayname": "§5Fuming Potato Book", "clickcommand": "", "damage": 0, "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use in an anvil or §aReforge\",1:\"§aAnvil §7to combine this book\",2:\"§7with a weapon or armor piece to\",3:\"§7gain a small but permanent stat\",4:\"§7boost!\",5:\"\",6:\"§7This book bypasses the Hot\",7:\"§7Potato Book limit of 10,\",8:\"§7allowing you to upgrade an item\",9:\"§7up to §a15 §7times!\",10:\"\",11:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Fuming Potato Book\"},ExtraAttributes:{id:\"FUMING_POTATO_BOOK\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7Use in an anvil or §aReforge", "§aAnvil §7to combine this book", @@ -19,5 +19,10 @@ "§7up to §a15 §7times!", "", "§5§lEPIC DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fuming_Potato_Book" ] }
\ No newline at end of file diff --git a/items/GHOUL_BUSTER.json b/items/GHOUL_BUSTER.json index 90526767..10ae43ec 100644 --- a/items/GHOUL_BUSTER.json +++ b/items/GHOUL_BUSTER.json @@ -29,5 +29,10 @@ }, "internalname": "GHOUL_BUSTER", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ghoul_Buster" + ] }
\ No newline at end of file diff --git a/items/GIANTS_SWORD.json b/items/GIANTS_SWORD.json index ad8f454a..376b135b 100644 --- a/items/GIANTS_SWORD.json +++ b/items/GIANTS_SWORD.json @@ -22,6 +22,9 @@ "internalname": "GIANTS_SWORD", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Giant%27s_Sword" + ] }
\ No newline at end of file diff --git a/items/GIANT_TOOTH.json b/items/GIANT_TOOTH.json index a72e0bb5..18c39dc5 100644 --- a/items/GIANT_TOOTH.json +++ b/items/GIANT_TOOTH.json @@ -21,6 +21,9 @@ "internalname": "GIANT_TOOTH", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Giant_Tooth" + ] }
\ No newline at end of file diff --git a/items/GIRAFFE;0.json b/items/GIRAFFE;0.json index e7cd813d..4e375d0c 100644 --- a/items/GIRAFFE;0.json +++ b/items/GIRAFFE;0.json @@ -20,6 +20,9 @@ "internalname": "GIRAFFE;0", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Giraffe_Pet" + ] }
\ No newline at end of file diff --git a/items/GIRAFFE;1.json b/items/GIRAFFE;1.json index df2c1d81..2b6835b0 100644 --- a/items/GIRAFFE;1.json +++ b/items/GIRAFFE;1.json @@ -20,6 +20,9 @@ "internalname": "GIRAFFE;1", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Giraffe_Pet" + ] }
\ No newline at end of file diff --git a/items/GIRAFFE;2.json b/items/GIRAFFE;2.json index 9f2e9ffc..c18ca20b 100644 --- a/items/GIRAFFE;2.json +++ b/items/GIRAFFE;2.json @@ -4,8 +4,8 @@ "displayname": "§7[Lvl {LVL}] §9Giraffe", "clickcommand": "", "damage": 3, - "nbttag": "{SkullOwner:{Id:\"11216f12-2843-31c8-bf8a-b8535e6c6dce\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc2YjRlMzkwZjJlY2RiOGE3OGRjNjExNzg5Y2EwYWYxZTdlMDkyMjkzMTljM2E3YWE4MjA5YjYzYjkifX19\"}]}}, display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Crit Chance: §a+{CRIT_CHANCE}\",3:\"§7Health: §a{HEALTH}\",4:\"\",5:\"§6Good Heart\",6:\"§7§7Regen §c{0} ❤ §7per second\",7:\"\",8:\"§6Higher Ground\",9:\"§7§7Grants §c+{1}❁ Strength §7and\",10:\"§7§9+{2}☠ Crit Damage §7when mid\",11:\"§7air or jumping\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§9§lRARE\"],Name:\"§7[Lvl {LVL}] §9Giraffe\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GIRAFFE\\\", \\\"tier\\\":\\\"RARE\\\", \\\"exp\\\":0.0}\",id:\"GIRAFFE;2\"}}", - "modver": "1.2-REL", + "nbttag": "{SkullOwner:{Id:\"11216f12-2843-31c8-bf8a-b8535e6c6dce\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc2YjRlMzkwZjJlY2RiOGE3OGRjNjExNzg5Y2EwYWYxZTdlMDkyMjkzMTljM2E3YWE4MjA5YjYzYjkifX19\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Crit Chance: §a+{CRIT_CHANCE}\",3:\"§7Health: §a{HEALTH}\",4:\"\",5:\"§6Good Heart\",6:\"§7§7Regen §c{0} ❤ §7per second\",7:\"\",8:\"§6Higher Ground\",9:\"§7§7Grants §c+{1}❁ Strength §7and\",10:\"§7§9+{2}☠ Crit Damage §7when mid\",11:\"§7air or jumping\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§9§lRARE\"],Name:\"§7[Lvl {LVL}] §9Giraffe\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GIRAFFE\\\", \\\"tier\\\":\\\"RARE\\\", \\\"exp\\\":0.0}\",id:\"GIRAFFE;2\"}}", + "modver": "1.5-REL", "lore": [ "§8Foraging Pet", "", @@ -26,5 +26,8 @@ "§9§lRARE" ], "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Giraffe_Pet" + ] }
\ No newline at end of file diff --git a/items/GIRAFFE;3.json b/items/GIRAFFE;3.json index bb93f167..ac68ba8a 100644 --- a/items/GIRAFFE;3.json +++ b/items/GIRAFFE;3.json @@ -25,6 +25,9 @@ "internalname": "GIRAFFE;3", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Giraffe_Pet" + ] }
\ No newline at end of file diff --git a/items/GIRAFFE;4.json b/items/GIRAFFE;4.json index 3819b150..b51421aa 100644 --- a/items/GIRAFFE;4.json +++ b/items/GIRAFFE;4.json @@ -29,6 +29,9 @@ "internalname": "GIRAFFE;4", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Giraffe_Pet" + ] }
\ No newline at end of file diff --git a/items/GOD_POTION.json b/items/GOD_POTION.json index cffb233b..a2b4165d 100644 --- a/items/GOD_POTION.json +++ b/items/GOD_POTION.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cGod Potion", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"2c70d92e-9e43-3e7a-aac0-26a1bc7ca866\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyMjZkNGMxZDMwZmJlYmVjYWU5MzlkYTkwMDYwM2U0Y2QwZmVkODU5MmExYmIzZTExZjlhYzkyMzkxYTQ1YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consuming this potion gives the\",1:\"§7player §a24 hours §7of all\",2:\"§7positive potion effects!\",3:\"§7\",4:\"§7§eRight-click to consume!\",5:\"\",6:\"§c§lSPECIAL\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2c70d92e-9e43-3e7a-aac0-26a1bc7ca866\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyMjZkNGMxZDMwZmJlYmVjYWU5MzlkYTkwMDYwM2U0Y2QwZmVkODU5MmExYmIzZTExZjlhYzkyMzkxYTQ1YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consuming this potion gives the\",1:\"§7player §a24 hours §7of all\",2:\"§7positive potion effects!\",3:\"§7\",4:\"§7§eRight-click to consume!\",5:\"\",6:\"§c§lSPECIAL\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION\"}}", "damage": 3, "lore": [ "§7Consuming this potion gives the", @@ -15,6 +15,9 @@ "internalname": "GOD_POTION", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/God_Potion" + ] }
\ No newline at end of file diff --git a/items/GOLD_CLAWS.json b/items/GOLD_CLAWS.json index 32a29ce7..742cedb0 100644 --- a/items/GOLD_CLAWS.json +++ b/items/GOLD_CLAWS.json @@ -33,5 +33,10 @@ }, "internalname": "GOLD_CLAWS", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gold_Claws" + ] }
\ No newline at end of file diff --git a/items/GREAT_CARROT_CANDY.json b/items/GREAT_CARROT_CANDY.json index 09381544..f126c3a6 100644 --- a/items/GREAT_CARROT_CANDY.json +++ b/items/GREAT_CARROT_CANDY.json @@ -30,7 +30,10 @@ }, "internalname": "GREAT_CARROT_CANDY", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.5-REL", "crafttext": "Requires: Carrot VI", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Great_Carrot_Candy" + ] }
\ No newline at end of file diff --git a/items/GREAT_WHITE_SHARK_TOOTH.json b/items/GREAT_WHITE_SHARK_TOOTH.json index 6c6de962..d6e4e7b0 100644 --- a/items/GREAT_WHITE_SHARK_TOOTH.json +++ b/items/GREAT_WHITE_SHARK_TOOTH.json @@ -14,6 +14,9 @@ "internalname": "GREAT_WHITE_SHARK_TOOTH", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Great_White_Shark_Tooth" + ] }
\ No newline at end of file diff --git a/items/GRIFFIN;0.json b/items/GRIFFIN;0.json index 0828f936..9e0c28da 100644 --- a/items/GRIFFIN;0.json +++ b/items/GRIFFIN;0.json @@ -27,6 +27,9 @@ "internalname": "GRIFFIN;0", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Griffin_Pet" + ] }
\ No newline at end of file diff --git a/items/GRIFFIN;1.json b/items/GRIFFIN;1.json index 70376504..54eb91c4 100644 --- a/items/GRIFFIN;1.json +++ b/items/GRIFFIN;1.json @@ -31,6 +31,9 @@ "internalname": "GRIFFIN;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Griffin_Pet" + ] }
\ No newline at end of file diff --git a/items/GRIFFIN;2.json b/items/GRIFFIN;2.json index e6a1b2b9..7d5cdffd 100644 --- a/items/GRIFFIN;2.json +++ b/items/GRIFFIN;2.json @@ -31,6 +31,9 @@ "internalname": "GRIFFIN;2", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Griffin_Pet" + ] }
\ No newline at end of file diff --git a/items/GRIFFIN;3.json b/items/GRIFFIN;3.json index ac01bc4d..496b2654 100644 --- a/items/GRIFFIN;3.json +++ b/items/GRIFFIN;3.json @@ -37,6 +37,9 @@ "internalname": "GRIFFIN;3", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Griffin_Pet" + ] }
\ No newline at end of file diff --git a/items/GRIFFIN;4.json b/items/GRIFFIN;4.json index 36a5751b..9f63c431 100644 --- a/items/GRIFFIN;4.json +++ b/items/GRIFFIN;4.json @@ -41,6 +41,9 @@ "internalname": "GRIFFIN;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Griffin_Pet" + ] }
\ No newline at end of file diff --git a/items/GRIFFIN_FEATHER.json b/items/GRIFFIN_FEATHER.json index f448e617..eccac476 100644 --- a/items/GRIFFIN_FEATHER.json +++ b/items/GRIFFIN_FEATHER.json @@ -15,6 +15,9 @@ "internalname": "GRIFFIN_FEATHER", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Griffin_Feather" + ] }
\ No newline at end of file diff --git a/items/HEALING_TISSUE.json b/items/HEALING_TISSUE.json index 3c1a1ba3..e5bb2689 100644 --- a/items/HEALING_TISSUE.json +++ b/items/HEALING_TISSUE.json @@ -10,5 +10,10 @@ ], "internalname": "HEALING_TISSUE", "clickcommand": "", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Healing_Tissue" + ] }
\ No newline at end of file diff --git a/items/HEAT_CORE.json b/items/HEAT_CORE.json index 4cd2079c..aae18e04 100644 --- a/items/HEAT_CORE.json +++ b/items/HEAT_CORE.json @@ -16,6 +16,9 @@ "internalname": "HEAT_CORE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Heat_Core" + ] }
\ No newline at end of file diff --git a/items/HEAVY_BOOTS.json b/items/HEAVY_BOOTS.json index 6c4111be..bd2959e7 100644 --- a/items/HEAVY_BOOTS.json +++ b/items/HEAVY_BOOTS.json @@ -21,6 +21,9 @@ "internalname": "HEAVY_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Heavy_Armor" + ] }
\ No newline at end of file diff --git a/items/HEAVY_CHESTPLATE.json b/items/HEAVY_CHESTPLATE.json index 7443827d..73c7e3c2 100644 --- a/items/HEAVY_CHESTPLATE.json +++ b/items/HEAVY_CHESTPLATE.json @@ -21,6 +21,9 @@ "internalname": "HEAVY_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Heavy_Armor" + ] }
\ No newline at end of file diff --git a/items/HEAVY_HELMET.json b/items/HEAVY_HELMET.json index 6c1c426a..d7723402 100644 --- a/items/HEAVY_HELMET.json +++ b/items/HEAVY_HELMET.json @@ -21,6 +21,9 @@ "internalname": "HEAVY_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Heavy_Armor" + ] }
\ No newline at end of file diff --git a/items/HEAVY_LEGGINGS.json b/items/HEAVY_LEGGINGS.json index e47573ed..663a7852 100644 --- a/items/HEAVY_LEGGINGS.json +++ b/items/HEAVY_LEGGINGS.json @@ -21,6 +21,9 @@ "internalname": "HEAVY_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Heavy_Armor" + ] }
\ No newline at end of file diff --git a/items/HOLY_FRAGMENT.json b/items/HOLY_FRAGMENT.json index 1811d794..080504e8 100644 --- a/items/HOLY_FRAGMENT.json +++ b/items/HOLY_FRAGMENT.json @@ -1,14 +1,19 @@ { "internalname": "HOLY_FRAGMENT", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§5Holy Dragon Fragment", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"37edaf41-ceec-35e0-bd7e-f4fc81957e4e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNkOWE4MmUzMDcxYzgxYWQ0MmFiNDgyYTdjODA3M2JlYzZiODdlNjIwNDM1M2E0ZTdjZTIwMDM2MjIyNzUzYyJ9fX0K\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§5§lEPIC\"],Name:\"§5Holy Dragon Fragment\"},ExtraAttributes:{id:\"HOLY_FRAGMENT\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§eRight-click to view recipes!", "", "§5§lEPIC" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dragon_Fragment" ] }
\ No newline at end of file diff --git a/items/HONED_SHARK_TOOTH_NECKLACE.json b/items/HONED_SHARK_TOOTH_NECKLACE.json index 79ed056b..a4a4016e 100644 --- a/items/HONED_SHARK_TOOTH_NECKLACE.json +++ b/items/HONED_SHARK_TOOTH_NECKLACE.json @@ -6,6 +6,10 @@ "lore": [ "§7Strength: §c+6", "", + "§7Grants §a+15% §7chance to", + "§7get Shark Teeth during", + "§bFishing Festivals.", + "", "§7§8This item can be reforged!", "§9§lRARE ACCESSORY" ], @@ -22,5 +26,10 @@ }, "internalname": "HONED_SHARK_TOOTH_NECKLACE", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Honed_Shark_Tooth_Necklace" + ] +} diff --git a/items/HYPER_CATALYST.json b/items/HYPER_CATALYST.json index cc9ad261..0a0752da 100644 --- a/items/HYPER_CATALYST.json +++ b/items/HYPER_CATALYST.json @@ -23,5 +23,10 @@ }, "internalname": "HYPER_CATALYST", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Hyper_Catalyst" + ] }
\ No newline at end of file diff --git a/items/HYPER_CATALYST_UPGRADE.json b/items/HYPER_CATALYST_UPGRADE.json index d87bf0b6..7f308caf 100644 --- a/items/HYPER_CATALYST_UPGRADE.json +++ b/items/HYPER_CATALYST_UPGRADE.json @@ -15,6 +15,9 @@ "internalname": "HYPER_CATALYST_UPGRADE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Hyper_Catalyst_Upgrade" + ] }
\ No newline at end of file diff --git a/items/HYPER_FURNACE.json b/items/HYPER_FURNACE.json index bf52cb67..4d9c5c8b 100644 --- a/items/HYPER_FURNACE.json +++ b/items/HYPER_FURNACE.json @@ -1,12 +1,17 @@ { "internalname": "HYPER_FURNACE", - "itemid": 61, + "itemid": "minecraft:furnace", "displayname": "§aHyper Furnace", "clickcommand": "", "damage": 0, "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aHyper Furnace\"},ExtraAttributes:{id:\"HYPER_FURNACE\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§a§lUNCOMMON" + ], + "crafttext": "Requires: Cobblestone VIII", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Hyper_Furnace" ] }
\ No newline at end of file diff --git a/items/ICE_BAIT.json b/items/ICE_BAIT.json index 4f10eb19..9d75615d 100644 --- a/items/ICE_BAIT.json +++ b/items/ICE_BAIT.json @@ -25,6 +25,10 @@ }, "internalname": "ICE_BAIT", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Ice VI" + "modver": "1.5-REL", + "crafttext": "Requires: Ice VI", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" + ] }
\ No newline at end of file diff --git a/items/INFLATABLE_JERRY.json b/items/INFLATABLE_JERRY.json index 70022252..cbffe58d 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.5-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 diff --git a/items/JUMBO_BACKPACK.json b/items/JUMBO_BACKPACK.json index 95b18ca4..2dd96280 100644 --- a/items/JUMBO_BACKPACK.json +++ b/items/JUMBO_BACKPACK.json @@ -23,5 +23,10 @@ }, "internalname": "JUMBO_BACKPACK", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Backpack" + ] }
\ No newline at end of file diff --git a/items/JUMBO_BACKPACK_UPGRADE.json b/items/JUMBO_BACKPACK_UPGRADE.json index 75f97cfc..38f0d0ac 100644 --- a/items/JUMBO_BACKPACK_UPGRADE.json +++ b/items/JUMBO_BACKPACK_UPGRADE.json @@ -14,6 +14,9 @@ "internalname": "JUMBO_BACKPACK_UPGRADE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jumbo_Backpack_Upgrade" + ] }
\ No newline at end of file diff --git a/items/KAT_FLOWER.json b/items/KAT_FLOWER.json index 7932ba5d..ca7af5a3 100644 --- a/items/KAT_FLOWER.json +++ b/items/KAT_FLOWER.json @@ -16,6 +16,9 @@ "internalname": "KAT_FLOWER", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kat_Flower" + ] }
\ No newline at end of file diff --git a/items/LAPIS_CRYSTAL.json b/items/LAPIS_CRYSTAL.json index edac06fc..bbf19bd4 100644 --- a/items/LAPIS_CRYSTAL.json +++ b/items/LAPIS_CRYSTAL.json @@ -1,11 +1,11 @@ { "internalname": "LAPIS_CRYSTAL", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Lapis Crystal", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"120ac94e-d0a2-375d-bb36-d3227beb4f68\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGI5ZmZkODViZjAyODNhNTg4NzA2ZTNkMjdhZmI5ZDQ5MTdlMDZmMmJhNzE3YzFhZWE2OGRjNzkzOTNiOTFmNCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Magnetic\",5:\"§8§7reforge to a pickaxe.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aV§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Lapis Crystal\"},ExtraAttributes:{id:\"LAPIS_CRYSTAL\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -18,5 +18,10 @@ "§aV§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lapis_Crystal" ] }
\ No newline at end of file diff --git a/items/LARGE_AGRONOMY_SACK.json b/items/LARGE_AGRONOMY_SACK.json index 9a1fd79a..50cbc056 100644 --- a/items/LARGE_AGRONOMY_SACK.json +++ b/items/LARGE_AGRONOMY_SACK.json @@ -32,5 +32,10 @@ }, "internalname": "LARGE_AGRONOMY_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Agronomy_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_CANDY_SACK.json b/items/LARGE_CANDY_SACK.json index 2ac74f5a..7fa2ee67 100644 --- a/items/LARGE_CANDY_SACK.json +++ b/items/LARGE_CANDY_SACK.json @@ -28,5 +28,10 @@ }, "internalname": "LARGE_CANDY_SACK", "clickcommand": "viewrecipe", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Candy_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_COMBAT_SACK.json b/items/LARGE_COMBAT_SACK.json index 99d9032f..0ca73620 100644 --- a/items/LARGE_COMBAT_SACK.json +++ b/items/LARGE_COMBAT_SACK.json @@ -32,5 +32,10 @@ }, "internalname": "LARGE_COMBAT_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Combat_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_DUNGEON_SACK.json b/items/LARGE_DUNGEON_SACK.json index 0502cd44..b323d190 100644 --- a/items/LARGE_DUNGEON_SACK.json +++ b/items/LARGE_DUNGEON_SACK.json @@ -19,6 +19,9 @@ "internalname": "LARGE_DUNGEON_SACK", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_FISHING_SACK.json b/items/LARGE_FISHING_SACK.json index 390396bc..1255dc05 100644 --- a/items/LARGE_FISHING_SACK.json +++ b/items/LARGE_FISHING_SACK.json @@ -32,5 +32,10 @@ }, "internalname": "LARGE_FISHING_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_FORAGING_SACK.json b/items/LARGE_FORAGING_SACK.json index 65e90b9b..b7f6543e 100644 --- a/items/LARGE_FORAGING_SACK.json +++ b/items/LARGE_FORAGING_SACK.json @@ -30,5 +30,10 @@ }, "internalname": "LARGE_FORAGING_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Foraging_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_HUSBANDRY_SACK.json b/items/LARGE_HUSBANDRY_SACK.json index 172a616b..4c9d6136 100644 --- a/items/LARGE_HUSBANDRY_SACK.json +++ b/items/LARGE_HUSBANDRY_SACK.json @@ -29,5 +29,10 @@ }, "internalname": "LARGE_HUSBANDRY_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Husbandry_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_MINING_SACK.json b/items/LARGE_MINING_SACK.json index 7affd373..ed33ea5d 100644 --- a/items/LARGE_MINING_SACK.json +++ b/items/LARGE_MINING_SACK.json @@ -35,5 +35,10 @@ }, "internalname": "LARGE_MINING_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mining_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_SLAYER_SACK.json b/items/LARGE_SLAYER_SACK.json index 8e0ff28e..3f0de028 100644 --- a/items/LARGE_SLAYER_SACK.json +++ b/items/LARGE_SLAYER_SACK.json @@ -28,5 +28,10 @@ }, "internalname": "LARGE_SLAYER_SACK", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Slayer_Sack" + ] }
\ No newline at end of file diff --git a/items/LEAVES-1.json b/items/LEAVES-1.json index 0a70b32c..45788305 100644 --- a/items/LEAVES-1.json +++ b/items/LEAVES-1.json @@ -1,12 +1,17 @@ { "itemid": "minecraft:leaves", "displayname": "§fSpruce Leaves", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpruce Leaves\"},ExtraAttributes:{id:\"LEAVES:1\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpruce Leaves\"},ExtraAttributes:{id:\"LEAVES-1\"}}", "damage": 1, "lore": [ "§f§lCOMMON" ], "internalname": "LEAVES-1", "clickcommand": "", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Leaves" + ] }
\ No newline at end of file diff --git a/items/LEAVES-2.json b/items/LEAVES-2.json index a4377183..8dac223c 100644 --- a/items/LEAVES-2.json +++ b/items/LEAVES-2.json @@ -1,12 +1,17 @@ { "itemid": "minecraft:leaves", "displayname": "§fBirch Leaves", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Leaves\"},ExtraAttributes:{id:\"LEAVES:2\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Leaves\"},ExtraAttributes:{id:\"LEAVES-2\"}}", "damage": 2, "lore": [ "§f§lCOMMON" ], "internalname": "LEAVES-2", "clickcommand": "", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Leaves" + ] }
\ No newline at end of file diff --git a/items/LEAVES-3.json b/items/LEAVES-3.json index 38a40182..f214af6a 100644 --- a/items/LEAVES-3.json +++ b/items/LEAVES-3.json @@ -1,12 +1,17 @@ { "itemid": "minecraft:leaves", "displayname": "§fJungle Leaves", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Leaves\"},ExtraAttributes:{id:\"LEAVES:3\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Leaves\"},ExtraAttributes:{id:\"LEAVES-3\"}}", "damage": 3, "lore": [ "§f§lCOMMON" ], "internalname": "LEAVES-3", "clickcommand": "", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Leaves" + ] }
\ No newline at end of file diff --git a/items/LEAVES.json b/items/LEAVES.json index f32605c3..f078314e 100644 --- a/items/LEAVES.json +++ b/items/LEAVES.json @@ -7,7 +7,12 @@ "§f§lCOMMON" ], "internalname": "LEAVES", - "modver": "1.3-REL", + "modver": "1.5-REL", "vanilla": true, - "clickcommand": "" + "clickcommand": "", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Leaves" + ] }
\ No newline at end of file diff --git a/items/LEAVES_2-1.json b/items/LEAVES_2-1.json index ecf215bf..c1749d75 100644 --- a/items/LEAVES_2-1.json +++ b/items/LEAVES_2-1.json @@ -1,12 +1,17 @@ { "itemid": "minecraft:leaves2", "displayname": "§fDark Oak Leaves", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Oak Leaves\"},ExtraAttributes:{id:\"LEAVES_2:1\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Oak Leaves\"},ExtraAttributes:{id:\"LEAVES_2-1\"}}", "damage": 1, "lore": [ "§f§lCOMMON" ], "internalname": "LEAVES_2-1", "clickcommand": "", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Leaves" + ] }
\ No newline at end of file diff --git a/items/LEAVES_2.json b/items/LEAVES_2.json index af4f5837..5aa6dc30 100644 --- a/items/LEAVES_2.json +++ b/items/LEAVES_2.json @@ -7,7 +7,12 @@ "§f§lCOMMON" ], "internalname": "LEAVES_2", - "modver": "1.3-REL", + "modver": "1.5-REL", "vanilla": true, - "clickcommand": "" + "clickcommand": "", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Leaves" + ] }
\ No newline at end of file diff --git a/items/LESSER_ORB_OF_HEALING.json b/items/LESSER_ORB_OF_HEALING.json index 54fc57ba..8fb57e82 100644 --- a/items/LESSER_ORB_OF_HEALING.json +++ b/items/LESSER_ORB_OF_HEALING.json @@ -29,5 +29,10 @@ }, "internalname": "LESSER_ORB_OF_HEALING", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lesser_Orb_of_Healing" + ] }
\ No newline at end of file diff --git a/items/LIGHT_BAIT.json b/items/LIGHT_BAIT.json index dce24daa..27f30954 100644 --- a/items/LIGHT_BAIT.json +++ b/items/LIGHT_BAIT.json @@ -25,6 +25,10 @@ }, "internalname": "LIGHT_BAIT", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Prismarine Crystals II" + "modver": "1.5-REL", + "crafttext": "Requires: Prismarine Crystals II", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" + ] }
\ No newline at end of file diff --git a/items/LIVID_FRAGMENT.json b/items/LIVID_FRAGMENT.json index 2fa64016..9701b35b 100644 --- a/items/LIVID_FRAGMENT.json +++ b/items/LIVID_FRAGMENT.json @@ -10,5 +10,10 @@ ], "internalname": "LIVID_FRAGMENT", "clickcommand": "", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Livid_Fragment" + ] }
\ No newline at end of file diff --git a/items/LUXURIOUS_SPOOL.json b/items/LUXURIOUS_SPOOL.json index ad1a539a..d9208b4e 100644 --- a/items/LUXURIOUS_SPOOL.json +++ b/items/LUXURIOUS_SPOOL.json @@ -1,11 +1,11 @@ { "internalname": "LUXURIOUS_SPOOL", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Luxurious Spool", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4d646b3e-0e95-34c4-bc6e-04276ff9f014\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTRhZjVmM2I1MGUyZGVhMjY4N2QyOTJjYzNhNWU0MmMwMjhiODYyNmU2Mzg4NDJmYjRmNzg2NzFkZWJlMjc2YyJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Silky §7reforge\",5:\"§7to accessories.\",6:\"\",7:\"§7§8§oOlder Spiders often make\",8:\"§8§obetter quality string. It is\",9:\"§8§osaid that female ones are even\",10:\"§8§omore sturdy, but it was never\",11:\"§8§oproven.\",12:\"\",13:\"§7Requires §aMining Skill Level\",14:\"§aVI§7!\",15:\"\",16:\"§9§lRARE REFORGE STONE\"],Name:\"§9Luxurious Spool\"},ExtraAttributes:{id:\"LUXURIOUS_SPOOL\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -24,5 +24,10 @@ "§aVI§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Luxurious_Spool" ] }
\ No newline at end of file diff --git a/items/MACHINE_GUN_BOW.json b/items/MACHINE_GUN_BOW.json index ce35c79f..14167e0c 100644 --- a/items/MACHINE_GUN_BOW.json +++ b/items/MACHINE_GUN_BOW.json @@ -23,6 +23,9 @@ "internalname": "MACHINE_GUN_BOW", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Machine_Gun_Bow" + ] }
\ No newline at end of file diff --git a/items/MAGMA_BUCKET.json b/items/MAGMA_BUCKET.json index d6b53d5d..75926967 100644 --- a/items/MAGMA_BUCKET.json +++ b/items/MAGMA_BUCKET.json @@ -23,5 +23,10 @@ }, "internalname": "MAGMA_BUCKET", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Magma_Bucket" + ] }
\ No newline at end of file diff --git a/items/MAGMA_CREAM.json b/items/MAGMA_CREAM.json index ac4059a8..020318c7 100644 --- a/items/MAGMA_CREAM.json +++ b/items/MAGMA_CREAM.json @@ -7,7 +7,7 @@ "§f§lCOMMON" ], "internalname": "MAGMA_CREAM", - "modver": "1.3-REL", + "modver": "1.5-REL", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -20,5 +20,10 @@ "C1": "", "C2": "", "C3": "" - } + }, + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Magma_Cream" + ] }
\ No newline at end of file diff --git a/items/MAGMA_CUBE;2.json b/items/MAGMA_CUBE;2.json index 8efc7e71..e662d243 100644 --- a/items/MAGMA_CUBE;2.json +++ b/items/MAGMA_CUBE;2.json @@ -25,7 +25,10 @@ ], "internalname": "MAGMA_CUBE;2", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "", - "crafttext": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "crafttext": "", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Magma_Cube_Pet" + ] }
\ No newline at end of file diff --git a/items/MEDIUM_AGRONOMY_SACK.json b/items/MEDIUM_AGRONOMY_SACK.json index 2e88eb62..b0cfb141 100644 --- a/items/MEDIUM_AGRONOMY_SACK.json +++ b/items/MEDIUM_AGRONOMY_SACK.json @@ -32,5 +32,10 @@ }, "internalname": "MEDIUM_AGRONOMY_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Agronomy_Sack" + ] }
\ No newline at end of file diff --git a/items/MEDIUM_COMBAT_SACK.json b/items/MEDIUM_COMBAT_SACK.json index 1966ce9f..ccd3d719 100644 --- a/items/MEDIUM_COMBAT_SACK.json +++ b/items/MEDIUM_COMBAT_SACK.json @@ -32,5 +32,10 @@ }, "internalname": "MEDIUM_COMBAT_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Combat_Sack" + ] }
\ No newline at end of file diff --git a/items/MEDIUM_FISHING_SACK.json b/items/MEDIUM_FISHING_SACK.json index 800a137a..f49686ea 100644 --- a/items/MEDIUM_FISHING_SACK.json +++ b/items/MEDIUM_FISHING_SACK.json @@ -32,5 +32,10 @@ }, "internalname": "MEDIUM_FISHING_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Sack" + ] }
\ No newline at end of file diff --git a/items/MEDIUM_FORAGING_SACK.json b/items/MEDIUM_FORAGING_SACK.json index b4da42f0..13e4df19 100644 --- a/items/MEDIUM_FORAGING_SACK.json +++ b/items/MEDIUM_FORAGING_SACK.json @@ -30,5 +30,10 @@ }, "internalname": "MEDIUM_FORAGING_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Foraging_Sack" + ] }
\ No newline at end of file diff --git a/items/MEDIUM_HUSBANDRY_SACK.json b/items/MEDIUM_HUSBANDRY_SACK.json index aa43c501..3610dd02 100644 --- a/items/MEDIUM_HUSBANDRY_SACK.json +++ b/items/MEDIUM_HUSBANDRY_SACK.json @@ -29,5 +29,10 @@ }, "internalname": "MEDIUM_HUSBANDRY_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Husbandry_Sack" + ] }
\ No newline at end of file diff --git a/items/MEDIUM_MINING_SACK.json b/items/MEDIUM_MINING_SACK.json index 05923b73..245b73c0 100644 --- a/items/MEDIUM_MINING_SACK.json +++ b/items/MEDIUM_MINING_SACK.json @@ -35,5 +35,10 @@ }, "internalname": "MEDIUM_MINING_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mining_Sack" + ] }
\ No newline at end of file diff --git a/items/MEDIUM_SLAYER_SACK.json b/items/MEDIUM_SLAYER_SACK.json index 78c11485..0d0d31fc 100644 --- a/items/MEDIUM_SLAYER_SACK.json +++ b/items/MEDIUM_SLAYER_SACK.json @@ -28,5 +28,10 @@ }, "internalname": "MEDIUM_SLAYER_SACK", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Slayer_Sack" + ] }
\ No newline at end of file diff --git a/items/MENDER_FEDORA.json b/items/MENDER_FEDORA.json index 24250266..489fc65f 100644 --- a/items/MENDER_FEDORA.json +++ b/items/MENDER_FEDORA.json @@ -19,6 +19,9 @@ "internalname": "MENDER_FEDORA", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mender_Fedora" + ] }
\ No newline at end of file diff --git a/items/MENDER_HELMET.json b/items/MENDER_HELMET.json index 61b63fce..5d9b48b5 100644 --- a/items/MENDER_HELMET.json +++ b/items/MENDER_HELMET.json @@ -1,11 +1,11 @@ { "internalname": "MENDER_HELMET", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Mender Helmet", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4a3fc537-0fd3-3e3a-ab1b-cc5b7ed581db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODc5M2VlZjQ4NDkwNzhkZjRjY2Q0OTgwNTRjNzRlMjE3MWM3NzFmMjczMDk0NDE2NGE4ZWU3YjJkNTYzODMyIn19fQ==\"}]}},display:{Lore:[0:\"§7Gear Score: §d80 §8(86)\",1:\"§7Health: §a+80 HP §8(+86.4 HP)\",2:\"\",3:\"§7Any healing on other players is\",4:\"§7doubled while in Dungeons.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 35000 / 35000\",8:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9Mender Helmet\"},ExtraAttributes:{id:\"MENDER_HELMET\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4a3fc537-0fd3-3e3a-ab1b-cc5b7ed581db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODc5M2VlZjQ4NDkwNzhkZjRjY2Q0OTgwNTRjNzRlMjE3MWM3NzFmMjczMDk0NDE2NGE4ZWU3YjJkNTYzODMyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d80 §8(86)\",1:\"§7Health: §a+80 HP §8(+86.4 HP)\",2:\"\",3:\"§7Any healing on other players is\",4:\"§7doubled while in Dungeons.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 35000 / 35000\",8:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9Mender Helmet\"},ExtraAttributes:{id:\"MENDER_HELMET\"}}", + "modver": "1.5-REL", "lore": [ "§7Gear Score: §d80 §8(86)", "§7Health: §a+80 HP §8(+86.4 HP)", @@ -16,5 +16,10 @@ "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", "§9§lRARE DUNGEON HELMET" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mender_Helmet" ] }
\ No newline at end of file diff --git a/items/METAL_CHESTPLATE.json b/items/METAL_CHESTPLATE.json index 32dfed1f..208e687d 100644 --- a/items/METAL_CHESTPLATE.json +++ b/items/METAL_CHESTPLATE.json @@ -19,6 +19,9 @@ "internalname": "METAL_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Metal_Chestplate" + ] }
\ No newline at end of file diff --git a/items/MIDAS_STAFF.json b/items/MIDAS_STAFF.json index 20673b73..679efd28 100644 --- a/items/MIDAS_STAFF.json +++ b/items/MIDAS_STAFF.json @@ -34,6 +34,9 @@ "internalname": "MIDAS_STAFF", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Midas_Staff" + ] }
\ No newline at end of file diff --git a/items/MIMIC_FRAGMENT.json b/items/MIMIC_FRAGMENT.json index baf218e4..fc454661 100644 --- a/items/MIMIC_FRAGMENT.json +++ b/items/MIMIC_FRAGMENT.json @@ -16,6 +16,9 @@ "internalname": "MIMIC_FRAGMENT", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mimic_Fragment" + ] }
\ No newline at end of file diff --git a/items/MINOS_RELIC.json b/items/MINOS_RELIC.json index 8cf2dcbf..a102d4cb 100644 --- a/items/MINOS_RELIC.json +++ b/items/MINOS_RELIC.json @@ -22,6 +22,9 @@ "internalname": "MINOS_RELIC", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minos_Relic" + ] }
\ No newline at end of file diff --git a/items/MOIL_LOG.json b/items/MOIL_LOG.json index 39662c6d..b1e2a472 100644 --- a/items/MOIL_LOG.json +++ b/items/MOIL_LOG.json @@ -19,6 +19,9 @@ "internalname": "MOIL_LOG", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Moil_Log" + ] }
\ No newline at end of file diff --git a/items/MOLTEN_CUBE.json b/items/MOLTEN_CUBE.json index 1bcf35e7..f13a135d 100644 --- a/items/MOLTEN_CUBE.json +++ b/items/MOLTEN_CUBE.json @@ -1,11 +1,11 @@ { "internalname": "MOLTEN_CUBE", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Molten Cube", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f9c4a556-ae13-3635-b4bc-4630b9dd93dc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDY2NGY5YzVlZDMzMWQ3ZmY0NTU1ZmY4MGIwODhhOWU1ZTExMWI1NDliZmZlMzJiZWQ2ZmYyOWQzYTliNGY3ZiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Cubic §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7§8§oThe center of Magma Cubes is\",8:\"§8§othe hottest part...also the\",9:\"§8§ohardest. Giant ones can even\",10:\"§8§ocreate stones like this one.\",11:\"\",12:\"§7Requires §aMining Skill Level\",13:\"§aX§7!\",14:\"\",15:\"§9§lRARE REFORGE STONE\"],Name:\"§9Molten Cube\"},ExtraAttributes:{id:\"MOLTEN_CUBE\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -23,5 +23,10 @@ "§aX§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Molten_Cube" ] }
\ No newline at end of file diff --git a/items/NECROMANCER_BROOCH.json b/items/NECROMANCER_BROOCH.json index 31a8d3af..d856fadd 100644 --- a/items/NECROMANCER_BROOCH.json +++ b/items/NECROMANCER_BROOCH.json @@ -1,11 +1,11 @@ { "internalname": "NECROMANCER_BROOCH", - "itemid": 397, - "displayname": "§9Necromancer's Brooch", + "itemid": "minecraft:skull", + "displayname": "§9Necromancer\u0027s Brooch", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ea3ee289-11c8-32b4-8913-c98703b1ab1c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjViNmJlYWM1NzM2NWNhZjQ2ZjAzN2YzZDJhM2E0NTdmNmNhZmU2NDc1N2JhZjE0ZTg5OTNjZDJkYTE4Y2ZmNyJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Necrotic\",5:\"§8§7reforge to armor.\",6:\"\",7:\"§7§8§oRewarded to every\",8:\"§8§oNecromancer who passes the final\",9:\"§8§oexam.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXIX§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§9Necromancer's Brooch\"},ExtraAttributes:{id:\"NECROMANCER_BROOCH\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ea3ee289-11c8-32b4-8913-c98703b1ab1c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjViNmJlYWM1NzM2NWNhZjQ2ZjAzN2YzZDJhM2E0NTdmNmNhZmU2NDc1N2JhZjE0ZTg5OTNjZDJkYTE4Y2ZmNyJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Necrotic\",5:\"§8§7reforge to armor.\",6:\"\",7:\"§7§8§oRewarded to every\",8:\"§8§oNecromancer who passes the final\",9:\"§8§oexam.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXIX§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§9Necromancer\u0027s Brooch\"},ExtraAttributes:{id:\"NECROMANCER_BROOCH\"}}", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -22,5 +22,10 @@ "§aXIX§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necromancer%27s_Brooch" ] }
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_BOOTS.json b/items/NECROMANCER_LORD_BOOTS.json index d0de3cfc..b863dee0 100644 --- a/items/NECROMANCER_LORD_BOOTS.json +++ b/items/NECROMANCER_LORD_BOOTS.json @@ -27,6 +27,9 @@ "internalname": "NECROMANCER_LORD_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor" + ] }
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_CHESTPLATE.json b/items/NECROMANCER_LORD_CHESTPLATE.json index 7d97c06e..7ab4061f 100644 --- a/items/NECROMANCER_LORD_CHESTPLATE.json +++ b/items/NECROMANCER_LORD_CHESTPLATE.json @@ -27,6 +27,9 @@ "internalname": "NECROMANCER_LORD_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor" + ] }
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_HELMET.json b/items/NECROMANCER_LORD_HELMET.json index d2db7aa1..ed48596e 100644 --- a/items/NECROMANCER_LORD_HELMET.json +++ b/items/NECROMANCER_LORD_HELMET.json @@ -27,6 +27,9 @@ "internalname": "NECROMANCER_LORD_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor" + ] }
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_LEGGINGS.json b/items/NECROMANCER_LORD_LEGGINGS.json index 53b260c3..3838364e 100644 --- a/items/NECROMANCER_LORD_LEGGINGS.json +++ b/items/NECROMANCER_LORD_LEGGINGS.json @@ -27,6 +27,9 @@ "internalname": "NECROMANCER_LORD_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor" + ] }
\ No newline at end of file diff --git a/items/NECROMANCER_SWORD.json b/items/NECROMANCER_SWORD.json index 965d1075..47773118 100644 --- a/items/NECROMANCER_SWORD.json +++ b/items/NECROMANCER_SWORD.json @@ -36,6 +36,9 @@ "internalname": "NECROMANCER_SWORD", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Sword" + ] }
\ No newline at end of file diff --git a/items/NETHER_WART_ISLAND_CRYSTAL.json b/items/NETHER_WART_ISLAND_CRYSTAL.json index d1e2f3af..997de3a9 100644 --- a/items/NETHER_WART_ISLAND_CRYSTAL.json +++ b/items/NETHER_WART_ISLAND_CRYSTAL.json @@ -11,6 +11,10 @@ ], "internalname": "NETHER_WART_ISLAND_CRYSTAL", "clickcommand": "", - "modver": "1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "crafttext": "", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Farm_Crystal" + ] }
\ No newline at end of file diff --git a/items/NURSE_SHARK_TOOTH.json b/items/NURSE_SHARK_TOOTH.json index 885654b7..1f1057d3 100644 --- a/items/NURSE_SHARK_TOOTH.json +++ b/items/NURSE_SHARK_TOOTH.json @@ -14,6 +14,9 @@ "internalname": "NURSE_SHARK_TOOTH", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nurse_Shark_Tooth" + ] }
\ No newline at end of file diff --git a/items/ONYX.json b/items/ONYX.json index e7d81a52..35bb6df7 100644 --- a/items/ONYX.json +++ b/items/ONYX.json @@ -1,11 +1,11 @@ { "internalname": "ONYX", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Onyx", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cae817f6-ca6f-3a42-bf71-21c11d0a4d71\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTRlY2NjMjgwNzkzNTEwYTZjMTBiYTA4OGMwZTliODcwODc5MGU4MWM2MDkwN2ZkNmViNzNmMzMzMTI3NzdhNCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Fruitful\",5:\"§8§7reforge to a pickaxe.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aII§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Onyx\"},ExtraAttributes:{id:\"ONYX\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -18,5 +18,10 @@ "§aII§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Onyx" ] }
\ No newline at end of file diff --git a/items/OPTICAL_LENS.json b/items/OPTICAL_LENS.json index f1fb7b58..cb120f54 100644 --- a/items/OPTICAL_LENS.json +++ b/items/OPTICAL_LENS.json @@ -1,11 +1,11 @@ { "internalname": "OPTICAL_LENS", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Optical Lens", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"313555be-f416-34d5-bafa-22266fcb159d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDdmMTZiZDQ1N2VkMjc3MTYwMGQyMmFiMDkwZDYyOTAzMDQ1NTcxMTg3Y2VkMzRlNGYwNDNhMGZhMGJhMjExNCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Precise §7reforge\",5:\"§7to a bow.\",6:\"\",7:\"§7§8§oThis vicious material can\",8:\"§8§osometimes be found on the floor\",9:\"§8§oof The Catacombs.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXII§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§9Optical Lens\"},ExtraAttributes:{id:\"OPTICAL_LENS\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -22,5 +22,10 @@ "§aXXII§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Optical_Lens" ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_10.json b/items/PERFECT_BOOTS_10.json index 2542d579..eb0c3ddd 100644 --- a/items/PERFECT_BOOTS_10.json +++ b/items/PERFECT_BOOTS_10.json @@ -25,5 +25,10 @@ "internalname": "PERFECT_BOOTS_10", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_11.json b/items/PERFECT_BOOTS_11.json index 37df09ee..6569ebf0 100644 --- a/items/PERFECT_BOOTS_11.json +++ b/items/PERFECT_BOOTS_11.json @@ -25,5 +25,10 @@ "internalname": "PERFECT_BOOTS_11", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_12.json b/items/PERFECT_BOOTS_12.json index 19736b71..516bbdec 100644 --- a/items/PERFECT_BOOTS_12.json +++ b/items/PERFECT_BOOTS_12.json @@ -23,5 +23,10 @@ "internalname": "PERFECT_BOOTS_12", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_2.json b/items/PERFECT_BOOTS_2.json index 5f8cee77..5aa6edc4 100644 --- a/items/PERFECT_BOOTS_2.json +++ b/items/PERFECT_BOOTS_2.json @@ -25,5 +25,10 @@ "internalname": "PERFECT_BOOTS_2", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_3.json b/items/PERFECT_BOOTS_3.json index 5558d582..77162d64 100644 --- a/items/PERFECT_BOOTS_3.json +++ b/items/PERFECT_BOOTS_3.json @@ -25,5 +25,10 @@ "internalname": "PERFECT_BOOTS_3", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_4.json b/items/PERFECT_BOOTS_4.json index 508b69c5..bc64fd23 100644 --- a/items/PERFECT_BOOTS_4.json +++ b/items/PERFECT_BOOTS_4.json @@ -25,5 +25,10 @@ "internalname": "PERFECT_BOOTS_4", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_5.json b/items/PERFECT_BOOTS_5.json index 369cd93f..f35bb5e0 100644 --- a/items/PERFECT_BOOTS_5.json +++ b/items/PERFECT_BOOTS_5.json @@ -25,5 +25,10 @@ "internalname": "PERFECT_BOOTS_5", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_6.json b/items/PERFECT_BOOTS_6.json index acc36554..a1e8ecce 100644 --- a/items/PERFECT_BOOTS_6.json +++ b/items/PERFECT_BOOTS_6.json @@ -25,5 +25,10 @@ "internalname": "PERFECT_BOOTS_6", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_7.json b/items/PERFECT_BOOTS_7.json index 46cd30c8..d5c696eb 100644 --- a/items/PERFECT_BOOTS_7.json +++ b/items/PERFECT_BOOTS_7.json @@ -25,5 +25,10 @@ "internalname": "PERFECT_BOOTS_7", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_8.json b/items/PERFECT_BOOTS_8.json index 7ce7ac26..37a5d04b 100644 --- a/items/PERFECT_BOOTS_8.json +++ b/items/PERFECT_BOOTS_8.json @@ -25,5 +25,10 @@ "internalname": "PERFECT_BOOTS_8", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_9.json b/items/PERFECT_BOOTS_9.json index e2157aa5..939af182 100644 --- a/items/PERFECT_BOOTS_9.json +++ b/items/PERFECT_BOOTS_9.json @@ -25,5 +25,10 @@ "internalname": "PERFECT_BOOTS_9", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] }
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_10.json b/items/PERFECT_CHESTPLATE_10.json index e4e8d242..4b11b165 100644 --- a/items/PERFECT_CHESTPLATE_10.json +++ b/items/PERFECT_CHESTPLATE_10.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_CHESTPLATE_10", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_CHESTPLATE_11.json b/items/PERFECT_CHESTPLATE_11.json index a2f407b6..6e57b972 100644 --- a/items/PERFECT_CHESTPLATE_11.json +++ b/items/PERFECT_CHESTPLATE_11.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_CHESTPLATE_11", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_CHESTPLATE_12.json b/items/PERFECT_CHESTPLATE_12.json index 70bce15b..5a944c5b 100644 --- a/items/PERFECT_CHESTPLATE_12.json +++ b/items/PERFECT_CHESTPLATE_12.json @@ -23,5 +23,9 @@ "internalname": "PERFECT_CHESTPLATE_12", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_CHESTPLATE_2.json b/items/PERFECT_CHESTPLATE_2.json index d577317c..fc4ce961 100644 --- a/items/PERFECT_CHESTPLATE_2.json +++ b/items/PERFECT_CHESTPLATE_2.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_CHESTPLATE_2", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_CHESTPLATE_3.json b/items/PERFECT_CHESTPLATE_3.json index 87eb7fcf..b7a6332f 100644 --- a/items/PERFECT_CHESTPLATE_3.json +++ b/items/PERFECT_CHESTPLATE_3.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_CHESTPLATE_3", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_CHESTPLATE_4.json b/items/PERFECT_CHESTPLATE_4.json index afbe749a..5fcd9c5b 100644 --- a/items/PERFECT_CHESTPLATE_4.json +++ b/items/PERFECT_CHESTPLATE_4.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_CHESTPLATE_4", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_CHESTPLATE_5.json b/items/PERFECT_CHESTPLATE_5.json index 2781c460..9364ef24 100644 --- a/items/PERFECT_CHESTPLATE_5.json +++ b/items/PERFECT_CHESTPLATE_5.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_CHESTPLATE_5", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_CHESTPLATE_6.json b/items/PERFECT_CHESTPLATE_6.json index 9f93860b..cc643026 100644 --- a/items/PERFECT_CHESTPLATE_6.json +++ b/items/PERFECT_CHESTPLATE_6.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_CHESTPLATE_6", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_CHESTPLATE_7.json b/items/PERFECT_CHESTPLATE_7.json index da0aa001..ccd72001 100644 --- a/items/PERFECT_CHESTPLATE_7.json +++ b/items/PERFECT_CHESTPLATE_7.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_CHESTPLATE_7", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_CHESTPLATE_8.json b/items/PERFECT_CHESTPLATE_8.json index 03dee852..3a693d9a 100644 --- a/items/PERFECT_CHESTPLATE_8.json +++ b/items/PERFECT_CHESTPLATE_8.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_CHESTPLATE_8", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_CHESTPLATE_9.json b/items/PERFECT_CHESTPLATE_9.json index 339ad395..3324eb62 100644 --- a/items/PERFECT_CHESTPLATE_9.json +++ b/items/PERFECT_CHESTPLATE_9.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_CHESTPLATE_9", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_10.json b/items/PERFECT_HELMET_10.json index 8d0bf987..487c9dc5 100644 --- a/items/PERFECT_HELMET_10.json +++ b/items/PERFECT_HELMET_10.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_HELMET_10", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_11.json b/items/PERFECT_HELMET_11.json index 7db10442..6010fdc5 100644 --- a/items/PERFECT_HELMET_11.json +++ b/items/PERFECT_HELMET_11.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_HELMET_11", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_12.json b/items/PERFECT_HELMET_12.json index 78b57530..4c3962ba 100644 --- a/items/PERFECT_HELMET_12.json +++ b/items/PERFECT_HELMET_12.json @@ -23,5 +23,9 @@ "internalname": "PERFECT_HELMET_12", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_2.json b/items/PERFECT_HELMET_2.json index 4c21815c..654b2892 100644 --- a/items/PERFECT_HELMET_2.json +++ b/items/PERFECT_HELMET_2.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_HELMET_2", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_3.json b/items/PERFECT_HELMET_3.json index c4285866..3036578c 100644 --- a/items/PERFECT_HELMET_3.json +++ b/items/PERFECT_HELMET_3.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_HELMET_3", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_4.json b/items/PERFECT_HELMET_4.json index 63623f45..a4087971 100644 --- a/items/PERFECT_HELMET_4.json +++ b/items/PERFECT_HELMET_4.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_HELMET_4", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_5.json b/items/PERFECT_HELMET_5.json index e1d3c75a..85f9d193 100644 --- a/items/PERFECT_HELMET_5.json +++ b/items/PERFECT_HELMET_5.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_HELMET_5", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_6.json b/items/PERFECT_HELMET_6.json index 9b17c032..d4325359 100644 --- a/items/PERFECT_HELMET_6.json +++ b/items/PERFECT_HELMET_6.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_HELMET_6", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_7.json b/items/PERFECT_HELMET_7.json index b31c8997..1bf9abd4 100644 --- a/items/PERFECT_HELMET_7.json +++ b/items/PERFECT_HELMET_7.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_HELMET_7", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_8.json b/items/PERFECT_HELMET_8.json index 5b3a50c9..5c08d1df 100644 --- a/items/PERFECT_HELMET_8.json +++ b/items/PERFECT_HELMET_8.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_HELMET_8", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_HELMET_9.json b/items/PERFECT_HELMET_9.json index 04873344..ee8c9788 100644 --- a/items/PERFECT_HELMET_9.json +++ b/items/PERFECT_HELMET_9.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_HELMET_9", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_10.json b/items/PERFECT_LEGGINGS_10.json index df1eaf39..deb1783d 100644 --- a/items/PERFECT_LEGGINGS_10.json +++ b/items/PERFECT_LEGGINGS_10.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_LEGGINGS_10", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_11.json b/items/PERFECT_LEGGINGS_11.json index 2d5f6009..ef64acf2 100644 --- a/items/PERFECT_LEGGINGS_11.json +++ b/items/PERFECT_LEGGINGS_11.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_LEGGINGS_11", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_12.json b/items/PERFECT_LEGGINGS_12.json index 11197b35..9405cd91 100644 --- a/items/PERFECT_LEGGINGS_12.json +++ b/items/PERFECT_LEGGINGS_12.json @@ -23,5 +23,9 @@ "internalname": "PERFECT_LEGGINGS_12", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_2.json b/items/PERFECT_LEGGINGS_2.json index 2cf1ab84..08cce8e6 100644 --- a/items/PERFECT_LEGGINGS_2.json +++ b/items/PERFECT_LEGGINGS_2.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_LEGGINGS_2", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_3.json b/items/PERFECT_LEGGINGS_3.json index be5cc69e..06f43e4b 100644 --- a/items/PERFECT_LEGGINGS_3.json +++ b/items/PERFECT_LEGGINGS_3.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_LEGGINGS_3", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_4.json b/items/PERFECT_LEGGINGS_4.json index 7274b498..671fd43c 100644 --- a/items/PERFECT_LEGGINGS_4.json +++ b/items/PERFECT_LEGGINGS_4.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_LEGGINGS_4", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_5.json b/items/PERFECT_LEGGINGS_5.json index b71dac97..3531811e 100644 --- a/items/PERFECT_LEGGINGS_5.json +++ b/items/PERFECT_LEGGINGS_5.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_LEGGINGS_5", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_6.json b/items/PERFECT_LEGGINGS_6.json index af628a1d..5ab69857 100644 --- a/items/PERFECT_LEGGINGS_6.json +++ b/items/PERFECT_LEGGINGS_6.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_LEGGINGS_6", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_7.json b/items/PERFECT_LEGGINGS_7.json index 46a8f66b..145f005a 100644 --- a/items/PERFECT_LEGGINGS_7.json +++ b/items/PERFECT_LEGGINGS_7.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_LEGGINGS_7", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_8.json b/items/PERFECT_LEGGINGS_8.json index dfc10f80..3d017d36 100644 --- a/items/PERFECT_LEGGINGS_8.json +++ b/items/PERFECT_LEGGINGS_8.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_LEGGINGS_8", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERFECT_LEGGINGS_9.json b/items/PERFECT_LEGGINGS_9.json index 6f4db7e4..b06a3355 100644 --- a/items/PERFECT_LEGGINGS_9.json +++ b/items/PERFECT_LEGGINGS_9.json @@ -25,5 +25,9 @@ "internalname": "PERFECT_LEGGINGS_9", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" + ] +} diff --git a/items/PERSONAL_BANK_ITEM.json b/items/PERSONAL_BANK_ITEM.json index 7e01eb60..afcb35c3 100644 --- a/items/PERSONAL_BANK_ITEM.json +++ b/items/PERSONAL_BANK_ITEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fPersonal Bank Item", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9dd5008a-08a1-3f4a-b8af-2499bdb8ff3b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM2ZTk0ZjZjMzRhMzU0NjVmY2U0YTkwZjJlMjU5NzYzODllYjk3MDlhMTIyNzM1NzRmZjcwZmQ0ZGFhNjg1MiJ9fX0=\"}]}},display:{Lore:[0:\"§7Shortcut to your Personal Bank!\",1:\"\",2:\"§bRight-Click to open bank!\",3:\"§eLeft-Click to deposit purse!\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fPersonal Bank Item\"},ExtraAttributes:{id:\"PERSONAL_BANK_ITEM\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9dd5008a-08a1-3f4a-b8af-2499bdb8ff3b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM2ZTk0ZjZjMzRhMzU0NjVmY2U0YTkwZjJlMjU5NzYzODllYjk3MDlhMTIyNzM1NzRmZjcwZmQ0ZGFhNjg1MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Shortcut to your Personal Bank!\",1:\"\",2:\"§bRight-Click to open bank!\",3:\"§eLeft-Click to deposit purse!\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fPersonal Bank Item\"},ExtraAttributes:{id:\"PERSONAL_BANK_ITEM\"}}", "damage": 3, "lore": [ "§7Shortcut to your Personal Bank!", @@ -24,6 +24,10 @@ }, "internalname": "PERSONAL_BANK_ITEM", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Emerald VI" + "modver": "1.5-REL", + "crafttext": "Requires: Emerald VI", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Personal_Bank" + ] }
\ No newline at end of file diff --git a/items/PERSONAL_COMPACTOR_4000.json b/items/PERSONAL_COMPACTOR_4000.json index 12aba87b..06a2d91d 100644 --- a/items/PERSONAL_COMPACTOR_4000.json +++ b/items/PERSONAL_COMPACTOR_4000.json @@ -26,5 +26,10 @@ }, "internalname": "PERSONAL_COMPACTOR_4000", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Personal_Compactor_4000" + ] }
\ No newline at end of file diff --git a/items/PERSONAL_COMPACTOR_5000.json b/items/PERSONAL_COMPACTOR_5000.json index 13dd4a14..1498ff71 100644 --- a/items/PERSONAL_COMPACTOR_5000.json +++ b/items/PERSONAL_COMPACTOR_5000.json @@ -26,5 +26,10 @@ }, "internalname": "PERSONAL_COMPACTOR_5000", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Personal_Compactor_5000" + ] }
\ No newline at end of file diff --git a/items/PERSONAL_COMPACTOR_6000.json b/items/PERSONAL_COMPACTOR_6000.json index 359cedea..11ef50df 100644 --- a/items/PERSONAL_COMPACTOR_6000.json +++ b/items/PERSONAL_COMPACTOR_6000.json @@ -26,5 +26,10 @@ }, "internalname": "PERSONAL_COMPACTOR_6000", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Personal_Compactor_6000" + ] }
\ No newline at end of file diff --git a/items/PIG;0.json b/items/PIG;0.json index b8590abb..c5c66db0 100644 --- a/items/PIG;0.json +++ b/items/PIG;0.json @@ -22,11 +22,23 @@ "§f§lCOMMON" ], "internalname": "PIG;0", - "clickcommand": "", - "modver": "REL-1.0.0", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PORK:64", + "A2": "PORK:64", + "A3": "PORK:64", + "B1": "PORK:64", + "B2": "ENCHANTED_EGG:1", + "B3": "PORK:64", + "C1": "PORK:64", + "C2": "PORK:64", + "C3": "PORK:64" + }, + "modver": "1.5-REL", + "crafttext": "33% Chance", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pig_Pet" - ], - "crafttext": "" + ] }
\ No newline at end of file diff --git a/items/PIG;1.json b/items/PIG;1.json index afed9925..9c7d2afe 100644 --- a/items/PIG;1.json +++ b/items/PIG;1.json @@ -22,11 +22,23 @@ "§a§lUNCOMMON" ], "internalname": "PIG;1", - "clickcommand": "", - "modver": "REL-1.0.0", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PORK:64", + "A2": "PORK:64", + "A3": "PORK:64", + "B1": "PORK:64", + "B2": "ENCHANTED_EGG:1", + "B3": "PORK:64", + "C1": "PORK:64", + "C2": "PORK:64", + "C3": "PORK:64" + }, + "modver": "1.5-REL", + "crafttext": "33% Chance", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pig_Pet" - ], - "crafttext": "" + ] }
\ No newline at end of file diff --git a/items/PIG;2.json b/items/PIG;2.json index 2247f617..5dfd2243 100644 --- a/items/PIG;2.json +++ b/items/PIG;2.json @@ -27,11 +27,23 @@ "§9§lRARE" ], "internalname": "PIG;2", - "clickcommand": "", - "modver": "REL-1.0.0", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PORK:64", + "A2": "PORK:64", + "A3": "PORK:64", + "B1": "PORK:64", + "B2": "ENCHANTED_EGG:1", + "B3": "PORK:64", + "C1": "PORK:64", + "C2": "PORK:64", + "C3": "PORK:64" + }, + "modver": "1.5-REL", + "crafttext": "33% Chance", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pig_Pet" - ], - "crafttext": "" + ] }
\ No newline at end of file diff --git a/items/PIG;3.json b/items/PIG;3.json index 6355dedb..78ce2dd6 100644 --- a/items/PIG;3.json +++ b/items/PIG;3.json @@ -27,11 +27,24 @@ "§5§lEPIC" ], "internalname": "PIG;3", - "clickcommand": "", - "modver": "REL-1.0.0", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "useneucraft": true, + "infoType": "WIKI_URL", + "recipe": { + "A1": "PORK:64", + "A2": "PORK:64", + "A3": "PORK:64", + "B1": "PORK:64", + "B2": "SUPER_EGG:1", + "B3": "PORK:64", + "C1": "PORK:64", + "C2": "PORK:64", + "C3": "PORK:64" + }, "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pig_Pet" ], - "crafttext": "" -}
\ No newline at end of file + "crafttext": "80% Chance" +} diff --git a/items/PIG;4.json b/items/PIG;4.json index 4222dc61..06bb086d 100644 --- a/items/PIG;4.json +++ b/items/PIG;4.json @@ -32,11 +32,23 @@ "§6§lLEGENDARY" ], "internalname": "PIG;4", - "clickcommand": "", - "modver": "REL-1.0.0", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PORK:64", + "A2": "PORK:64", + "A3": "PORK:64", + "B1": "PORK:64", + "B2": "SUPER_EGG:1", + "B3": "PORK:64", + "C1": "PORK:64", + "C2": "PORK:64", + "C3": "PORK:64" + }, + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pig_Pet" ], - "crafttext": "" -}
\ No newline at end of file + "crafttext": "20% chance" +} diff --git a/items/PIGMAN_SWORD.json b/items/PIGMAN_SWORD.json index c281c0da..768d2171 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§c1,968§7 over §a5§7 seconds.\",10:\"§8Mana Cost: §3150\",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:\"§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\"}}", "damage": 0, "lore": [ "§7Damage: §c+200", @@ -9,12 +9,14 @@ "§7Crit Chance: §c+5%", "§7Crit Damage: §c+30%", "", + "§7Intelligence: §a+100", + "", "§6Item Ability: Burning Souls §e§lRIGHT CLICK", "§7Gain §a+50❈ Defense §7for §a5s§7", "§7and cast vortex of flames", "§7towards enemies, dealing up to", - "§7§c1,968§7 over §a5§7 seconds.", - "§8Mana Cost: §3150", + "§7§c30,000§7 over §a5§7 seconds.", + "§8Mana Cost: §3400", "", "§7§8This item can be reforged!", "§6§lLEGENDARY SWORD" @@ -32,10 +34,10 @@ }, "internalname": "PIGMAN_SWORD", "clickcommand": "viewrecipe", - "modver": "1.1-REL", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pigman_Sword" ], "crafttext": "Requires: Raw Porkchop IX" -}
\ No newline at end of file +} diff --git a/items/PLASMAFLUX_POWER_ORB.json b/items/PLASMAFLUX_POWER_ORB.json index b467f153..f8b7fa28 100644 --- a/items/PLASMAFLUX_POWER_ORB.json +++ b/items/PLASMAFLUX_POWER_ORB.json @@ -32,5 +32,10 @@ }, "internalname": "PLASMAFLUX_POWER_ORB", "clickcommand": "viewrecipe", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Plasmaflux_Power_Orb" + ] }
\ No newline at end of file diff --git a/items/PLASMA_BUCKET.json b/items/PLASMA_BUCKET.json index 23367609..a1a181b8 100644 --- a/items/PLASMA_BUCKET.json +++ b/items/PLASMA_BUCKET.json @@ -23,5 +23,10 @@ }, "internalname": "PLASMA_BUCKET", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Plasma_Bucket" + ] }
\ No newline at end of file diff --git a/items/PLASMA_NUCLEUS.json b/items/PLASMA_NUCLEUS.json index e1ea1ae8..05f905cb 100644 --- a/items/PLASMA_NUCLEUS.json +++ b/items/PLASMA_NUCLEUS.json @@ -15,5 +15,10 @@ ], "internalname": "PLASMA_NUCLEUS", "clickcommand": "", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Plasma_Nucleus" + ] }
\ No newline at end of file diff --git a/items/POTATO_BASKET.json b/items/POTATO_BASKET.json index da96e955..d3967f85 100644 --- a/items/POTATO_BASKET.json +++ b/items/POTATO_BASKET.json @@ -5,7 +5,7 @@ "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d325605-66a1-342d-9fba-ea0601b6996b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhlNjBlYmQ4MGI2MDYzYTk2ZTlhYWY4NGYwMzgyNTcwNThlNzYyZjFiZWMzYmY1YzBmNjI1MWU2NWQ1YzVlZSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Leaderboard Position: §e#§k169\",1:\"§7Awarded to: §kIRONM00N\",2:\"\",3:\"§7§d§oThe greatest victory is that\",4:\"§d§owhich requires no battle.\",5:\"§8- Sun Tzu, The Art of War\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Basket of Hope from the Great Potato War\"},ExtraAttributes:{basket_edition:169,id:\"POTATO_BASKET\",basket_player_name:\"§b[MVP§9+§b] Shifty76\"}}", - "modver": "1.3-REL", + "modver": "1.5-REL", "lore": [ "§7Leaderboard Position: §e#§k169", "§7Awarded to: §kIRONM00N", @@ -17,5 +17,8 @@ "§5§lEPIC" ], "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Basket_of_Hope_from_the_Great_Potato_War" + ] }
\ No newline at end of file diff --git a/items/POTATO_TALISMAN.json b/items/POTATO_TALISMAN.json index 2f630733..3101bdfb 100644 --- a/items/POTATO_TALISMAN.json +++ b/items/POTATO_TALISMAN.json @@ -1,11 +1,11 @@ { "internalname": "POTATO_TALISMAN", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§fPotato Talisman", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2fc11c51-700f-35d7-8e19-71d8549daef9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MjUzMTI1MDg3MCwKICAicHJvZmlsZUlkIiA6ICI4MmEyZDY5OTMwOTM0NjkxOGE3NDc4ZTI2YWEyMGJmMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJMY3V0ZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMTg0NzZlM2NmMGQ1ZmM4YWIxNzYxMDY1Y2YwZTM3MmIxMTAwNGVkNGM5NzE1NjM5NmUxN2M4NjliNGFhMzg5IgogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§7Speed: §a+1\",1:\"\",2:\"§7Your potato minions farm §a5%\",3:\"§a§7faster while wearing on your\",4:\"§7island.\",5:\"\",6:\"§7§8Forged by the Potato King\",7:\"§8after winning the Great\",8:\"§8Potato War.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§f§lCOMMON ACCESSORY\"],Name:\"§fPotato Talisman\"},ExtraAttributes:{id:\"POTATO_TALISMAN\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2fc11c51-700f-35d7-8e19-71d8549daef9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MjUzMTI1MDg3MCwKICAicHJvZmlsZUlkIiA6ICI4MmEyZDY5OTMwOTM0NjkxOGE3NDc4ZTI2YWEyMGJmMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJMY3V0ZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMTg0NzZlM2NmMGQ1ZmM4YWIxNzYxMDY1Y2YwZTM3MmIxMTAwNGVkNGM5NzE1NjM5NmUxN2M4NjliNGFhMzg5IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Speed: §a+1\",1:\"\",2:\"§7Your potato minions farm §a5%\",3:\"§a§7faster while wearing on your\",4:\"§7island.\",5:\"\",6:\"§7§8Forged by the Potato King\",7:\"§8after winning the Great\",8:\"§8Potato War.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§f§lCOMMON ACCESSORY\"],Name:\"§fPotato Talisman\"},ExtraAttributes:{id:\"POTATO_TALISMAN\"}}", + "modver": "1.5-REL", "lore": [ "§7Speed: §a+1", "", @@ -19,5 +19,10 @@ "", "§7§8This item can be reforged!", "§f§lCOMMON ACCESSORY" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Potato_Talisman" ] }
\ No newline at end of file diff --git a/items/PRECURSOR_EYE.json b/items/PRECURSOR_EYE.json index 44dec216..2a6a3ed2 100644 --- a/items/PRECURSOR_EYE.json +++ b/items/PRECURSOR_EYE.json @@ -30,6 +30,9 @@ "internalname": "PRECURSOR_EYE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Precursor_Eye" + ] }
\ No newline at end of file diff --git a/items/PREMIUM_FLESH.json b/items/PREMIUM_FLESH.json index 82b1941d..328de26d 100644 --- a/items/PREMIUM_FLESH.json +++ b/items/PREMIUM_FLESH.json @@ -1,11 +1,11 @@ { "internalname": "PREMIUM_FLESH", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Premium Flesh", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8f4b9c2f-7439-3589-8ee4-d835cb7c1f73\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWE3NWU4YjA0NGM3MjAxYTRiMmU4NTZiZTRmYzMxNmE1YWFlYzY2NTc2MTY5YmFiNTg3MmE4ODUzNGI4MDI1NiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Undead §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7§8§oThe Zombie it came from was\",8:\"§8§oprobably a great warrior before\",9:\"§8§oits death.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXVI§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§9Premium Flesh\"},ExtraAttributes:{id:\"PREMIUM_FLESH\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -22,5 +22,10 @@ "§aXVI§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Premium_Flesh" ] }
\ No newline at end of file diff --git a/items/PUMPKIN_GUTS.json b/items/PUMPKIN_GUTS.json index 65851127..3af44920 100644 --- a/items/PUMPKIN_GUTS.json +++ b/items/PUMPKIN_GUTS.json @@ -13,5 +13,10 @@ ], "internalname": "PUMPKIN_GUTS", "clickcommand": "", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pumpkin_Guts" + ] }
\ No newline at end of file diff --git a/items/PUMPKIN_LAUNCHER.json b/items/PUMPKIN_LAUNCHER.json index ae66bf27..dea784da 100644 --- a/items/PUMPKIN_LAUNCHER.json +++ b/items/PUMPKIN_LAUNCHER.json @@ -26,5 +26,10 @@ }, "internalname": "PUMPKIN_LAUNCHER", "clickcommand": "viewrecipe", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pumpkin_Launcher" + ] }
\ No newline at end of file diff --git a/items/RAGGEDY_SHARK_TOOTH_NECKLACE.json b/items/RAGGEDY_SHARK_TOOTH_NECKLACE.json index 05df7658..85068079 100644 --- a/items/RAGGEDY_SHARK_TOOTH_NECKLACE.json +++ b/items/RAGGEDY_SHARK_TOOTH_NECKLACE.json @@ -6,6 +6,10 @@ "lore": [ "§7Strength: §c+2", "", + "§7Grants §a+5% §7chance to", + "§7get Shark Teeth during", + "§bFishing Festivals.", + "", "§7§8This item can be reforged!", "§f§lCOMMON ACCESSORY" ], @@ -22,5 +26,10 @@ }, "internalname": "RAGGEDY_SHARK_TOOTH_NECKLACE", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Raggedy_Shark_Tooth_Necklace" + ] +} diff --git a/items/RARE_DIAMOND.json b/items/RARE_DIAMOND.json index 8f1acabe..948d50b9 100644 --- a/items/RARE_DIAMOND.json +++ b/items/RARE_DIAMOND.json @@ -1,11 +1,11 @@ { "internalname": "RARE_DIAMOND", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Rare Diamond", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e4a7b679-0015-3e16-a997-88e458e96a74\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2EwZTg5ODkwNzBmMDUxNWIzNWQ2YTYzNzJkOWM0ZWZkZTE1OTYxOTY4ZDMxZmYwMjI1YzU5NDI2OWVmNzQzNyJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Reinforced\",5:\"§8§7reforge to armor.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aVIII§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Rare Diamond\"},ExtraAttributes:{id:\"RARE_DIAMOND\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -18,5 +18,10 @@ "§aVIII§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rare_Diamond" ] }
\ No newline at end of file diff --git a/items/RAZOR_SHARP_SHARK_TOOTH_NECKLACE.json b/items/RAZOR_SHARP_SHARK_TOOTH_NECKLACE.json index 9b162c22..95873d93 100644 --- a/items/RAZOR_SHARP_SHARK_TOOTH_NECKLACE.json +++ b/items/RAZOR_SHARP_SHARK_TOOTH_NECKLACE.json @@ -6,6 +6,10 @@ "lore": [ "§7Strength: §c+10", "", + "§7Grants §a+25% §7chance to", + "§7get Shark Teeth during", + "§bFishing Festivals.", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY ACCESSORY" ], @@ -22,5 +26,10 @@ }, "internalname": "RAZOR_SHARP_SHARK_TOOTH_NECKLACE", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Razor-sharp_Shark_Tooth_Necklace" + ] +} diff --git a/items/REAPER_SCYTHE.json b/items/REAPER_SCYTHE.json index b138f4e5..44d4e4cb 100644 --- a/items/REAPER_SCYTHE.json +++ b/items/REAPER_SCYTHE.json @@ -42,5 +42,10 @@ }, "internalname": "REAPER_SCYTHE", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Reaper_Scythe" + ] }
\ No newline at end of file diff --git a/items/RED_NOSE.json b/items/RED_NOSE.json index 793fb856..6d35e15e 100644 --- a/items/RED_NOSE.json +++ b/items/RED_NOSE.json @@ -1,11 +1,11 @@ { "internalname": "RED_NOSE", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Red Nose", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"935f5d83-5c2c-34ce-8942-5a314efe9358\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MzYxMTA5MzQ5MSwKICAicHJvZmlsZUlkIiA6ICJlNzkzYjJjYTdhMmY0MTI2YTA5ODA5MmQ3Yzk5NDE3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVfSG9zdGVyX01hbiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82Yjc0OTBiNzY5YzkwYjI5YzRkMDgzNzE1YTc1MmEwNTU4NzhjYzE5NTQzNDUxYWMzODdmODhmNzQ5MzQ1OTA2IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Ridiculous\",5:\"§8§7reforge to a helmet.\",6:\"\",7:\"§7§8§oBonzo never wears it in the\",8:\"§8§opresence of other Necromancers.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXVII§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Red Nose\"},ExtraAttributes:{id:\"RED_NOSE\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -21,5 +21,10 @@ "§aXVII§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Nose" ] }
\ No newline at end of file diff --git a/items/RED_SCARF.json b/items/RED_SCARF.json index 66a43272..ea682d96 100644 --- a/items/RED_SCARF.json +++ b/items/RED_SCARF.json @@ -1,11 +1,11 @@ { "internalname": "RED_SCARF", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Red Scarf", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"534c842c-aa71-3acb-a45b-1e7579d44777\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTQzMWExZWZlMzMyNjNmYTAwZWZkZjQ3OWNmNDBhMTFjMTMxNmRiMzIzYmM4ZDc4NzNmODk5N2U4ZTJmNzVkOSJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Loving §7reforge\",5:\"§7to a chestplate.\",6:\"\",7:\"§7§8§oGiven by his mother. Scarf\",8:\"§8§oalways studied harder than\",9:\"§8§oeveryone else, hoping that one\",10:\"§8§oday he could bring her back.\",11:\"\",12:\"§7Requires §aMining Skill Level\",13:\"§aXXI§7!\",14:\"\",15:\"§9§lRARE REFORGE STONE\"],Name:\"§9Red Scarf\"},ExtraAttributes:{id:\"RED_SCARF\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -23,5 +23,10 @@ "§aXXI§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Scarf" ] }
\ No newline at end of file diff --git a/items/REFINED_AMBER.json b/items/REFINED_AMBER.json index 476335cb..b538246f 100644 --- a/items/REFINED_AMBER.json +++ b/items/REFINED_AMBER.json @@ -19,6 +19,9 @@ "internalname": "REFINED_AMBER", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Refined_Amber" + ] }
\ No newline at end of file diff --git a/items/REFORGE_ANVIL.json b/items/REFORGE_ANVIL.json index f3408ed2..fdae31f0 100644 --- a/items/REFORGE_ANVIL.json +++ b/items/REFORGE_ANVIL.json @@ -14,6 +14,9 @@ "internalname": "REFORGE_ANVIL", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Reforge_Anvil" + ] }
\ No newline at end of file diff --git a/items/REINFORCED_SCALES.json b/items/REINFORCED_SCALES.json index b16b7573..8e283537 100644 --- a/items/REINFORCED_SCALES.json +++ b/items/REINFORCED_SCALES.json @@ -32,5 +32,10 @@ }, "internalname": "REINFORCED_SCALES", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Reinforced_Scales" + ] }
\ No newline at end of file diff --git a/items/REPELLING_CANDLE.json b/items/REPELLING_CANDLE.json index 68941d1d..b9222e7b 100644 --- a/items/REPELLING_CANDLE.json +++ b/items/REPELLING_CANDLE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aRepelling Candle", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d367659-ceb9-3cd3-8df4-dd2d91ee46dc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjYTM2MTBiZjFlZDJkY2NlNWNhN2Y3ZjI5MTRhMWMyNWZiZmFiZDc0ZGNlNTFiM2Y1MTI2YmE0NGJhMWEyMCJ9fX0=\"}]}},display:{Lore:[0:\"§7§7Prevents unwanted monsters\",1:\"§7from spawning on your\",2:\"§7island!\",3:\"\",4:\"§dEmits life-scarring aroma!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aRepelling Candle\"},ExtraAttributes:{id:\"REPELLING_CANDLE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d367659-ceb9-3cd3-8df4-dd2d91ee46dc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjYTM2MTBiZjFlZDJkY2NlNWNhN2Y3ZjI5MTRhMWMyNWZiZmFiZDc0ZGNlNTFiM2Y1MTI2YmE0NGJhMWEyMCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7Prevents unwanted monsters\",1:\"§7from spawning on your\",2:\"§7island!\",3:\"\",4:\"§dEmits life-scarring aroma!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aRepelling Candle\"},ExtraAttributes:{id:\"REPELLING_CANDLE\"}}", "damage": 3, "lore": [ "§7§7Prevents unwanted monsters", @@ -25,6 +25,10 @@ }, "internalname": "REPELLING_CANDLE", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Acacia Wood IX" + "modver": "1.5-REL", + "crafttext": "Requires: Acacia Wood IX", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Repelling_Candle" + ] }
\ No newline at end of file diff --git a/items/REVIVE_STONE.json b/items/REVIVE_STONE.json index b9b2261f..10f6744d 100644 --- a/items/REVIVE_STONE.json +++ b/items/REVIVE_STONE.json @@ -17,6 +17,9 @@ "internalname": "REVIVE_STONE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Revive_Stone" + ] }
\ No newline at end of file diff --git a/items/ROCK;0.json b/items/ROCK;0.json index 0a6de6f0..f369d99c 100644 --- a/items/ROCK;0.json +++ b/items/ROCK;0.json @@ -25,6 +25,9 @@ "internalname": "ROCK;0", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rock_Pet" + ] }
\ No newline at end of file diff --git a/items/ROCK;1.json b/items/ROCK;1.json index c6aeedab..c8a17831 100644 --- a/items/ROCK;1.json +++ b/items/ROCK;1.json @@ -25,6 +25,9 @@ "internalname": "ROCK;1", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rock_Pet" + ] }
\ No newline at end of file diff --git a/items/ROCK;2.json b/items/ROCK;2.json index a0732a66..4eace77c 100644 --- a/items/ROCK;2.json +++ b/items/ROCK;2.json @@ -29,6 +29,9 @@ "internalname": "ROCK;2", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rock_Pet" + ] }
\ No newline at end of file diff --git a/items/ROCK;3.json b/items/ROCK;3.json index 2182dd66..56eafd71 100644 --- a/items/ROCK;3.json +++ b/items/ROCK;3.json @@ -29,6 +29,9 @@ "internalname": "ROCK;3", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rock_Pet" + ] }
\ No newline at end of file diff --git a/items/ROCK_CANDY.json b/items/ROCK_CANDY.json index 37fed2db..ffcfdd4f 100644 --- a/items/ROCK_CANDY.json +++ b/items/ROCK_CANDY.json @@ -19,6 +19,9 @@ "internalname": "ROCK_CANDY", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rock_Candy" + ] }
\ No newline at end of file diff --git a/items/RUNAANS_BOW.json b/items/RUNAANS_BOW.json index 2a76d956..67e6d489 100644 --- a/items/RUNAANS_BOW.json +++ b/items/RUNAANS_BOW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bow", - "displayname": "§6Runaan's Bow", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+160\",1:\"§7Strength: §c+50\",2:\"\",3:\"§6Item Ability: Triple Shot\",4:\"§7Shoots 3 arrows at a time! The 2\",5:\"§7extra arrows deal §a40%\",6:\"§a§7percent of the damage.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY BOW\"],Name:\"§6Runaan's Bow\"},ExtraAttributes:{id:\"RUNAANS_BOW\"}}", + "displayname": "§6Runaan\u0027s Bow", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+160\",1:\"§7Strength: §c+50\",2:\"\",3:\"§6Item Ability: Triple Shot\",4:\"§7Shoots 3 arrows at a time! The 2\",5:\"§7extra arrows deal §a40%\",6:\"§a§7percent of the damage.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY BOW\"],Name:\"§6Runaan\u0027s Bow\"},ExtraAttributes:{id:\"RUNAANS_BOW\"}}", "damage": 0, "lore": [ "§7Damage: §c+160", @@ -28,6 +28,10 @@ }, "internalname": "RUNAANS_BOW", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Bone IX" + "modver": "1.5-REL", + "crafttext": "Requires: Bone IX", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Runaan%27s_Bow" + ] }
\ No newline at end of file diff --git a/items/SCARF_FRAGMENT.json b/items/SCARF_FRAGMENT.json index fa35ce10..3593d59e 100644 --- a/items/SCARF_FRAGMENT.json +++ b/items/SCARF_FRAGMENT.json @@ -11,6 +11,9 @@ "internalname": "SCARF_FRAGMENT", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scarf_Fragment" + ] }
\ No newline at end of file diff --git a/items/SCULPTORS_AXE.json b/items/SCULPTORS_AXE.json index b819e8d6..fb355293 100644 --- a/items/SCULPTORS_AXE.json +++ b/items/SCULPTORS_AXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stone_axe", - "displayname": "§fSculptor's Axe", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Right-click on any log on your\",1:\"§7island to turn it into a 6 sided\",2:\"§7log!\",3:\"\",4:\"§f§lCOMMON AXE\"],Name:\"§fSculptor's Axe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"SCULPTORS_AXE\",uuid:\"3ebb9ec8-5618-466f-931a-6cd544f7509b\",timestamp:\"7/6/20 1:47 PM\"}}", + "displayname": "§fSculptor\u0027s Axe", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Right-click on any log on your\",1:\"§7island to turn it into a 6 sided\",2:\"§7log!\",3:\"\",4:\"§f§lCOMMON AXE\"],Name:\"§fSculptor\u0027s Axe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"SCULPTORS_AXE\",uuid:\"3ebb9ec8-5618-466f-931a-6cd544f7509b\",timestamp:\"7/6/20 1:47 PM\"}}", "damage": 0, "lore": [ "§7Right-click on any log on your", @@ -23,6 +23,10 @@ }, "internalname": "SCULPTORS_AXE", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Birch Wood IV" + "modver": "1.5-REL", + "crafttext": "Requires: Birch Wood IV", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sculptor%27s_Axe" + ] }
\ No newline at end of file diff --git a/items/SERRATED_CLAWS.json b/items/SERRATED_CLAWS.json index dd712b5b..0c5edd12 100644 --- a/items/SERRATED_CLAWS.json +++ b/items/SERRATED_CLAWS.json @@ -32,5 +32,10 @@ }, "internalname": "SERRATED_CLAWS", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Serrated_Claws" + ] }
\ No newline at end of file diff --git a/items/SHARK_BAIT.json b/items/SHARK_BAIT.json index 8e8499b1..badd75a4 100644 --- a/items/SHARK_BAIT.json +++ b/items/SHARK_BAIT.json @@ -25,5 +25,10 @@ }, "internalname": "SHARK_BAIT", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" + ] }
\ No newline at end of file diff --git a/items/SHARP_SHARK_TOOTH_NECKLACE.json b/items/SHARP_SHARK_TOOTH_NECKLACE.json index b3d83099..21eade84 100644 --- a/items/SHARP_SHARK_TOOTH_NECKLACE.json +++ b/items/SHARP_SHARK_TOOTH_NECKLACE.json @@ -6,6 +6,10 @@ "lore": [ "§7Strength: §c+8", "", + "§7Grants §a+20% §7chance to", + "§7get Shark Teeth during", + "§bFishing Festivals.", + "", "§7§8This item can be reforged!", "§5§lEPIC ACCESSORY" ], @@ -22,5 +26,10 @@ }, "internalname": "SHARP_SHARK_TOOTH_NECKLACE", "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sharp_Shark_Tooth_Necklace" + ] +} diff --git a/items/SIMPLE_CARROT_CANDY.json b/items/SIMPLE_CARROT_CANDY.json index 2ad46ef5..3e3d5183 100644 --- a/items/SIMPLE_CARROT_CANDY.json +++ b/items/SIMPLE_CARROT_CANDY.json @@ -30,7 +30,10 @@ }, "internalname": "SIMPLE_CARROT_CANDY", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.5-REL", "crafttext": "Requires: Carrot II", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Simple_Carrot_Candy" + ] }
\ No newline at end of file diff --git a/items/SKELETON;0.json b/items/SKELETON;0.json index 49bc6ff0..83b78c1e 100644 --- a/items/SKELETON;0.json +++ b/items/SKELETON;0.json @@ -20,8 +20,23 @@ "§f§lCOMMON" ], "internalname": "SKELETON;0", - "crafttext": "", - "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" -}
\ No newline at end of file + "crafttext": "33% Chance", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_BONE:16", + "A2": "ENCHANTED_BONE:16", + "A3": "ENCHANTED_BONE:16", + "B1": "ENCHANTED_BONE:16", + "B2": "ENCHANTED_EGG:1", + "B3": "ENCHANTED_BONE:16", + "C1": "ENCHANTED_BONE:16", + "C2": "ENCHANTED_BONE:16", + "C3": "ENCHANTED_BONE:16" + }, + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Pet" + ] +} diff --git a/items/SKELETON;1.json b/items/SKELETON;1.json index 44445e7e..ceafeefa 100644 --- a/items/SKELETON;1.json +++ b/items/SKELETON;1.json @@ -20,11 +20,23 @@ "§a§lUNCOMMON" ], "internalname": "SKELETON;1", - "crafttext": "", - "clickcommand": "", - "modver": "REL-1.0.0", + "crafttext": "33% Chance", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_BONE:16", + "A2": "ENCHANTED_BONE:16", + "A3": "ENCHANTED_BONE:16", + "B1": "ENCHANTED_BONE:16", + "B2": "ENCHANTED_EGG:1", + "B3": "ENCHANTED_BONE:16", + "C1": "ENCHANTED_BONE:16", + "C2": "ENCHANTED_BONE:16", + "C3": "ENCHANTED_BONE:16" + }, + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Skeleton" + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Pet" ] -}
\ No newline at end of file +} diff --git a/items/SKELETON;2.json b/items/SKELETON;2.json index 81160f90..ff55dae5 100644 --- a/items/SKELETON;2.json +++ b/items/SKELETON;2.json @@ -27,8 +27,23 @@ "§9§lRARE" ], "internalname": "SKELETON;2", - "crafttext": "", - "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" -}
\ No newline at end of file + "crafttext": "33% Chance", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_BONE:16", + "A2": "ENCHANTED_BONE:16", + "A3": "ENCHANTED_BONE:16", + "B1": "ENCHANTED_BONE:16", + "B2": "ENCHANTED_EGG:1", + "B3": "ENCHANTED_BONE:16", + "C1": "ENCHANTED_BONE:16", + "C2": "ENCHANTED_BONE:16", + "C3": "ENCHANTED_BONE:16" + }, + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Pet" + ] +} diff --git a/items/SKELETON;3.json b/items/SKELETON;3.json index d2744436..4ee014bd 100644 --- a/items/SKELETON;3.json +++ b/items/SKELETON;3.json @@ -27,8 +27,23 @@ "§5§lEPIC" ], "internalname": "SKELETON;3", - "crafttext": "", - "clickcommand": "", - "modver": "1.2-REL", - "infoType": "" -}
\ No newline at end of file + "crafttext": "80% Chance", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_BONE:16", + "A2": "ENCHANTED_BONE:16", + "A3": "ENCHANTED_BONE:16", + "B1": "ENCHANTED_BONE:16", + "B2": "SUPER_EGG:1", + "B3": "ENCHANTED_BONE:16", + "C1": "ENCHANTED_BONE:16", + "C2": "ENCHANTED_BONE:16", + "C3": "ENCHANTED_BONE:16" + }, + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Pet" + ] +} diff --git a/items/SKELETON;4.json b/items/SKELETON;4.json index f74dbb94..26895447 100644 --- a/items/SKELETON;4.json +++ b/items/SKELETON;4.json @@ -33,8 +33,23 @@ "§6§lLEGENDARY" ], "internalname": "SKELETON;4", - "crafttext": "", - "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" -}
\ No newline at end of file + "crafttext": "20% Chance", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_BONE:16", + "A2": "ENCHANTED_BONE:16", + "A3": "ENCHANTED_BONE:16", + "B1": "ENCHANTED_BONE:16", + "B2": "SUPER_EGG:1", + "B3": "ENCHANTED_BONE:16", + "C1": "ENCHANTED_BONE:16", + "C2": "ENCHANTED_BONE:16", + "C3": "ENCHANTED_BONE:16" + }, + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Pet" + ] +} diff --git a/items/SKELETON_HORSE;4.json b/items/SKELETON_HORSE;4.json index 008fa90a..b0a94b7b 100644 --- a/items/SKELETON_HORSE;4.json +++ b/items/SKELETON_HORSE;4.json @@ -32,6 +32,9 @@ "internalname": "SKELETON_HORSE;4", "crafttext": "", "clickcommand": "", - "modver": "1.2-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Horse_Pet" + ] }
\ No newline at end of file diff --git a/items/SKYBLOCK_MENU.json b/items/SKYBLOCK_MENU.json index 93efccd0..7c3da09d 100644 --- a/items/SKYBLOCK_MENU.json +++ b/items/SKYBLOCK_MENU.json @@ -13,6 +13,9 @@ "internalname": "SKYBLOCK_MENU", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/SkyBlock_Menu" + ] }
\ No newline at end of file diff --git a/items/SMALL_AGRONOMY_SACK.json b/items/SMALL_AGRONOMY_SACK.json index d19683e1..c04f4f46 100644 --- a/items/SMALL_AGRONOMY_SACK.json +++ b/items/SMALL_AGRONOMY_SACK.json @@ -32,5 +32,10 @@ }, "internalname": "SMALL_AGRONOMY_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Agronomy_Sack" + ] }
\ No newline at end of file diff --git a/items/SMALL_COMBAT_SACK.json b/items/SMALL_COMBAT_SACK.json index 2462f02a..e2ee1698 100644 --- a/items/SMALL_COMBAT_SACK.json +++ b/items/SMALL_COMBAT_SACK.json @@ -32,5 +32,10 @@ }, "internalname": "SMALL_COMBAT_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Combat_Sack" + ] }
\ No newline at end of file diff --git a/items/SMALL_FISHING_SACK.json b/items/SMALL_FISHING_SACK.json index 78c33328..da0d20eb 100644 --- a/items/SMALL_FISHING_SACK.json +++ b/items/SMALL_FISHING_SACK.json @@ -32,5 +32,10 @@ }, "internalname": "SMALL_FISHING_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Sack" + ] }
\ No newline at end of file diff --git a/items/SMALL_FORAGING_SACK.json b/items/SMALL_FORAGING_SACK.json index 81072653..695847d8 100644 --- a/items/SMALL_FORAGING_SACK.json +++ b/items/SMALL_FORAGING_SACK.json @@ -30,5 +30,10 @@ }, "internalname": "SMALL_FORAGING_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Foraging_Sack" + ] }
\ No newline at end of file diff --git a/items/SMALL_HUSBANDRY_SACK.json b/items/SMALL_HUSBANDRY_SACK.json index 5a6dbef1..396740de 100644 --- a/items/SMALL_HUSBANDRY_SACK.json +++ b/items/SMALL_HUSBANDRY_SACK.json @@ -29,5 +29,10 @@ }, "internalname": "SMALL_HUSBANDRY_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Husbandry_Sack" + ] }
\ No newline at end of file diff --git a/items/SMALL_MINING_SACK.json b/items/SMALL_MINING_SACK.json index 3cd532d6..2b98bf53 100644 --- a/items/SMALL_MINING_SACK.json +++ b/items/SMALL_MINING_SACK.json @@ -35,5 +35,10 @@ }, "internalname": "SMALL_MINING_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mining_Sack" + ] }
\ No newline at end of file diff --git a/items/SMALL_SLAYER_SACK.json b/items/SMALL_SLAYER_SACK.json index 146caadb..17f9ef99 100644 --- a/items/SMALL_SLAYER_SACK.json +++ b/items/SMALL_SLAYER_SACK.json @@ -28,5 +28,10 @@ }, "internalname": "SMALL_SLAYER_SACK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Slayer_Sack" + ] }
\ No newline at end of file diff --git a/items/SNOWMAN;4.json b/items/SNOWMAN;4.json index 652a9ae1..d50843a5 100644 --- a/items/SNOWMAN;4.json +++ b/items/SNOWMAN;4.json @@ -36,6 +36,9 @@ "internalname": "SNOWMAN;4", "crafttext": "", "clickcommand": "", - "modver": "1.2-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Snowman_Pet" + ] }
\ No newline at end of file diff --git a/items/SOUL_WHIP.json b/items/SOUL_WHIP.json index d867a427..7946a115 100644 --- a/items/SOUL_WHIP.json +++ b/items/SOUL_WHIP.json @@ -1,19 +1,26 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§6Soul Whip", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d320\",1:\"§7Damage: §c+145\",2:\"§7Strength: §c+175 \",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Soul Whip\"},ExtraAttributes:{dungeon_item_level:0,id:\"SOUL_WHIP\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+145\",1:\"§7Strength: §c+175 \",2:\"\",3:\"§6Item Ability: Flay §e§lRIGHT CLICK\",4:\"§7Flay your whip in an arc,\",5:\"§7dealing your melee damage to all\",6:\"§7enemies in its path\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Soul Whip\"},ExtraAttributes:{dungeon_item_level:0,id:\"SOUL_WHIP\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d320", "§7Damage: §c+145", "§7Strength: §c+175 ", "", + "§6Item Ability: Flay §e§lRIGHT CLICK", + "§7Flay your whip in an arc,", + "§7dealing your melee damage to all", + "§7enemies in its path", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY DUNGEON SWORD" ], "internalname": "SOUL_WHIP", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Soul_Whip" + ] }
\ No newline at end of file diff --git a/items/SPEED_ARTIFACT.json b/items/SPEED_ARTIFACT.json index 18accf17..18c8358d 100644 --- a/items/SPEED_ARTIFACT.json +++ b/items/SPEED_ARTIFACT.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Speed Artifact", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ab862b60-aad5-3a4d-ac90-a73babce1422\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MDA4OTk4MjM0MiwKICAicHJvZmlsZUlkIiA6ICJjOTU4YTRiMWY4OGU0ZGVjOTI3NGVlMGQ3Nzg2ZGFkYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbHNvRGN0ciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mMDY3MDZlZWNiMmQ1NThhY2UyN2FiZGEwYjBiN2I4MDFkMzZkMTdkZDdhODkwYTk1MjBkYmU1MjIzNzRmOGE2IgogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§7Gives §a+5 §f✦ Speed§7 when\",1:\"§7held.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§9§lRARE ACCESSORY\"],Name:\"§9Speed Artifact\"},ExtraAttributes:{id:\"SPEED_ARTIFACT\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ab862b60-aad5-3a4d-ac90-a73babce1422\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MDA4OTk4MjM0MiwKICAicHJvZmlsZUlkIiA6ICJjOTU4YTRiMWY4OGU0ZGVjOTI3NGVlMGQ3Nzg2ZGFkYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbHNvRGN0ciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mMDY3MDZlZWNiMmQ1NThhY2UyN2FiZGEwYjBiN2I4MDFkMzZkMTdkZDdhODkwYTk1MjBkYmU1MjIzNzRmOGE2IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gives §a+5 §f✦ Speed§7 when\",1:\"§7held.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§9§lRARE ACCESSORY\"],Name:\"§9Speed Artifact\"},ExtraAttributes:{id:\"SPEED_ARTIFACT\"}}", "damage": 3, "lore": [ "§7Gives §a+5 §f✦ Speed§7 when", @@ -23,6 +23,10 @@ }, "internalname": "SPEED_ARTIFACT", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Sugar Cane VIII" + "modver": "1.5-REL", + "crafttext": "Requires: Sugar Cane VIII", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Speed_Artifact" + ] }
\ No newline at end of file diff --git a/items/SPEED_RING.json b/items/SPEED_RING.json index 30aa3c82..be483157 100644 --- a/items/SPEED_RING.json +++ b/items/SPEED_RING.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aSpeed Ring", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7d1f0e54-5a15-36dd-bb96-ddf3960b2b87\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MDA5MDE0NzQ3OSwKICAicHJvZmlsZUlkIiA6ICJjOTU4YTRiMWY4OGU0ZGVjOTI3NGVlMGQ3Nzg2ZGFkYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbHNvRGN0ciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMmRhNDBhOTFmOGZhN2UxY2JkZDkzNGRhOTJhNzY2OGRjOTVkNzViNTdjOWM4MGEzODFjNWUxNzhjZWU2YmE3IgogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§7Gives §a+3 §f✦ Speed§7 when\",1:\"§7held.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aSpeed Ring\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SPEED_RING\",uuid:\"a68370cb-fbf3-4f86-9d65-1ceff724fcf6\",timestamp:\"7/9/20 1:49 AM\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7d1f0e54-5a15-36dd-bb96-ddf3960b2b87\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MDA5MDE0NzQ3OSwKICAicHJvZmlsZUlkIiA6ICJjOTU4YTRiMWY4OGU0ZGVjOTI3NGVlMGQ3Nzg2ZGFkYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbHNvRGN0ciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMmRhNDBhOTFmOGZhN2UxY2JkZDkzNGRhOTJhNzY2OGRjOTVkNzViNTdjOWM4MGEzODFjNWUxNzhjZWU2YmE3IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gives §a+3 §f✦ Speed§7 when\",1:\"§7held.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aSpeed Ring\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SPEED_RING\",uuid:\"a68370cb-fbf3-4f86-9d65-1ceff724fcf6\",timestamp:\"7/9/20 1:49 AM\"}}", "damage": 3, "lore": [ "§7Gives §a+3 §f✦ Speed§7 when", @@ -23,6 +23,10 @@ }, "internalname": "SPEED_RING", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Sugar Cane V" + "modver": "1.5-REL", + "crafttext": "Requires: Sugar Cane V", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Speed_Ring" + ] }
\ No newline at end of file diff --git a/items/SPIDER;1.json b/items/SPIDER;1.json index 544180b0..ac7dd9ff 100644 --- a/items/SPIDER;1.json +++ b/items/SPIDER;1.json @@ -20,11 +20,23 @@ "§9§lRARE" ], "internalname": "SPIDER;1", - "crafttext": "", - "clickcommand": "", - "modver": "1.2-REL", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_STRING:64", + "A2": "ENCHANTED_STRING:64", + "A3": "ENCHANTED_STRING:64", + "B1": "ENCHANTED_STRING:64", + "B2": "ENCHANTED_EGG:1", + "B3": "ENCHANTED_STRING:64", + "C1": "ENCHANTED_STRING:64", + "C2": "ENCHANTED_STRING:64", + "C3": "ENCHANTED_STRING:64" + }, + "modver": "1.5-REL", + "crafttext": "33% Chance", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spider_Pet" ] -}
\ No newline at end of file +} diff --git a/items/SPIDER;2.json b/items/SPIDER;2.json index e28e14b0..99de566c 100644 --- a/items/SPIDER;2.json +++ b/items/SPIDER;2.json @@ -24,11 +24,23 @@ "§9§lRARE" ], "internalname": "SPIDER;2", - "crafttext": "", - "clickcommand": "", - "modver": "1.2-REL", + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_STRING:64", + "A2": "ENCHANTED_STRING:64", + "A3": "ENCHANTED_STRING:64", + "B1": "ENCHANTED_STRING:64", + "B2": "ENCHANTED_EGG:1", + "B3": "ENCHANTED_STRING:64", + "C1": "ENCHANTED_STRING:64", + "C2": "ENCHANTED_STRING:64", + "C3": "ENCHANTED_STRING:64" + }, + "modver": "1.5-REL", + "crafttext": "33% Chance", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spider_Pet" ] -}
\ No newline at end of file +} diff --git a/items/SPIDER;3.json b/items/SPIDER;3.json index 6dc01543..9107d6c1 100644 --- a/items/SPIDER;3.json +++ b/items/SPIDER;3.json @@ -24,8 +24,23 @@ "§5§lEPIC" ], "internalname": "SPIDER;3", - "crafttext": "", - "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" -}
\ No newline at end of file + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_STRING:64", + "A2": "ENCHANTED_STRING:64", + "A3": "ENCHANTED_STRING:64", + "B1": "ENCHANTED_STRING:64", + "B2": "SUPER_EGG:1", + "B3": "ENCHANTED_STRING:64", + "C1": "ENCHANTED_STRING:64", + "C2": "ENCHANTED_STRING:64", + "C3": "ENCHANTED_STRING:64" + }, + "modver": "1.5-REL", + "crafttext": "80% Chance", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spider_Pet" + ] +} diff --git a/items/SPIDER;4.json b/items/SPIDER;4.json index e370f9f7..c771e519 100644 --- a/items/SPIDER;4.json +++ b/items/SPIDER;4.json @@ -29,8 +29,23 @@ "§6§lLEGENDARY" ], "internalname": "SPIDER;4", - "crafttext": "", - "clickcommand": "", - "modver": "1.2-REL", - "infoType": "" -}
\ No newline at end of file + "useneucraft": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENCHANTED_STRING:64", + "A2": "ENCHANTED_STRING:64", + "A3": "ENCHANTED_STRING:64", + "B1": "ENCHANTED_STRING:64", + "B2": "SUPER_EGG:1", + "B3": "ENCHANTED_STRING:64", + "C1": "ENCHANTED_STRING:64", + "C2": "ENCHANTED_STRING:64", + "C3": "ENCHANTED_STRING:64" + }, + "modver": "1.5-REL", + "crafttext": "20% Chance", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spider_Pet" + ] +} diff --git a/items/SPIKED_BAIT.json b/items/SPIKED_BAIT.json index adabc356..682ce775 100644 --- a/items/SPIKED_BAIT.json +++ b/items/SPIKED_BAIT.json @@ -25,6 +25,10 @@ }, "internalname": "SPIKED_BAIT", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Pufferfish V" + "modver": "1.5-REL", + "crafttext": "Requires: Pufferfish V", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" + ] }
\ No newline at end of file diff --git a/items/SPIRIT;3.json b/items/SPIRIT;3.json index 4404046e..e3b52c75 100644 --- a/items/SPIRIT;3.json +++ b/items/SPIRIT;3.json @@ -26,6 +26,9 @@ "internalname": "SPIRIT;3", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Pet" + ] }
\ No newline at end of file diff --git a/items/SPIRIT;4.json b/items/SPIRIT;4.json index 43e32f5e..54aa1009 100644 --- a/items/SPIRIT;4.json +++ b/items/SPIRIT;4.json @@ -31,6 +31,9 @@ "internalname": "SPIRIT;4", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Pet" + ] }
\ No newline at end of file diff --git a/items/SPIRIT_DECOY.json b/items/SPIRIT_DECOY.json index 50609da9..5478d6ca 100644 --- a/items/SPIRIT_DECOY.json +++ b/items/SPIRIT_DECOY.json @@ -25,6 +25,9 @@ "internalname": "SPIRIT_DECOY", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Stone" + ] }
\ No newline at end of file diff --git a/items/SPIRIT_LEAP.json b/items/SPIRIT_LEAP.json index 9730fc76..21be1d50 100644 --- a/items/SPIRIT_LEAP.json +++ b/items/SPIRIT_LEAP.json @@ -1,11 +1,11 @@ { "internalname": "SPIRIT_LEAP", - "itemid": 368, + "itemid": "minecraft:ender_pearl", "displayname": "§9Spirit Leap", "clickcommand": "", "damage": 0, "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Spirit Leap §e§lRIGHT CLICK\",1:\"§7Allows you to teleport to any\",2:\"§7teammate!\",3:\"§8Cooldown: §a5s\",4:\"\",5:\"§cDungeons only!\",6:\"\",7:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Spirit Leap\"},ExtraAttributes:{id:\"SPIRIT_LEAP\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§6Item Ability: Spirit Leap §e§lRIGHT CLICK", "§7Allows you to teleport to any", @@ -15,5 +15,10 @@ "§cDungeons only!", "", "§9§lRARE DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Leap" ] }
\ No newline at end of file diff --git a/items/SPIRIT_SWORD.json b/items/SPIRIT_SWORD.json index 3fd30318..1b626326 100644 --- a/items/SPIRIT_SWORD.json +++ b/items/SPIRIT_SWORD.json @@ -30,6 +30,9 @@ "internalname": "SPIRIT_SWORD", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Sword" + ] }
\ No newline at end of file diff --git a/items/SPOOKY_BAIT.json b/items/SPOOKY_BAIT.json index 6c2377ac..80c3f767 100644 --- a/items/SPOOKY_BAIT.json +++ b/items/SPOOKY_BAIT.json @@ -24,6 +24,10 @@ }, "internalname": "SPOOKY_BAIT", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Lily Pad I" + "modver": "1.5-REL", + "crafttext": "Requires: Lily Pad I", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" + ] }
\ No newline at end of file diff --git a/items/STINGER_BOW.json b/items/STINGER_BOW.json index 3bdf6daf..2f22d647 100644 --- a/items/STINGER_BOW.json +++ b/items/STINGER_BOW.json @@ -22,6 +22,9 @@ "internalname": "STINGER_BOW", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Stinger_Bow" + ] }
\ No newline at end of file diff --git a/items/STONE_CHESTPLATE.json b/items/STONE_CHESTPLATE.json index 0ba588e0..119ef615 100644 --- a/items/STONE_CHESTPLATE.json +++ b/items/STONE_CHESTPLATE.json @@ -1,11 +1,11 @@ { "internalname": "STONE_CHESTPLATE", - "itemid": 299, + "itemid": "minecraft:leather_chestplate", "displayname": "§9Stone Chestplate", "clickcommand": "", "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d130\",1:\"§7Health: §a+130 HP\",2:\"\",3:\"§7While in Dungeons, players\",4:\"§7within §e8 §7blocks of you take\",5:\"§7§c5% §7less damage.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 35000 / 35000\",9:\"§9§lRARE DUNGEON CHESTPLATE\"],color:14277081,Name:\"§9Stone Chestplate\"},ExtraAttributes:{color:\"217:217:217\",id:\"STONE_CHESTPLATE\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7Gear Score: §d130", "§7Health: §a+130 HP", @@ -17,5 +17,10 @@ "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", "§9§lRARE DUNGEON CHESTPLATE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Stone_Chestplate" ] }
\ No newline at end of file diff --git a/items/SUMMONING_RING.json b/items/SUMMONING_RING.json index 99212bb0..aee0a80f 100644 --- a/items/SUMMONING_RING.json +++ b/items/SUMMONING_RING.json @@ -27,6 +27,9 @@ "internalname": "SUMMONING_RING", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Summoning_Ring" + ] }
\ No newline at end of file diff --git a/items/SUPERB_CARROT_CANDY.json b/items/SUPERB_CARROT_CANDY.json index 65907500..7f8de992 100644 --- a/items/SUPERB_CARROT_CANDY.json +++ b/items/SUPERB_CARROT_CANDY.json @@ -30,7 +30,10 @@ }, "internalname": "SUPERB_CARROT_CANDY", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.5-REL", "crafttext": "Requires: VIII", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Superb_Carrot_Candy" + ] }
\ No newline at end of file diff --git a/items/SUPER_CLEAVER.json b/items/SUPER_CLEAVER.json index bc868479..2dfcfc2a 100644 --- a/items/SUPER_CLEAVER.json +++ b/items/SUPER_CLEAVER.json @@ -1,11 +1,11 @@ { "internalname": "SUPER_CLEAVER", - "itemid": 283, + "itemid": "minecraft:golden_sword", "displayname": "§9Super Cleaver", "clickcommand": "", "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d105\",1:\"§7Damage: §c+85\",2:\"§7Strength: §c+20\",3:\"\",4:\"§6Item Ability: Cleave\",5:\"§7When hitting an entity, monsters\",6:\"§7in a §a3§7 block range will be\",7:\"§7hit for a portion of that damage\",8:\"§7too.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 35000 / 35000\",12:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Super Cleaver\"},ExtraAttributes:{id:\"SUPER_CLEAVER\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7Gear Score: §d105", "§7Damage: §c+85", @@ -20,5 +20,10 @@ "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", "§9§lRARE DUNGEON SWORD" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Cleaver" ] }
\ No newline at end of file diff --git a/items/SUPER_COMPACTOR_3000.json b/items/SUPER_COMPACTOR_3000.json index 12c19a3e..2ebd1b33 100644 --- a/items/SUPER_COMPACTOR_3000.json +++ b/items/SUPER_COMPACTOR_3000.json @@ -27,6 +27,10 @@ }, "internalname": "SUPER_COMPACTOR_3000", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Cobblestone IX" + "modver": "1.5-REL", + "crafttext": "Requires: Cobblestone IX", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Compactor_3000" + ] }
\ No newline at end of file diff --git a/items/SUPER_HEAVY_BOOTS.json b/items/SUPER_HEAVY_BOOTS.json index 1d41e5c4..5f33fd83 100644 --- a/items/SUPER_HEAVY_BOOTS.json +++ b/items/SUPER_HEAVY_BOOTS.json @@ -25,6 +25,9 @@ "internalname": "SUPER_HEAVY_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" + ] }
\ No newline at end of file diff --git a/items/SUPER_HEAVY_CHESTPLATE.json b/items/SUPER_HEAVY_CHESTPLATE.json index 3a7a4e65..fe1594f7 100644 --- a/items/SUPER_HEAVY_CHESTPLATE.json +++ b/items/SUPER_HEAVY_CHESTPLATE.json @@ -25,6 +25,9 @@ "internalname": "SUPER_HEAVY_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" + ] }
\ No newline at end of file diff --git a/items/SUPER_HEAVY_HELMET.json b/items/SUPER_HEAVY_HELMET.json index dfbfab80..b39d851b 100644 --- a/items/SUPER_HEAVY_HELMET.json +++ b/items/SUPER_HEAVY_HELMET.json @@ -25,6 +25,9 @@ "internalname": "SUPER_HEAVY_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" + ] }
\ No newline at end of file diff --git a/items/SUPER_HEAVY_LEGGINGS.json b/items/SUPER_HEAVY_LEGGINGS.json index 0e528a09..93102379 100644 --- a/items/SUPER_HEAVY_LEGGINGS.json +++ b/items/SUPER_HEAVY_LEGGINGS.json @@ -25,6 +25,9 @@ "internalname": "SUPER_HEAVY_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" + ] }
\ No newline at end of file diff --git a/items/SUPER_UNDEAD_BOW.json b/items/SUPER_UNDEAD_BOW.json index 9e070fc4..332ff278 100644 --- a/items/SUPER_UNDEAD_BOW.json +++ b/items/SUPER_UNDEAD_BOW.json @@ -22,6 +22,9 @@ "internalname": "SUPER_UNDEAD_BOW", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Undead_Bow" + ] }
\ No newline at end of file diff --git a/items/SUSPICIOUS_VIAL.json b/items/SUSPICIOUS_VIAL.json index 8318c9ec..6c251e54 100644 --- a/items/SUSPICIOUS_VIAL.json +++ b/items/SUSPICIOUS_VIAL.json @@ -1,11 +1,11 @@ { "internalname": "SUSPICIOUS_VIAL", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Suspicious Vial", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7644098b-d1d1-3f25-9187-c14f68718a45\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjE5MzU1ZWE0MTI5ODMyN2M4N2JlNTQyNjJkMjljNTRiMjkyY2I2OGE4MDk0NWRjYTkwNWMzMDJmMDYxMTBjNiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Suspicious\",5:\"§8§7reforge to a sword.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXIII§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Suspicious Vial\"},ExtraAttributes:{id:\"SUSPICIOUS_VIAL\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -18,5 +18,10 @@ "§aXXIII§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Suspicious_Vial" ] }
\ No newline at end of file diff --git a/items/SWORD_OF_REVELATIONS.json b/items/SWORD_OF_REVELATIONS.json index 92b00f99..3f0f43e2 100644 --- a/items/SWORD_OF_REVELATIONS.json +++ b/items/SWORD_OF_REVELATIONS.json @@ -20,6 +20,9 @@ "internalname": "SWORD_OF_REVELATIONS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sword_of_Revelations" + ] }
\ No newline at end of file diff --git a/items/TARANTULA;3.json b/items/TARANTULA;3.json index 6ff6edde..bf73b820 100644 --- a/items/TARANTULA;3.json +++ b/items/TARANTULA;3.json @@ -27,6 +27,9 @@ "internalname": "TARANTULA;3", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Pet" + ] }
\ No newline at end of file diff --git a/items/TARANTULA;4.json b/items/TARANTULA;4.json index 73cb9aaf..de35844b 100644 --- a/items/TARANTULA;4.json +++ b/items/TARANTULA;4.json @@ -31,6 +31,9 @@ "internalname": "TARANTULA;4", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Pet" + ] }
\ No newline at end of file diff --git a/items/TIGER_SHARK_TOOTH.json b/items/TIGER_SHARK_TOOTH.json index d62b97c5..1f4e09df 100644 --- a/items/TIGER_SHARK_TOOTH.json +++ b/items/TIGER_SHARK_TOOTH.json @@ -13,5 +13,10 @@ ], "internalname": "TIGER_SHARK_TOOTH", "clickcommand": "", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tiger_Shark_Tooth" + ] }
\ No newline at end of file diff --git a/items/TOIL_LOG.json b/items/TOIL_LOG.json index 25cf4e41..b7a0d19a 100644 --- a/items/TOIL_LOG.json +++ b/items/TOIL_LOG.json @@ -19,6 +19,9 @@ "internalname": "TOIL_LOG", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Toil_Log" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_BANK;1.json b/items/ULTIMATE_BANK;1.json index fe42dae0..9aeef298 100644 --- a/items/ULTIMATE_BANK;1.json +++ b/items/ULTIMATE_BANK;1.json @@ -1,11 +1,11 @@ { "internalname": "ULTIMATE_BANK;1", - "itemid": 403, + "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lBank I\",1:\"§7Saves §610.0§7% of your coins on\",2:\"§7death.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_bank:1}}}", - "modver": "1.0.0", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lBank I\",1:\"§7Saves §610.0§7% of your coins on\",2:\"§7death.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_BANK;1\",enchantments:{ultimate_bank:1}}}", + "modver": "1.5-REL", "lore": [ "§9§d§lBank I", "§7Saves §610.0§7% of your coins on", @@ -18,5 +18,10 @@ "§7to apply it!", "", "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] }
\ No newline at end of file diff --git a/items/ULTIMATE_BANK;5.json b/items/ULTIMATE_BANK;5.json index 6fc60b6d..befdc039 100644 --- a/items/ULTIMATE_BANK;5.json +++ b/items/ULTIMATE_BANK;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lBank V\",1:\"§7Saves §650.0§7% of your coins on\",2:\"§7death.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_bank:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lBank V\",1:\"§7Saves §650.0§7% of your coins on\",2:\"§7death.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_BANK;5\",enchantments:{ultimate_bank:5}}}", "damage": 0, "lore": [ "§9§d§lBank V", @@ -20,6 +20,9 @@ "parent": "ULTIMATE_BANK;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_CARROT_CANDY.json b/items/ULTIMATE_CARROT_CANDY.json index 494fb397..68e4815c 100644 --- a/items/ULTIMATE_CARROT_CANDY.json +++ b/items/ULTIMATE_CARROT_CANDY.json @@ -30,5 +30,10 @@ }, "internalname": "ULTIMATE_CARROT_CANDY", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Carrot_Candy" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_CARROT_CANDY_UPGRADE.json b/items/ULTIMATE_CARROT_CANDY_UPGRADE.json index 23b87b05..6283c9ba 100644 --- a/items/ULTIMATE_CARROT_CANDY_UPGRADE.json +++ b/items/ULTIMATE_CARROT_CANDY_UPGRADE.json @@ -16,6 +16,9 @@ "internalname": "ULTIMATE_CARROT_CANDY_UPGRADE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Carrot_Candy_Upgrade" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_CHIMERA;1.json b/items/ULTIMATE_CHIMERA;1.json index 00a04cc0..a4505d8d 100644 --- a/items/ULTIMATE_CHIMERA;1.json +++ b/items/ULTIMATE_CHIMERA;1.json @@ -19,6 +19,9 @@ "internalname": "ULTIMATE_CHIMERA;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_CHIMERA;5.json b/items/ULTIMATE_CHIMERA;5.json index 46d17c7b..23d667eb 100644 --- a/items/ULTIMATE_CHIMERA;5.json +++ b/items/ULTIMATE_CHIMERA;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera V\",1:\"§7Copies §a100% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_chimera:1}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera V\",1:\"§7Copies §a100% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;5\",enchantments:{ultimate_chimera:1}}}", "damage": 0, "lore": [ "§9§d§lChimera V", @@ -20,6 +20,9 @@ "parent": "ULTIMATE_CHIMERA;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_COMBO;1.json b/items/ULTIMATE_COMBO;1.json index 7d2cf2d3..bd3dd5d9 100644 --- a/items/ULTIMATE_COMBO;1.json +++ b/items/ULTIMATE_COMBO;1.json @@ -1,11 +1,11 @@ { "internalname": "ULTIMATE_COMBO;1", - "itemid": 403, + "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lCombo I\",1:\"§7Every mob kill within §e3§7\",2:\"§7seconds grants §c+1❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_combo:1}}}", - "modver": "1.0.0", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lCombo I\",1:\"§7Every mob kill within §e3§7\",2:\"§7seconds grants §c+1❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;1\",enchantments:{ultimate_combo:1}}}", + "modver": "1.5-REL", "lore": [ "§9§d§lCombo I", "§7Every mob kill within §e3§7", @@ -19,5 +19,10 @@ "§7to apply it!", "", "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] }
\ No newline at end of file diff --git a/items/ULTIMATE_COMBO;5.json b/items/ULTIMATE_COMBO;5.json index cf8a41e4..55d33dc4 100644 --- a/items/ULTIMATE_COMBO;5.json +++ b/items/ULTIMATE_COMBO;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo V\",1:\"§7Every mob kill within §e15§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_combo:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo V\",1:\"§7Every mob kill within §e15§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;5\",enchantments:{ultimate_combo:5}}}", "damage": 0, "lore": [ "§9§d§lCombo V", @@ -21,6 +21,9 @@ "parent": "ULTIMATE_COMBO;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_JERRY;1.json b/items/ULTIMATE_JERRY;1.json index 8852df53..83db1e1c 100644 --- a/items/ULTIMATE_JERRY;1.json +++ b/items/ULTIMATE_JERRY;1.json @@ -1,11 +1,11 @@ { "internalname": "ULTIMATE_JERRY;1", - "itemid": 403, + "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Jerry I\",1:\"§7Increases the base damage of\",2:\"§7§fAspect of the Jerry§7 by\",3:\"§7§a1000%§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_jerry:1}}}", - "modver": "1.0.0", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Jerry I\",1:\"§7Increases the base damage of\",2:\"§7§fAspect of the Jerry§7 by\",3:\"§7§a1000%§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_JERRY;1\",enchantments:{ultimate_jerry:1}}}", + "modver": "1.5-REL", "lore": [ "§9§d§lUltimate Jerry I", "§7Increases the base damage of", @@ -19,5 +19,10 @@ "§7to apply it!", "", "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] }
\ No newline at end of file diff --git a/items/ULTIMATE_JERRY;5.json b/items/ULTIMATE_JERRY;5.json index e159b6da..7298d2f3 100644 --- a/items/ULTIMATE_JERRY;5.json +++ b/items/ULTIMATE_JERRY;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Jerry V\",1:\"§7Increases the base damage of\",2:\"§7§fAspect of the Jerry§7 by\",3:\"§7§a5000%§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_jerry:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Jerry V\",1:\"§7Increases the base damage of\",2:\"§7§fAspect of the Jerry§7 by\",3:\"§7§a5000%§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_JERRY;5\",enchantments:{ultimate_jerry:5}}}", "damage": 0, "lore": [ "§9§d§lUltimate Jerry V", @@ -21,6 +21,9 @@ "parent": "ULTIMATE_JERRY;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_LAST_STAND;1.json b/items/ULTIMATE_LAST_STAND;1.json index 3663a4c0..361d3c49 100644 --- a/items/ULTIMATE_LAST_STAND;1.json +++ b/items/ULTIMATE_LAST_STAND;1.json @@ -1,11 +1,11 @@ { "internalname": "ULTIMATE_LAST_STAND;1", - "itemid": 403, + "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lLast Stand I\",1:\"§7Increases your defense by §a5%\",2:\"§a§7when you are below §a40%\",3:\"§a§7Health\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_last_stand:1}}}", - "modver": "1.0.0", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lLast Stand I\",1:\"§7Increases your defense by §a5%\",2:\"§a§7when you are below §a40%\",3:\"§a§7Health\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LAST_STAND;1\",enchantments:{ultimate_last_stand:1}}}", + "modver": "1.5-REL", "lore": [ "§9§d§lLast Stand I", "§7Increases your defense by §a5%", @@ -19,5 +19,10 @@ "§7to apply it!", "", "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] }
\ No newline at end of file diff --git a/items/ULTIMATE_LAST_STAND;5.json b/items/ULTIMATE_LAST_STAND;5.json index 906ec672..9e3c4b58 100644 --- a/items/ULTIMATE_LAST_STAND;5.json +++ b/items/ULTIMATE_LAST_STAND;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLast Stand V\",1:\"§7Increases your defense by §a25%\",2:\"§a§7when you are below §a40%\",3:\"§a§7Health\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_last_stand:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLast Stand V\",1:\"§7Increases your defense by §a25%\",2:\"§a§7when you are below §a40%\",3:\"§a§7Health\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LAST_STAND;5\",enchantments:{ultimate_last_stand:5}}}", "damage": 0, "lore": [ "§9§d§lLast Stand V", @@ -21,6 +21,9 @@ "parent": "ULTIMATE_LAST_STAND;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_LEGION;5.json b/items/ULTIMATE_LEGION;5.json index 299fd0a6..03f495e1 100644 --- a/items/ULTIMATE_LEGION;5.json +++ b/items/ULTIMATE_LEGION;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion V\",1:\"§7Increases all your player stats\",2:\"§7except Health by §e0.35% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_legion:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion V\",1:\"§7Increases all your player stats\",2:\"§7except Health by §e0.35% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;5\",enchantments:{ultimate_legion:5}}}", "damage": 0, "lore": [ "§9§d§lLegion V", @@ -22,6 +22,9 @@ "parent": "ULTIMATE_LEGION;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_NO_PAIN_NO_GAIN;1.json b/items/ULTIMATE_NO_PAIN_NO_GAIN;1.json index 9ef3530f..275abc6e 100644 --- a/items/ULTIMATE_NO_PAIN_NO_GAIN;1.json +++ b/items/ULTIMATE_NO_PAIN_NO_GAIN;1.json @@ -1,11 +1,11 @@ { "internalname": "ULTIMATE_NO_PAIN_NO_GAIN;1", - "itemid": 403, + "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lNo Pain No Gain I\",1:\"§7You have §e20% §7chance to gain\",2:\"§7§b2 §7experience orb every time\",3:\"§7you take hits from mobs.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_no_pain_no_gain:1}}}", - "modver": "1.0.0", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lNo Pain No Gain I\",1:\"§7You have §e20% §7chance to gain\",2:\"§7§b2 §7experience orb every time\",3:\"§7you take hits from mobs.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_NO_PAIN_NO_GAIN;1\",enchantments:{ultimate_no_pain_no_gain:1}}}", + "modver": "1.5-REL", "lore": [ "§9§d§lNo Pain No Gain I", "§7You have §e20% §7chance to gain", @@ -19,5 +19,10 @@ "§7to apply it!", "", "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] }
\ No newline at end of file diff --git a/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json b/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json index c16ac381..201b2a4a 100644 --- a/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json +++ b/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lNo Pain No Gain V\",1:\"§7You have §e100% §7chance to gain\",2:\"§7§b10 §7experience orbs every\",3:\"§7time you take hits from mobs.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_no_pain_no_gain:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lNo Pain No Gain V\",1:\"§7You have §e100% §7chance to gain\",2:\"§7§b10 §7experience orbs every\",3:\"§7time you take hits from mobs.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_NO_PAIN_NO_GAIN;5\",enchantments:{ultimate_no_pain_no_gain:5}}}", "damage": 0, "lore": [ "§9§d§lNo Pain No Gain V", @@ -21,6 +21,9 @@ "parent": "ULTIMATE_NO_PAIN_NO_GAIN;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_REND;1.json b/items/ULTIMATE_REND;1.json index b30fa0e5..13c54fff 100644 --- a/items/ULTIMATE_REND;1.json +++ b/items/ULTIMATE_REND;1.json @@ -23,6 +23,9 @@ "internalname": "ULTIMATE_REND;1", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_REND;5.json b/items/ULTIMATE_REND;5.json index b9766c0a..cf7d14a0 100644 --- a/items/ULTIMATE_REND;5.json +++ b/items/ULTIMATE_REND;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lRend V\",1:\"§7Grants your bow a Left Click\",2:\"§7ability that rips out the arrows\",3:\"§7from nearby enemies and deals\",4:\"§7§c25% §7of your last critical\",5:\"§7hit for every arrow in the\",6:\"§7target. §a2s §7Cooldown.\",7:\"\",8:\"§7§cYou can only have 1 Ultimate\",9:\"§cEnchantment on an item!\",10:\"\",11:\"§7Use this on an item in an Anvil\",12:\"§7to apply it!\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_rend:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lRend V\",1:\"§7Grants your bow a Left Click\",2:\"§7ability that rips out the arrows\",3:\"§7from nearby enemies and deals\",4:\"§7§c25% §7of your last critical\",5:\"§7hit for every arrow in the\",6:\"§7target. §a2s §7Cooldown.\",7:\"\",8:\"§7§cYou can only have 1 Ultimate\",9:\"§cEnchantment on an item!\",10:\"\",11:\"§7Use this on an item in an Anvil\",12:\"§7to apply it!\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_REND;5\",enchantments:{ultimate_rend:5}}}", "damage": 0, "lore": [ "§9§d§lRend V", @@ -24,6 +24,9 @@ "parent": "ULTIMATE_REND;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_SWARM;5.json b/items/ULTIMATE_SWARM;5.json index a01e8487..b4ceab82 100644 --- a/items/ULTIMATE_SWARM;5.json +++ b/items/ULTIMATE_SWARM;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lSwarm V\",1:\"§7Increases your damage by §c6.25%\",2:\"§c§7for each enemy within §e10\",3:\"§e§7blocks. Maximum of §c16\",4:\"§c§7enemies.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_swarm:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lSwarm V\",1:\"§7Increases your damage by §c6.25%\",2:\"§c§7for each enemy within §e10\",3:\"§e§7blocks. Maximum of §c16\",4:\"§c§7enemies.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_SWARM;5\",enchantments:{ultimate_swarm:5}}}", "damage": 0, "lore": [ "§9§d§lSwarm V", @@ -22,6 +22,9 @@ "parent": "ULTIMATE_SWARM;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/ULTIMATE_WISDOM;1.json b/items/ULTIMATE_WISDOM;1.json index 213f24e0..d51f3370 100644 --- a/items/ULTIMATE_WISDOM;1.json +++ b/items/ULTIMATE_WISDOM;1.json @@ -1,11 +1,11 @@ { "internalname": "ULTIMATE_WISDOM;1", - "itemid": 403, + "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lWisdom I\",1:\"§7Gain §b1 §7Intelligence for\",2:\"§7every §b5 §7levels of exp you\",3:\"§7have on you. Capped at §b20\",4:\"§b§7Intelligence.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_wisdom:1}}}", - "modver": "1.0.0", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lWisdom I\",1:\"§7Gain §b1 §7Intelligence for\",2:\"§7every §b5 §7levels of exp you\",3:\"§7have on you. Capped at §b20\",4:\"§b§7Intelligence.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISDOM;1\",enchantments:{ultimate_wisdom:1}}}", + "modver": "1.5-REL", "lore": [ "§9§d§lWisdom I", "§7Gain §b1 §7Intelligence for", @@ -20,5 +20,10 @@ "§7to apply it!", "", "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] }
\ No newline at end of file diff --git a/items/ULTIMATE_WISDOM;5.json b/items/ULTIMATE_WISDOM;5.json index 9dadd5fc..79355786 100644 --- a/items/ULTIMATE_WISDOM;5.json +++ b/items/ULTIMATE_WISDOM;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lWisdom V\",1:\"§7Gain §b5 §7Intelligence for\",2:\"§7every §b5 §7levels of exp you\",3:\"§7have on you. Capped at §b100\",4:\"§b§7Intelligence.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_wisdom:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lWisdom V\",1:\"§7Gain §b5 §7Intelligence for\",2:\"§7every §b5 §7levels of exp you\",3:\"§7have on you. Capped at §b100\",4:\"§b§7Intelligence.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISDOM;5\",enchantments:{ultimate_wisdom:5}}}", "damage": 0, "lore": [ "§9§d§lWisdom V", @@ -22,6 +22,9 @@ "parent": "ULTIMATE_WISDOM;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] }
\ No newline at end of file diff --git a/items/VAMPIRE_WITCH_MASK.json b/items/VAMPIRE_WITCH_MASK.json index 51dd5380..3616c673 100644 --- a/items/VAMPIRE_WITCH_MASK.json +++ b/items/VAMPIRE_WITCH_MASK.json @@ -36,5 +36,10 @@ }, "internalname": "VAMPIRE_WITCH_MASK", "clickcommand": "viewrecipe", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Vampire_Witch_Mask" + ] }
\ No newline at end of file diff --git a/items/WASHED_UP_SOUVENIR.json b/items/WASHED_UP_SOUVENIR.json index 55056045..fd4406dd 100644 --- a/items/WASHED_UP_SOUVENIR.json +++ b/items/WASHED_UP_SOUVENIR.json @@ -22,6 +22,9 @@ "internalname": "WASHED_UP_SOUVENIR", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Washed-up_Souvenir" + ] }
\ No newline at end of file diff --git a/items/WATER_HYDRA_HEAD.json b/items/WATER_HYDRA_HEAD.json index bceaaf03..6266b6c0 100644 --- a/items/WATER_HYDRA_HEAD.json +++ b/items/WATER_HYDRA_HEAD.json @@ -7,6 +7,8 @@ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"33f37f6f-40aa-3fc0-bcf7-b2635f3f66d0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjFmZmJkYTkyNDQyODczZDU0MDUxZTRlMTdlYTQ3Mjc4Y2IzYjc0N2Q3OTgwNzBiYTgzYmM0YTlkZTU4ZGQifX19\"}]}},display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+100\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC HELMET\"],Name:\"§5Water Hydra Head\"},ExtraAttributes:{id:\"WATER_HYDRA_HEAD\"}}", "modver": "1.0.0", "lore": [ + "§7Sea Creature Chance: §c+1.8%", + "", "§7Health: §a+100 HP", "§7Defense: §a+100", "", @@ -17,4 +19,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Water_Hydra_Head" ] -}
\ No newline at end of file +} diff --git a/items/WEREWOLF_BOOTS.json b/items/WEREWOLF_BOOTS.json index d396279f..a4e7048c 100644 --- a/items/WEREWOLF_BOOTS.json +++ b/items/WEREWOLF_BOOTS.json @@ -9,12 +9,22 @@ "§7Intelligence: §a+50 ", "§7Ferocity: §a+10", "", + "§6Full Set Bonus: Regenerative Howl", + "§7Upon activatiing §c⫽ Ferocity", + "§7heal players within §925", + "§7blocks for §910% §7of your §a❈", + "§aDefense §7and gain §a50❈ Defense", + "§7for 5s (stacking)", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY DUNGEON BOOTS" ], "internalname": "WEREWOLF_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Werewolf_Armor" + ] +} diff --git a/items/WEREWOLF_CHESTPLATE.json b/items/WEREWOLF_CHESTPLATE.json index f8314ef2..7e684ccd 100644 --- a/items/WEREWOLF_CHESTPLATE.json +++ b/items/WEREWOLF_CHESTPLATE.json @@ -9,12 +9,22 @@ "§7Intelligence: §a+50 ", "§7Ferocity: §a+10", "", + "§6Full Set Bonus: Regenerative Howl", + "§7Upon activatiing §c⫽ Ferocity", + "§7heal players within §925", + "§7blocks for §910% §7of your §a❈", + "§aDefense §7and gain §a50❈ Defense", + "§7for 5s (stacking)", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY DUNGEON CHESTPLATE" ], "internalname": "WEREWOLF_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Werewolf_Armor" + ] +} diff --git a/items/WEREWOLF_HELMET.json b/items/WEREWOLF_HELMET.json index fde0d1de..603e2686 100644 --- a/items/WEREWOLF_HELMET.json +++ b/items/WEREWOLF_HELMET.json @@ -9,12 +9,22 @@ "§7Intelligence: §a+50 ", "§7Ferocity: §a+10", "", + "§6Full Set Bonus: Regenerative Howl", + "§7Upon activatiing §c⫽ Ferocity", + "§7heal players within §925", + "§7blocks for §910% §7of your §a❈", + "§aDefense §7and gain §a50❈ Defense", + "§7for 5s (stacking)", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY DUNGEON HELMET" ], "internalname": "WEREWOLF_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Werewolf_Armor" + ] +} diff --git a/items/WEREWOLF_LEGGINGS.json b/items/WEREWOLF_LEGGINGS.json index b1f9167d..0aecf57b 100644 --- a/items/WEREWOLF_LEGGINGS.json +++ b/items/WEREWOLF_LEGGINGS.json @@ -9,12 +9,22 @@ "§7Intelligence: §a+50 ", "§7Ferocity: §a+10", "", + "§6Full Set Bonus: Regenerative Howl", + "§7Upon activatiing §c⫽ Ferocity", + "§7heal players within §925", + "§7blocks for §910% §7of your §a❈", + "§aDefense §7and gain §a50❈ Defense", + "§7for 5s (stacking)", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY DUNGEON LEGGINGS" ], "internalname": "WEREWOLF_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Werewolf_Armor" + ] +} diff --git a/items/WHALE_BAIT.json b/items/WHALE_BAIT.json index ebfb1e26..2d9a7532 100644 --- a/items/WHALE_BAIT.json +++ b/items/WHALE_BAIT.json @@ -27,6 +27,10 @@ }, "internalname": "WHALE_BAIT", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Lily Pad VI" + "modver": "1.5-REL", + "crafttext": "Requires: Lily Pad VI", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" + ] }
\ No newline at end of file diff --git a/items/WHEAT_ISLAND_CRYSTAL.json b/items/WHEAT_ISLAND_CRYSTAL.json index 0bee518e..0bacd159 100644 --- a/items/WHEAT_ISLAND_CRYSTAL.json +++ b/items/WHEAT_ISLAND_CRYSTAL.json @@ -11,6 +11,10 @@ ], "internalname": "WHEAT_ISLAND_CRYSTAL", "clickcommand": "", - "modver": "1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "crafttext": "", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Farm_Crystal" + ] }
\ No newline at end of file diff --git a/items/WITCH_MASK.json b/items/WITCH_MASK.json index 3ea2ee42..860993af 100644 --- a/items/WITCH_MASK.json +++ b/items/WITCH_MASK.json @@ -20,5 +20,10 @@ ], "internalname": "WITCH_MASK", "clickcommand": "", - "modver": "1.4-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Witch_Mask" + ] }
\ No newline at end of file diff --git a/items/WOUNDED.json b/items/WOUNDED.json index 79b136b9..e9cb951a 100644 --- a/items/WOUNDED.json +++ b/items/WOUNDED.json @@ -5,12 +5,17 @@ "clickcommand": "viewpotion", "damage": 9, "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:5b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§4Wounded\",2:\"§7Reduces healing.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fWounded Potion\"},ExtraAttributes:{id:\"WOUNDED\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "", "§4Wounded", "§7Reduces healing.", "", "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Potions" ] }
\ No newline at end of file diff --git a/items/XLARGE_ENCHANTED_CHEST.json b/items/XLARGE_ENCHANTED_CHEST.json index 480a04b6..1c49c018 100644 --- a/items/XLARGE_ENCHANTED_CHEST.json +++ b/items/XLARGE_ENCHANTED_CHEST.json @@ -26,5 +26,10 @@ }, "internalname": "XLARGE_ENCHANTED_CHEST", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Chests" + ] }
\ No newline at end of file diff --git a/items/XXLARGE_ENCHANTED_CHEST.json b/items/XXLARGE_ENCHANTED_CHEST.json index f025e664..28ab3637 100644 --- a/items/XXLARGE_ENCHANTED_CHEST.json +++ b/items/XXLARGE_ENCHANTED_CHEST.json @@ -26,5 +26,10 @@ }, "internalname": "XXLARGE_ENCHANTED_CHEST", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Chests" + ] }
\ No newline at end of file diff --git a/items/ZOG_ANVIL.json b/items/ZOG_ANVIL.json index e6ef531f..141f07fe 100644 --- a/items/ZOG_ANVIL.json +++ b/items/ZOG_ANVIL.json @@ -21,5 +21,10 @@ }, "internalname": "ZOG_ANVIL", "clickcommand": "viewrecipe", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zog_Anvil" + ] }
\ No newline at end of file diff --git a/items/ZOMBIE;1.json b/items/ZOMBIE;1.json index cd89d6ec..60d8cfb6 100644 --- a/items/ZOMBIE;1.json +++ b/items/ZOMBIE;1.json @@ -4,8 +4,8 @@ "displayname": "§7[Lvl {LVL}] §aZombie", "clickcommand": "", "damage": 3, - "nbttag": "{SkullOwner:{Id:\"1c760ea5-2e91-3c2e-b52a-e17d11733658\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmYzg1NGJiODRjZjRiNzY5NzI5Nzk3M2UwMmI3OWJjMTA2OTg0NjBiNTFhNjM5YzYwZTVlNDE3NzM0ZTExIn19fQ\u003d\u003d\"}]}}, display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Health: §a{HEALTH}\",4:\"\",5:\"§6Chomp\",6:\"§7§7Gain +§a{0} §7hp per zombie\",7:\"§7kill\",8:\"\",9:\"§7§eRight-click to add this pet to\",10:\"§eyour pet menu!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§7[Lvl {LVL}] §aZombie\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ZOMBIE\\\",\\\"active\\\":false,\\\"exp\\\":275.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\", id:\"ZOMBIE;1\"}}", - "modver": "1.2-REL", + "nbttag": "{SkullOwner:{Id:\"1c760ea5-2e91-3c2e-b52a-e17d11733658\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmYzg1NGJiODRjZjRiNzY5NzI5Nzk3M2UwMmI3OWJjMTA2OTg0NjBiNTFhNjM5YzYwZTVlNDE3NzM0ZTExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Health: §a{HEALTH}\",4:\"\",5:\"§6Chomp\",6:\"§7§7Gain +§a{0} §7hp per zombie\",7:\"§7kill\",8:\"\",9:\"§7§eRight-click to add this pet to\",10:\"§eyour pet menu!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§7[Lvl {LVL}] §aZombie\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ZOMBIE\\\",\\\"active\\\":false,\\\"exp\\\":275.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ZOMBIE;1\"}}", + "modver": "1.5-REL", "lore": [ "§8Combat Pet", "", @@ -22,5 +22,8 @@ "§a§lUNCOMMON" ], "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Pet" + ] }
\ No newline at end of file diff --git a/items/ZOMBIE;3.json b/items/ZOMBIE;3.json index a8ccbec5..39c11f0d 100644 --- a/items/ZOMBIE;3.json +++ b/items/ZOMBIE;3.json @@ -25,6 +25,9 @@ "internalname": "ZOMBIE;3", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Pet" + ] }
\ No newline at end of file diff --git a/items/ZOMBIE_COMMANDER_BOOTS.json b/items/ZOMBIE_COMMANDER_BOOTS.json index a9a380a6..8d7d342c 100644 --- a/items/ZOMBIE_COMMANDER_BOOTS.json +++ b/items/ZOMBIE_COMMANDER_BOOTS.json @@ -25,6 +25,9 @@ "internalname": "ZOMBIE_COMMANDER_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Commander_Armor" + ] }
\ No newline at end of file diff --git a/items/ZOMBIE_COMMANDER_CHESTPLATE.json b/items/ZOMBIE_COMMANDER_CHESTPLATE.json index 9145630f..ed79823f 100644 --- a/items/ZOMBIE_COMMANDER_CHESTPLATE.json +++ b/items/ZOMBIE_COMMANDER_CHESTPLATE.json @@ -28,6 +28,9 @@ "internalname": "ZOMBIE_COMMANDER_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Commander_Armor" + ] }
\ No newline at end of file diff --git a/items/ZOMBIE_COMMANDER_HELMET.json b/items/ZOMBIE_COMMANDER_HELMET.json index 3cd24530..554b2149 100644 --- a/items/ZOMBIE_COMMANDER_HELMET.json +++ b/items/ZOMBIE_COMMANDER_HELMET.json @@ -25,6 +25,9 @@ "internalname": "ZOMBIE_COMMANDER_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Commander_Armor" + ] }
\ No newline at end of file diff --git a/items/ZOMBIE_COMMANDER_LEGGINGS.json b/items/ZOMBIE_COMMANDER_LEGGINGS.json index c18c1117..f19d9399 100644 --- a/items/ZOMBIE_COMMANDER_LEGGINGS.json +++ b/items/ZOMBIE_COMMANDER_LEGGINGS.json @@ -25,6 +25,9 @@ "internalname": "ZOMBIE_COMMANDER_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Commander_Armor" + ] }
\ No newline at end of file diff --git a/items/ZOMBIE_HEART.json b/items/ZOMBIE_HEART.json index 005ed6d9..5c0b09c6 100644 --- a/items/ZOMBIE_HEART.json +++ b/items/ZOMBIE_HEART.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Zombie's Heart", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9784bb22-d55f-3b77-bf68-544c287b12c3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzFkN2M4MTZmYzhjNjM2ZDdmNTBhOTNhMGJhN2FhZWZmMDZjOTZhNTYxNjQ1ZTllYjFiZWYzOTE2NTVjNTMxIn19fQ==\"}]}},display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"\",2:\"§6Item Ability: Healing Boost\",3:\"§7Doubles all healing effects,\",4:\"§7including your natural\",5:\"§7regeneration and healing you\",6:\"§7deal to others, while wearing.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE HELMET\"],Name:\"§9Zombie's Heart\"},ExtraAttributes:{id:\"ZOMBIE_HEART\"}}", + "displayname": "§9Zombie\u0027s Heart", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9784bb22-d55f-3b77-bf68-544c287b12c3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzFkN2M4MTZmYzhjNjM2ZDdmNTBhOTNhMGJhN2FhZWZmMDZjOTZhNTYxNjQ1ZTllYjFiZWYzOTE2NTVjNTMxIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"\",2:\"§6Item Ability: Healing Boost\",3:\"§7Doubles all healing effects,\",4:\"§7including your natural\",5:\"§7regeneration and healing you\",6:\"§7deal to others, while wearing.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE HELMET\"],Name:\"§9Zombie\u0027s Heart\"},ExtraAttributes:{id:\"ZOMBIE_HEART\"}}", "damage": 3, "lore": [ "§7Health: §a+50 HP", @@ -28,6 +28,10 @@ }, "internalname": "ZOMBIE_HEART", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Rotten Flesh VI" + "modver": "1.5-REL", + "crafttext": "Requires: Rotten Flesh VI", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie%27s_Heart" + ] }
\ No newline at end of file |