diff options
author | apotato321 <ryrylin5@gmail.com> | 2020-11-17 14:34:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 14:34:12 -0800 |
commit | 549357a3a201a2a24bfab4406346ab2289248929 (patch) | |
tree | f0e223f259d634852a48fc8454d0fcf756f1dafa | |
parent | 21aed1acba081de6af108596c1c09376f69f3730 (diff) | |
parent | 27b5eb06a7f3926492ea83b2f59401ca7671b5f4 (diff) | |
download | NotEnoughUpdates-REPO-549357a3a201a2a24bfab4406346ab2289248929.tar.gz NotEnoughUpdates-REPO-549357a3a201a2a24bfab4406346ab2289248929.tar.bz2 NotEnoughUpdates-REPO-549357a3a201a2a24bfab4406346ab2289248929.zip |
Merge pull request #3 from Moulberry/master
123123
466 files changed, 5621 insertions, 855 deletions
diff --git a/constants/disable.json b/constants/disable.json index 6834ca09..60f398a7 100644 --- a/constants/disable.json +++ b/constants/disable.json @@ -1,3 +1,4 @@ { - "auctions": false + "auctions": true, + "auctions_new": false }
\ No newline at end of file diff --git a/constants/enchants.json b/constants/enchants.json new file mode 100644 index 00000000..b57ec72f --- /dev/null +++ b/constants/enchants.json @@ -0,0 +1,234 @@ +{ + "enchants": { + "SWORD": [ + "bane_of_arthropods", + "cleave", + "critical", + "cubism", + "dragon_hunter", + "ender_slayer", + "execute", + "experience", + "fire_aspect", + "first_strike", + "giant_killer", + "impaling", + "knockback", + "lethality", + "life_steal", + "looting", + "luck", + "scavenger", + "sharpness", + "smite", + "telekinesis", + "thunderlord", + "vampirism", + "venomous", + "vicious", + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise" + ], + "BOW": [ + "aiming", + "cubism", + "dragon_hunter", + "flame", + "impaling", + "infinite_quiver", + "piercing", + "overload", + "power", + "punch", + "snipe", + "telekinesis", + "ultimate_chimera", + "ultimate_swarm", + "ultimate_wise", + "ultimate_rend" + ], + "AXE": [ + "efficiency", + "telekinesis", + "replenish", + "silk_touch" + ], + "PICKAXE": [ + "compact", + "efficiency", + "experience", + "fortune", + "silk_touch", + "smelting_touch", + "telekinesis" + ], + "FISHING ROD": [ + "angler", + "blessing", + "caster", + "expertise", + "frail", + "looting", + "luck_of_the_sea", + "lure", + "magnet", + "spiked_hook", + "telekinesis" + ], + "SHOVEL": [ + "efficiency", + "silk_touch", + "telekinesis" + ], + "HOE": [ + "replenish", + "harvesting", + "telekinesis" + ], + "HELMET": [ + "protection", + "growth", + "rejuvenate", + "aqua_affinity", + "thorns", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ], + "CHESTPLATE": [ + "protection", + "growth", + "rejuvenate", + "thorns", + "counter_strike", + "true_protection", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ], + "LEGGINGS": [ + "protection", + "growth", + "rejuvenate", + "thorns", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ], + "BOOTS": [ + "protection", + "growth", + "sugar_rush", + "rejuvenate", + "feather_falling", + "depth_strider", + "thorns", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ] + }, + "enchant_pools": [ + [ + "sharpness", + "bane_of_arthropods", + "smite" + ], [ + "silk_touch", + "smelting_touch", + "fortune" + ], [ + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise", + "ultimate_rend", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ] + ], + "enchants_min_level": { + "bane_of_arthropods": 5, + "cleave": 5, + "critical": 5, + "ender_slayer": 5, + "execute": 5, + "fire_aspect": 2, + "first_strike": 4, + "giant_killer": 5, + "knockback": 2, + "lethality": 5, + "life_steal": 3, + "luck": 5, + "scavenger": 3, + "sharpness": 5, + "smite": 5, + "thunderlord": 5, + "vampirism": 5, + "venomous": 5, + "vicious": 4, + "ultimate_chimera": 5, + "ultimate_combo": 5, + "ultimate_swarm": 5, + "ultimate_wise": 5, + "aiming": 5, + "cubism": 5, + "dragon_hunter": 5, + "flame": 1, + "impaling": 3, + "infinite_quiver": 5, + "piercing": 1, + "overload": 5, + "power": 5, + "punch": 2, + "snipe": 3, + "ultimate_rend": 5, + "telekinesis": 1, + "silk_touch": 1, + "compact": 10, + "experience": 4, + "fortune": 3, + "smelting_touch": 1, + "angler": 5, + "blessing": 5, + "caster": 5, + "expertise": 10, + "frail": 5, + "looting": 3, + "luck_of_the_sea": 5, + "lure": 5, + "magnet": 5, + "spiked_hook": 5, + "efficiency": 5, + "replenish": 1, + "harvesting": 5, + "aqua_affinity": 1, + "counter_strike": 5, + "true_protection": 1, + "protection": 5, + "growth": 5, + "sugar_rush": 3, + "rejuvenate": 5, + "feather_falling": 5, + "depth_strider": 3, + "thorns": 3, + "ultimate_bank": 5, + "ultimate_last_stand": 5, + "ultimate_legion": 5, + "ultimate_no_pain_no_gain": 5, + "ultimate_wisdom": 5 + } +}
\ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index b669d827..3ee3ba4e 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -56,6 +56,7 @@ 0.1 ], "statNums": { + "SEA_CREATURE_CHANCE": 0.0, "INTELLIGENCE": 1.0, "SPEED": 0.0 } @@ -65,6 +66,7 @@ 10 ], "statNums": { + "SEA_CREATURE_CHANCE": 5.0, "INTELLIGENCE": 100.0, "SPEED": 5.0 } @@ -79,6 +81,7 @@ 0.2 ], "statNums": { + "SEA_CREATURE_CHANCE": 0.0, "INTELLIGENCE": 1.0, "SPEED": 0.0 } @@ -90,6 +93,7 @@ 20 ], "statNums": { + "SEA_CREATURE_CHANCE": 5.0, "INTELLIGENCE": 100.0, "SPEED": 5.0 } @@ -105,6 +109,7 @@ 0.2 ], "statNums": { + "SEA_CREATURE_CHANCE": 0.0, "INTELLIGENCE": 1.0, "SPEED": 0.0 } @@ -117,6 +122,7 @@ 20 ], "statNums": { + "SEA_CREATURE_CHANCE": 5.0, "INTELLIGENCE": 100.0, "SPEED": 5.0 } @@ -131,6 +137,7 @@ 0.1 ], "statNums": { + "SEA_CREATURE_CHANCE": 0.0, "INTELLIGENCE": 1.0, "SPEED": 0.0 } @@ -142,11 +149,35 @@ 15 ], "statNums": { + "SEA_CREATURE_CHANCE": 5.0, "INTELLIGENCE": 100.0, "SPEED": 5.0 } }, "interp": "1:51" + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 0.0, + "INTELLIGENCE": 1.0, + "SPEED": 0.0 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 5.0, + "INTELLIGENCE": 100.0, + "SPEED": 5.0 + } + }, + "interp": "1:23" } }, "BEE": { @@ -1212,6 +1243,7 @@ 0.5 ], "statNums": { + "FEROCITY": 0.0, "HEALTH": 1.0, "INTELLIGENCE": 0.0 } @@ -1222,6 +1254,7 @@ 50 ], "statNums": { + "FEROCITY": 5.0, "HEALTH": 100.0, "INTELLIGENCE": 75.0 } @@ -1236,6 +1269,7 @@ 1.0 ], "statNums": { + "FEROCITY": 0.0, "HEALTH": 1.0, "INTELLIGENCE": 0.0 } @@ -1247,6 +1281,7 @@ 100 ], "statNums": { + "FEROCITY": 5.0, "HEALTH": 100.0, "INTELLIGENCE": 75.0 } @@ -1668,6 +1703,7 @@ ], "statNums": { "BONUS_ATTACK_SPEED": 0.0, + "FEROCITY": 0.0, "STRENGTH": 0.0 } }, @@ -1678,6 +1714,7 @@ ], "statNums": { "BONUS_ATTACK_SPEED": 15.0, + "FEROCITY": 5.0, "STRENGTH": 40.0 } }, @@ -1692,6 +1729,7 @@ ], "statNums": { "BONUS_ATTACK_SPEED": 0.0, + "FEROCITY": 0.0, "STRENGTH": 0.0 } }, @@ -1703,6 +1741,7 @@ ], "statNums": { "BONUS_ATTACK_SPEED": 15.0, + "FEROCITY": 5.0, "STRENGTH": 40.0 } }, @@ -2122,11 +2161,65 @@ "interp": "1:63" } }, + "MEGALODON": { + "EPIC": { + "1": { + "otherNums": [ + 0.2, + 0.2 + ], + "statNums": { + "STRENGTH": 0.0, + "MAGIC_FIND": 0.0, + "FEROCITY":0.0 + } + }, + "100": { + "otherNums": [ + 25, + 20 + ], + "statNums": { + "STRENGTH": 50.0, + "MAGIC_FIND": 10.0, + "FEROCITY": 5.0 + } + }, + "interp": "1:83" + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.2, + 0.2, + 0.5 + ], + "statNums": { + "STRENGTH": 0.0, + "MAGIC_FIND": 0.0, + "FEROCITY": 0.0 + } + }, + "100": { + "otherNums": [ + 25, + 20, + 50 + ], + "statNums": { + "STRENGTH": 50.0, + "MAGIC_FIND": 10.0, + "FEROCITY": 5.0 + } + }, + "interp": "1:100" + } + }, "MONKEY": { "COMMON": { "1": { "otherNums": [ - 0.2 + 0.4 ], "statNums": { "INTELLIGENCE": 0.0, @@ -2135,7 +2228,7 @@ }, "100": { "otherNums": [ - 20 + 40 ], "statNums": { "INTELLIGENCE": 50.0, @@ -2147,7 +2240,7 @@ "EPIC": { "1": { "otherNums": [ - 0.3, + 0.6, 1.0 ], "statNums": { @@ -2157,7 +2250,7 @@ }, "100": { "otherNums": [ - 30, + 60, 100 ], "statNums": { @@ -2170,7 +2263,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.3, + 0.6, 1.0, 0.5 ], @@ -2181,7 +2274,7 @@ }, "100": { "otherNums": [ - 30, + 60, 100, 50 ], @@ -2195,7 +2288,7 @@ "RARE": { "1": { "otherNums": [ - 0.2, + 0.5, 0.8 ], "statNums": { @@ -2205,8 +2298,8 @@ }, "100": { "otherNums": [ - 25, - 75 + 50, + 80 ], "statNums": { "INTELLIGENCE": 50.0, @@ -2218,7 +2311,7 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.2 + 0.5 ], "statNums": { "INTELLIGENCE": 0.0, @@ -2227,7 +2320,7 @@ }, "100": { "otherNums": [ - 25 + 50 ], "statNums": { "INTELLIGENCE": 50.0, @@ -2244,7 +2337,8 @@ 0.2 ], "statNums": { - "SPEED": 0.0 + "SPEED": 0.0, + "FEROCITY": 0.0 } }, "100": { @@ -2252,7 +2346,8 @@ 20 ], "statNums": { - "SPEED": 50.0 + "SPEED": 50.0, + "FEROCITY": 10.0 } }, "interp": "1:100" @@ -2264,7 +2359,8 @@ 0.3 ], "statNums": { - "SPEED": 0.0 + "SPEED": 0.0, + "FEROCITY": 0.0 } }, "100": { @@ -2273,7 +2369,8 @@ 30 ], "statNums": { - "SPEED": 50.0 + "SPEED": 50.0, + "FEROCITY": 10.0 } }, "interp": "1:100" @@ -2286,7 +2383,8 @@ 0.3 ], "statNums": { - "SPEED": 0.0 + "SPEED": 0.0, + "FEROCITY": 0.0 } }, "100": { @@ -2296,7 +2394,8 @@ 30 ], "statNums": { - "SPEED": 50.0 + "SPEED": 50.0, + "FEROCITY": 10.0 } }, "interp": "1:100" @@ -2308,7 +2407,8 @@ 0.2 ], "statNums": { - "SPEED": 0.0 + "SPEED": 0.0, + "FEROCITY": 0.0 } }, "100": { @@ -2317,7 +2417,8 @@ 25 ], "statNums": { - "SPEED": 50.0 + "SPEED": 50.0, + "FEROCITY": 10.0 } }, "interp": "1:80" @@ -2328,7 +2429,8 @@ 0.2 ], "statNums": { - "SPEED": 0.0 + "SPEED": 0.0, + "FEROCITY": 0.0 } }, "100": { @@ -2336,7 +2438,8 @@ 25 ], "statNums": { - "SPEED": 50.0 + "SPEED": 50.0, + "FEROCITY": 10.0 } }, "interp": "1:79" @@ -2570,6 +2673,7 @@ 0.2 ], "statNums": { + "FEROCITY": 0.0, "DEFENSE": 0.0, "STRENGTH": 0.0 } @@ -2581,6 +2685,7 @@ 25 ], "statNums": { + "FEROCITY": 5.0, "DEFENSE": 50.0, "STRENGTH": 50.0 } @@ -2597,6 +2702,7 @@ 100.0 ], "statNums": { + "FEROCITY": 0.0, "DEFENSE": 0.0, "STRENGTH": 0.0 } @@ -2610,6 +2716,7 @@ 100 ], "statNums": { + "FEROCITY": 5.0, "DEFENSE": 50.0, "STRENGTH": 50.0 } @@ -3214,7 +3321,7 @@ "100": { "otherNums": [ 10.0, - 10.0, + 10.0 ], "statNums": { "CRIT_CHANCE": 10.0, @@ -3229,7 +3336,7 @@ 0.1, 10.0, 0.4 - + ], "statNums": { "CRIT_CHANCE": 0.0, @@ -3531,9 +3638,10 @@ "COMMON": { "1": { "otherNums": [ - 0.1 + 0.2 ], "statNums": { + "FEROCITY": 0.0, "CRIT_CHANCE": 0.0, "CRIT_DAMAGE": 0.0, "STRENGTH": 5.0 @@ -3541,9 +3649,10 @@ }, "100": { "otherNums": [ - 5 + 20 ], "statNums": { + "FEROCITY": 10.0, "CRIT_CHANCE": 5.0, "CRIT_DAMAGE": 50.0, "STRENGTH": 15.0 @@ -3554,11 +3663,12 @@ "EPIC": { "1": { "otherNums": [ - 0.2, + 1.0, 0.6, 10.0 ], "statNums": { + "FEROCITY": 0.0, "CRIT_CHANCE": 0.0, "CRIT_DAMAGE": 0.0, "STRENGTH": 5.0 @@ -3566,11 +3676,12 @@ }, "100": { "otherNums": [ - 20, + 100, 55, 10 ], "statNums": { + "FEROCITY": 10.0, "CRIT_CHANCE": 5.0, "CRIT_DAMAGE": 50.0, "STRENGTH": 15.0 @@ -3581,13 +3692,14 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.2, + 1.0, 0.6, 10.0, 0.2, 15.0 ], "statNums": { + "FEROCITY": 0.0, "CRIT_CHANCE": 0.0, "CRIT_DAMAGE": 0.0, "STRENGTH": 5.0 @@ -3595,13 +3707,14 @@ }, "100": { "otherNums": [ - 20, + 100, 55, 10, 20, 15 ], "statNums": { + "FEROCITY": 10.0, "CRIT_CHANCE": 5.0, "CRIT_DAMAGE": 50.0, "STRENGTH": 15.0 @@ -3612,11 +3725,12 @@ "RARE": { "1": { "otherNums": [ - 0.1, + 0.5, 0.3, 10.0 ], "statNums": { + "FEROCITY": 0.0, "CRIT_CHANCE": 0.0, "CRIT_DAMAGE": 0.0, "STRENGTH": 5.0 @@ -3624,11 +3738,12 @@ }, "100": { "otherNums": [ - 10, + 50, 30, 10 ], "statNums": { + "FEROCITY": 10.0, "CRIT_CHANCE": 5.0, "CRIT_DAMAGE": 50.0, "STRENGTH": 15.0 @@ -3639,9 +3754,10 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.1 + 0.5 ], "statNums": { + "FEROCITY": 0.0, "CRIT_CHANCE": 0.0, "CRIT_DAMAGE": 0.0, "STRENGTH": 5.0 @@ -3649,9 +3765,10 @@ }, "100": { "otherNums": [ - 10 + 50 ], "statNums": { + "FEROCITY": 10.0, "CRIT_CHANCE": 5.0, "CRIT_DAMAGE": 50.0, "STRENGTH": 15.0 @@ -4118,5 +4235,5 @@ }, "interp": "1:70" } - } -}
\ No newline at end of file + } +} 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/ANTIQUE_REMEDIES.json b/items/ANTIQUE_REMEDIES.json index 9d97998f..c08871d8 100644 --- a/items/ANTIQUE_REMEDIES.json +++ b/items/ANTIQUE_REMEDIES.json @@ -22,6 +22,9 @@ "internalname": "ANTIQUE_REMEDIES", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Antique_Remedies" + ] }
\ No newline at end of file diff --git a/items/AOTE_STONE.json b/items/AOTE_STONE.json index fbdc8b78..bbc89b21 100644 --- a/items/AOTE_STONE.json +++ b/items/AOTE_STONE.json @@ -23,6 +23,9 @@ "internalname": "AOTE_STONE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Warped_Stone" + ] }
\ No newline at end of file diff --git a/items/ARTIFACT_POTION_AFFINITY.json b/items/ARTIFACT_POTION_AFFINITY.json index 91cfb76e..a7b0d903 100644 --- a/items/ARTIFACT_POTION_AFFINITY.json +++ b/items/ARTIFACT_POTION_AFFINITY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Potion Affinity Artifact", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"63036731-6e1e-3c99-99b7-59d6628fcdaf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzcyNDY2NjAzYmFlOTA2M2NlN2Q5NDM1MTEwMzQ2OWJlY2EzYzVmZTJiMWU5NzdlNjQyN2RlZjM3Njk5ZWM5In19fQ==\"}]}},display:{Lore:[0:\"§eUnique Effect: Potion Affinity\",1:\"§7Increases the duration of any\",2:\"§7consumed Potion by §a50%§7 when\",3:\"§7held in your inventory.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE ACCESSORY\"],Name:\"§9Potion Affinity Artifact\"},ExtraAttributes:{id:\"ARTIFACT_POTION_AFFINITY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"63036731-6e1e-3c99-99b7-59d6628fcdaf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzcyNDY2NjAzYmFlOTA2M2NlN2Q5NDM1MTEwMzQ2OWJlY2EzYzVmZTJiMWU5NzdlNjQyN2RlZjM3Njk5ZWM5In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§eUnique Effect: Potion Affinity\",1:\"§7Increases the duration of any\",2:\"§7consumed Potion by §a50%§7 when\",3:\"§7held in your inventory.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE ACCESSORY\"],Name:\"§9Potion Affinity Artifact\"},ExtraAttributes:{id:\"ARTIFACT_POTION_AFFINITY\"}}", "damage": 3, "lore": [ "§eUnique Effect: Potion Affinity", diff --git a/items/BASKET_OF_SEEDS.json b/items/BASKET_OF_SEEDS.json new file mode 100644 index 00000000..80f5d92e --- /dev/null +++ b/items/BASKET_OF_SEEDS.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Basket of Seeds", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f51f3409-e6be-3151-8289-98b7dc91c656\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E2YmY5MTZlMjhjY2I4MGI0ZWJmYWNmOTg2ODZhZDZhZjdjNGZiMjU3ZTU3YThjYjc4YzcxZDE5ZGNjYjIifX19\"}]}},display:{Lore:[0:\"\",1:\"§6Item Ability: Seed Storage §e§lLEFT CLICK\",2:\"§7Place seeds in the basket.\",3:\"\",4:\"§6Item Ability: Farmer\u0027s Delight §e§lRIGHT CLICK\",5:\"§7Automatically seed a row of\",6:\"§7farmland.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Basket of Seeds\"},ExtraAttributes:{basket_of_seeds_data:[0:\"198 bytes\"],originTag:\"SHOP_PURCHASE\",id:\"BASKET_OF_SEEDS\",uuid:\"b1531129-9bcb-4fee-8e2b-d0fc829f2085\",timestamp:\"11/7/20 8:38 PM\"}}", + "damage": 3, + "lore": [ + "", + "§6Item Ability: Seed Storage §e§lLEFT CLICK", + "§7Place seeds in the basket.", + "", + "§6Item Ability: Farmer\u0027s Delight §e§lRIGHT CLICK", + "§7Automatically seed a row of", + "§7farmland.", + "", + "§5§lEPIC" + ], + "internalname": "BASKET_OF_SEEDS", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Basket_Of_Seeds" + ] +}
\ No newline at end of file diff --git a/items/BAT;4.json b/items/BAT;4.json index 706c1eb7..3a658123 100644 --- a/items/BAT;4.json +++ b/items/BAT;4.json @@ -9,21 +9,23 @@ "lore": [ "§8Mining Pet", "", + "§7Sea Creature Chance: §a{SEA_CREATURE_CHANCE}", "§7Intelligence: §a{INTELLIGENCE}", "§7Speed: §a{SPEED}", "", - "§6Fast Hooks", - "§7§7Decreases the cooldown of your", - "§7grappling hook by §a{0}%", + "§6Candy Lover", + "§7§7Increases the chance for mobs", + "§7to drop Candy by §a{0}%", "", "§6Nightmare", "§7§7§7During night, gain §a{1}", "§a§b✎ Intelligence§7, §a{2} §f✦", "§fSpeed§7, and night vision", "", - "§6Candy Lover", - "§7§7Increases the chance for mobs", - "§7to drop Candy by §a{3}%", + "§6Wings of Steel", + "§7§7Deals §a{3}% damage to", + "§6Spooky §7enemies during the", + "§6Spooky Festival", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -47,4 +49,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bat_Pet" ] -}
\ No newline at end of file +} diff --git a/items/BAT_PERSON_ARTIFACT.json b/items/BAT_PERSON_ARTIFACT.json new file mode 100644 index 00000000..8da22cf6 --- /dev/null +++ b/items/BAT_PERSON_ARTIFACT.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Bat Person Artifact", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30dae7dc-5b07-3b44-aea0-3e462369b8df\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzg5ODc2Njg0NiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ0NDRjMzk4MjcyMGIzMDkzOGY1MDRjNDM3NDIzMmIxMWE0ZjZmNTZjZDU3Yzk3M2Q4YWJiMDdmZDBkY2ZmNyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gain §a+10 §a❈ Defense§7, §c❁\",1:\"§cStrength§7, and §b✎ Intelligence\",2:\"§b§7for each bat you have\",3:\"§7summoned.\",4:\"\",5:\"§7Works with §6Spirit Sceptre§7,\",6:\"§7§9Witch Mask§7, and the §aBat\",7:\"§aPet§7!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE ACCESSORY\"],Name:\"§9Bat Person Artifact\"},ExtraAttributes:{id:\"BAT_PERSON_ARTIFACT\"}}", + "damage": 3, + "lore": [ + "§7Gain §a+10 §a❈ Defense§7, §c❁", + "§cStrength§7, and §b✎ Intelligence", + "§b§7for each bat you have", + "§7summoned.", + "", + "§7Works with §6Spirit Sceptre§7,", + "§7§9Witch Mask§7, and the §aBat", + "§aPet§7!", + "", + "§7§8This item can be reforged!", + "§9§lRARE ACCESSORY" + ], + "recipe": { + "A1": "SPOOKY_SHARD:4", + "A2": "ECTOPLASM:32", + "A3": "SPOOKY_SHARD:4", + "B1": "ECTOPLASM:32", + "B2": "BAT_PERSON_RING:1", + "B3": "ECTOPLASM:32", + "C1": "SPOOKY_SHARD:4", + "C2": "ECTOPLASM:32", + "C3": "SPOOKY_SHARD:4" + }, + "internalname": "BAT_PERSON_ARTIFACT", + "clickcommand": "viewrecipe", + "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 new file mode 100644 index 00000000..5f8c62d0 --- /dev/null +++ b/items/BAT_PERSON_RING.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aBat Person Ring", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0f15c1f4-c643-3fc4-9084-55f9f6d409d1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzg5ODczMjQzMiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjQ0NTFlY2YyNTg0YTM2ZGU0Mjk3MDMxYzZkODUyOTc3ZDNlMjQ5ZTg1YTNmMGFkZDk2N2ZjZDdkNmJkZTk1MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gain §a+5 §a❈ Defense§7, §c❁\",1:\"§cStrength§7, and §b✎ Intelligence\",2:\"§b§7for each bat you have\",3:\"§7summoned.\",4:\"\",5:\"§7Works with §6Spirit Sceptre§7,\",6:\"§7§9Witch Mask§7, and the §aBat\",7:\"§aPet§7!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aBat Person Ring\"},ExtraAttributes:{id:\"BAT_PERSON_RING\"}}", + "damage": 3, + "lore": [ + "§7Gain §a+5 §a❈ Defense§7, §c❁", + "§cStrength§7, and §b✎ Intelligence", + "§b§7for each bat you have", + "§7summoned.", + "", + "§7Works with §6Spirit Sceptre§7,", + "§7§9Witch Mask§7, and the §aBat", + "§aPet§7!", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON ACCESSORY" + ], + "recipe": { + "A1": "SPOOKY_SHARD:1", + "A2": "ECTOPLASM:8", + "A3": "SPOOKY_SHARD:1", + "B1": "ECTOPLASM:8", + "B2": "BAT_PERSON_TALISMAN:1", + "B3": "ECTOPLASM:8", + "C1": "SPOOKY_SHARD:1", + "C2": "ECTOPLASM:8", + "C3": "SPOOKY_SHARD:1" + }, + "internalname": "BAT_PERSON_RING", + "clickcommand": "viewrecipe", + "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 new file mode 100644 index 00000000..561f4bfd --- /dev/null +++ b/items/BAT_PERSON_TALISMAN.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fBat Person Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9a46a214-ef41-308e-9f5b-6ba1c4b9d6dd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzg5ODY4OTY3NiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjg0MWE0OWIxOTlhNTljNDMxYmYzZmMzNzgzZjZiNjU0NWNlNzhjMzgwNDI2MTdmNjZlYmQ4N2NkZDU0OGU4YyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gain §a+2 §a❈ Defense§7, §c❁\",1:\"§cStrength§7, and §b✎ Intelligence\",2:\"§b§7for each bat you have\",3:\"§7summoned.\",4:\"\",5:\"§7Works with §6Spirit Sceptre§7,\",6:\"§7§9Witch Mask§7, and the §aBat\",7:\"§aPet§7!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON ACCESSORY\"],Name:\"§fBat Person Talisman\"},ExtraAttributes:{id:\"BAT_PERSON_TALISMAN\"}}", + "damage": 3, + "lore": [ + "§7Gain §a+2 §a❈ Defense§7, §c❁", + "§cStrength§7, and §b✎ Intelligence", + "§b§7for each bat you have", + "§7summoned.", + "", + "§7Works with §6Spirit Sceptre§7,", + "§7§9Witch Mask§7, and the §aBat", + "§aPet§7!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON ACCESSORY" + ], + "internalname": "BAT_PERSON_TALISMAN", + "clickcommand": "", + "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/CAKE_SOUL.json b/items/CAKE_SOUL.json new file mode 100644 index 00000000..70a148e0 --- /dev/null +++ b/items/CAKE_SOUL.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§dCake Soul", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7What does it all mean???\",1:\"\",2:\"§d§lMYTHIC\"],Name:\"§f§f§dCake Soul\"},ExtraAttributes:{id:\"CAKE_SOUL\",soul_durability:1},AttributeModifiers:[]}", + "damage": 1, + "lore": [ + "§7What does it all mean???", + "", + "§d§lMYTHIC" + ], + "internalname": "CAKE_SOUL", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Cake_Souls" + ] +}
\ No newline at end of file diff --git a/items/CANDY_CORN.json b/items/CANDY_CORN.json new file mode 100644 index 00000000..61a5c41c --- /dev/null +++ b/items/CANDY_CORN.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aCandy Corn", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a0abae4f-e197-39c8-9ddb-0d67166c127a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmQ4Njc2N2Q0ZjFjYTI4NjhiNjc1Njk2YzcyMTc4Y2Q3NGM0ZWI2YzI4ZjNjN2FmYzgyZWRkMDkwY2EyY2E0NiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Candied §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§a§lUNCOMMON REFORGE STONE\"],Name:\"§aCandy Corn\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"CANDY_CORN\",uuid:\"eb70f531-d7be-4bfa-b70b-baada837e668\",timestamp:\"10/30/20 2:18 PM\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Candied §7reforge", + "§7to armor.", + "", + "§a§lUNCOMMON REFORGE STONE" + ], + "internalname": "CANDY_CORN", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..a45bfbe5 --- /dev/null +++ b/items/CANDY_RELIC.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Candy Relic", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bef6ad3e-4ce8-3f04-8974-75eae76f97e6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzk2Njg3NjdmMTE0MTgzNWUyYzQ5YWQyYjQxNTU5OGYxYjE2NmJlOTE3MzkwMmEwMjU3ZTc3NzA0ZjkxM2UxZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Increases the drop chance of\",1:\"§7candies from mobs by §a20%\",2:\"§a§7during the §6Spooky\",3:\"§6Festival§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Candy Relic\"},ExtraAttributes:{id:\"CANDY_RELIC\"}}", + "damage": 3, + "lore": [ + "§7Increases the drop chance of", + "§7candies from mobs by §a20%", + "§a§7during the §6Spooky", + "§6Festival§7.", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY ACCESSORY" + ], + "internalname": "CANDY_RELIC", + "crafttext": "", + "clickcommand": "", + "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/CANDY_THE_FISH.json b/items/CANDY_THE_FISH.json new file mode 100644 index 00000000..5ffe6911 --- /dev/null +++ b/items/CANDY_THE_FISH.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cCandy the Fish", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3547e2d9-a66e-3f68-8492-53867c13acd8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzViYTM5M2I5MjZlZTY5YTE0ZDRkODUzYjI1ZDI4NWE4NjhiMTZjNTZjOTE5ZDJiODI0NDEzZTY1NjZkNGU1NSJ9fX0\"}]}},display:{Lore:[0:\"§7Fish flavored.\",1:\"\",2:\"§c§lSPECIAL\"],Name:\"§f§f§cCandy the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"CANDY_THE_FISH\",uuid:\"e73f48d9-ebd0-4875-ae6b-8e54f9a97cee\",timestamp:\"10/31/20 4:55 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Fish flavored.", + "", + "§c§lSPECIAL" + ], + "internalname": "CANDY_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Candy_the_Fish" + ] +}
\ 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/COCO_CHOPPER.json b/items/COCO_CHOPPER.json new file mode 100644 index 00000000..ed0cabd1 --- /dev/null +++ b/items/COCO_CHOPPER.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:golden_axe", + "displayname": "§5Coco Chopper", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Cannot break trees.\",1:\"§7Replants cocoa blocks.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC AXE\"],Name:\"§5Coco Chopper\"},ExtraAttributes:{id:\"COCO_CHOPPER\"}}", + "damage": 0, + "lore": [ + "§7Cannot break trees.", + "§7Replants cocoa blocks.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC AXE" + ], + "internalname": "COCO_CHOPPER", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Coco_Chopper" + ] +}
\ 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/CONNECT_FOUR.json b/items/CONNECT_FOUR.json new file mode 100644 index 00000000..1cdf1d17 --- /dev/null +++ b/items/CONNECT_FOUR.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aFour in a Row", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1673c479-346e-3634-b549-8842a94c2199\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDJlNzhmYjIyNDI0MjMyZGMyN2I4MWZiY2I0N2ZkMjRjMWFjZjc2MDk4NzUzZjJkOWMyODU5ODI4N2RiNSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Click another player to initiate\",1:\"§7a game of Four in a Row!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 7\",4:\"§a§lUNCOMMON\"],Name:\"§aFour in a Row\"},ExtraAttributes:{id:\"CONNECT_FOUR\"}}", + "damage": 3, + "lore": [ + "§7Click another player to initiate", + "§7a game of Four in a Row!", + "", + "§7§4❣ §cRequires §aSocial Skill 7", + "§a§lUNCOMMON" + ], + "internalname": "CONNECT_FOUR", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ 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/CRYPT_WITHERLORD_SWORD.json b/items/CRYPT_WITHERLORD_SWORD.json index df96e0b9..01085731 100644 --- a/items/CRYPT_WITHERLORD_SWORD.json +++ b/items/CRYPT_WITHERLORD_SWORD.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§5Crypt Witherlord Sword", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d169 §8(265)\",1:\"§7Damage: §c+62 §8(+97.34)\",2:\"§7Strength: §c+50 §8(+78.5)\",3:\"\",4:\"§7Intelligence: §a+113 §8(+177.41)\",5:\"\",6:\"§6Item Ability: Witherlord §e§lRIGHT CLICK\",7:\"§7Shoot 3 skulls each dealing\",8:\"§7§a2,478§7 Damage.\",9:\"§8Mana Cost: §340\",10:\"§8Cooldown: §a3s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 18\",15:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Crypt Witherlord Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_SWORD\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d169 \",1:\"§7Damage: §c+62 \",2:\"§7Strength: §c+50 \",3:\"\",4:\"§7Intelligence: §a+113 \",5:\"\",6:\"§6Item Ability: Witherlord §e§lRIGHT CLICK\",7:\"§7Shoot 3 skulls each dealing\",8:\"§7§a2,478§7 Damage.\",9:\"§8Mana Cost: §340\",10:\"§8Cooldown: §a3s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 18\",15:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Crypt Witherlord Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_SWORD\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d169 §8(265)", - "§7Damage: §c+62 §8(+97.34)", - "§7Strength: §c+50 §8(+78.5)", + "§7Gear Score: §d169 ", + "§7Damage: §c+62 ", + "§7Strength: §c+50 ", "", - "§7Intelligence: §a+113 §8(+177.41)", + "§7Intelligence: §a+113 ", "", "§6Item Ability: Witherlord §e§lRIGHT CLICK", "§7Shoot 3 skulls each dealing", @@ -24,7 +24,7 @@ "internalname": "CRYPT_WITHERLORD_SWORD", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Crypt_Witherlord_Sword" 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/DANGER_1_PORTAL.json b/items/DANGER_1_PORTAL.json index dbd777ad..7f8566b2 100644 --- a/items/DANGER_1_PORTAL.json +++ b/items/DANGER_1_PORTAL.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:skull", - "displayname": "§fPortal to Spider's Den", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ea49a4c2-c959-39cf-8d82-6a2d6e1175ff\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc1NDMxOGEzMzc2ZjQ3MGU0ODFkZmNkNmM4M2E1OWFhNjkwYWQ0YjRkZDc1NzdmZGFkMWMyZWYwOGQ4YWVlNiJ9fX0=\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Spider's Den§7 for you to\",3:\"§7use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Spider's Den\"},ExtraAttributes:{id:\"DANGER_1_PORTAL\"}}", + "displayname": "§fPortal to Spider\u0027s Den", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ea49a4c2-c959-39cf-8d82-6a2d6e1175ff\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc1NDMxOGEzMzc2ZjQ3MGU0ODFkZmNkNmM4M2E1OWFhNjkwYWQ0YjRkZDc1NzdmZGFkMWMyZWYwOGQ4YWVlNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Spider\u0027s Den§7 for you to\",3:\"§7use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Spider\u0027s Den\"},ExtraAttributes:{id:\"DANGER_1_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", "§7island will create a portal to", - "§7the Spider's Den§7 for you to", + "§7the Spider\u0027s Den§7 for you to", "§7use whenever you want!", "", "§7§8The portal will spawn facing", @@ -27,6 +27,10 @@ }, "internalname": "DANGER_1_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Gravel III" + "modver": "1.5-REL", + "crafttext": "Requires: Gravel III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ No newline at end of file diff --git a/items/DANGER_2_PORTAL.json b/items/DANGER_2_PORTAL.json index 5351707b..22215447 100644 --- a/items/DANGER_2_PORTAL.json +++ b/items/DANGER_2_PORTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fPortal to Blazing Fortress", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7d6fa7fd-2b2c-3a34-ae80-0286f6176acc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzM2ODdlMjVjNjMyYmNlOGFhNjFlMGQ2NGMyNGU2OTRjM2VlYTYyOWVhOTQ0ZjRjZjMwZGNmYjRmYmNlMDcxIn19fQ==\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Blazing Fortress§7 for you\",3:\"§7to use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Blazing Fortress\"},ExtraAttributes:{id:\"DANGER_2_PORTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7d6fa7fd-2b2c-3a34-ae80-0286f6176acc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzM2ODdlMjVjNjMyYmNlOGFhNjFlMGQ2NGMyNGU2OTRjM2VlYTYyOWVhOTQ0ZjRjZjMwZGNmYjRmYmNlMDcxIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Blazing Fortress§7 for you\",3:\"§7to use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Blazing Fortress\"},ExtraAttributes:{id:\"DANGER_2_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", @@ -27,6 +27,10 @@ }, "internalname": "DANGER_2_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Glowstone Dust II" + "modver": "1.5-REL", + "crafttext": "Requires: Glowstone Dust II", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ No newline at end of file diff --git a/items/DANGER_3_PORTAL.json b/items/DANGER_3_PORTAL.json index e10abacc..5fc4fca7 100644 --- a/items/DANGER_3_PORTAL.json +++ b/items/DANGER_3_PORTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aPortal to The End", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eeeaaaf6-3e0f-35d4-b3f7-4eddf21036fb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDY5OTRkNzFiODc1ZjA4N2U2NGRlYTliNGEwYTVjYjlmNGViOWFiMGU4ZDkwNjBkZmRlN2Y2ODAzYmFhMTc3OSJ9fX0=\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7The End§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aPortal to The End\"},ExtraAttributes:{id:\"DANGER_3_PORTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eeeaaaf6-3e0f-35d4-b3f7-4eddf21036fb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDY5OTRkNzFiODc1ZjA4N2U2NGRlYTliNGEwYTVjYjlmNGViOWFiMGU4ZDkwNjBkZmRlN2Y2ODAzYmFhMTc3OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7The End§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aPortal to The End\"},ExtraAttributes:{id:\"DANGER_3_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", @@ -27,6 +27,10 @@ }, "internalname": "DANGER_3_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: End Stone III" + "modver": "1.5-REL", + "crafttext": "Requires: End Stone III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ 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/DEEP_SEA_ORB.json b/items/DEEP_SEA_ORB.json new file mode 100644 index 00000000..4185684e --- /dev/null +++ b/items/DEEP_SEA_ORB.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Deep Sea Orb", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d7de3184-35f8-3214-9d2d-3c3ae2000de8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTExM2VlNjEwODQxZGVkMjE1YWNkMmI0Y2FhZWVmODdkZmQ2ZTNkNDc2OGU3YWI0ZTE5ZWI3NmIzZDgxMjFjZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Submerged\",5:\"§9§7reforge to armor.\",6:\"\",7:\"§7§8§oThe smell of the deep sea\",8:\"§8§oattracts sea monsters.\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Deep Sea Orb\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"DEEP_SEA_ORB\",uuid:\"749d753d-685a-4811-9957-6bb83e231e5a\",timestamp:\"11/2/20 7:40 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Submerged", + "§9§7reforge to armor.", + "", + "§7§8§oThe smell of the deep sea", + "§8§oattracts sea monsters.", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "DEEP_SEA_ORB", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Reforge_Stones" + ] +}
\ 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/DIAMOND_AXE.json b/items/DIAMOND_AXE.json index b93dd2f2..e30cf501 100644 --- a/items/DIAMOND_AXE.json +++ b/items/DIAMOND_AXE.json @@ -1,15 +1,20 @@ { "itemid": "minecraft:diamond_axe", - "displayname": "§fDiamond Axe", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Axe\"},ExtraAttributes:{id:\"DIAMOND_AXE\"}}", + "displayname": "§aDiamond Axe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON AXE\"],Name:\"§aDiamond Axe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIAMOND_AXE\",uuid:\"e6e44f89-8e17-4a46-913c-2a336be1b3e0\",timestamp:\"10/28/20 10:29 AM\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7Damage: §c+30", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON AXE" ], "internalname": "DIAMOND_AXE", - "modver": "1.3-REL", "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", + "modver": "1.4-REL", + "infoType": "", "recipe": { "A1": "DIAMOND:1", "A2": "DIAMOND:1", diff --git a/items/DIAMOND_HOE.json b/items/DIAMOND_HOE.json index 71d12188..5a83c0d4 100644 --- a/items/DIAMOND_HOE.json +++ b/items/DIAMOND_HOE.json @@ -1,16 +1,19 @@ { "itemid": "minecraft:diamond_hoe", - "displayname": "§fDiamond Hoe", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Hoe\"},ExtraAttributes:{id:\"DIAMOND_HOE\"}}", + "displayname": "§aDiamond Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§8This item can be reforged!\",1:\"§a§lUNCOMMON HOE\"],Name:\"§aDiamond Hoe\"},ExtraAttributes:{id:\"DIAMOND_HOE\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" ], "internalname": "DIAMOND_HOE", - "modver": "1.3-REL", "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", - "recipe": { + "modver": "1.4-REL", + "infoType": "", + "recipe": { "A1": "DIAMOND:1", "A2": "DIAMOND:1", "A3": "", diff --git a/items/DIAMOND_PICKAXE.json b/items/DIAMOND_PICKAXE.json index 1727a701..39e5adc0 100644 --- a/items/DIAMOND_PICKAXE.json +++ b/items/DIAMOND_PICKAXE.json @@ -1,16 +1,21 @@ { "itemid": "minecraft:diamond_pickaxe", - "displayname": "§fDiamond Pickaxe", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Pickaxe\"},ExtraAttributes:{id:\"DIAMOND_PICKAXE\"}}", + "displayname": "§aDiamond Pickaxe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aDiamond Pickaxe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIAMOND_PICKAXE\",uuid:\"14ba3509-8a1c-4aba-a43d-e7dde87c74de\",timestamp:\"10/28/20 10:29 AM\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7Damage: §c+30", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON PICKAXE" ], "internalname": "DIAMOND_PICKAXE", - "modver": "1.3-REL", "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", - "recipe": { + "modver": "1.4-REL", + "infoType": "", + "recipe": { "A1": "DIAMOND:1", "A2": "DIAMOND:1", "A3": "DIAMOND:1", diff --git a/items/DIAMOND_SPADE.json b/items/DIAMOND_SPADE.json index feca572c..b267e43d 100644 --- a/items/DIAMOND_SPADE.json +++ b/items/DIAMOND_SPADE.json @@ -1,16 +1,20 @@ { "itemid": "minecraft:diamond_shovel", - "displayname": "§fDiamond Shovel", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Shovel\"},ExtraAttributes:{id:\"DIAMOND_SPADE\"}}", + "displayname": "§aDiamond Shovel", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§a§lUNCOMMON SHOVEL\"],Name:\"§aDiamond Shovel\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"DIAMOND_SPADE\",uuid:\"3d691cfd-1e59-4fa0-8de2-20e72f00be56\",timestamp:\"10/28/20 10:39 AM\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7Damage: §c+30", + "", + "§a§lUNCOMMON SHOVEL" ], "internalname": "DIAMOND_SPADE", - "modver": "1.3-REL", "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", - "recipe": { + "modver": "1.4-REL", + "infoType": "", + "recipe": { "A1": "DIAMOND:1", "A2": "", "A3": "", diff --git a/items/DIAMOND_SWORD.json b/items/DIAMOND_SWORD.json index 864b4c79..c07b2154 100644 --- a/items/DIAMOND_SWORD.json +++ b/items/DIAMOND_SWORD.json @@ -1,16 +1,21 @@ { "itemid": "minecraft:diamond_sword", - "displayname": "§fDiamond Sword", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Sword\"},ExtraAttributes:{id:\"DIAMOND_SWORD\"}}", + "displayname": "§aDiamond Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+35\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON SWORD\"],Name:\"§aDiamond Sword\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIAMOND_SWORD\",uuid:\"0f44920f-6ad3-4c5f-8be8-c46c15af6fb5\",timestamp:\"10/28/20 10:29 AM\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7Damage: §c+35", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON SWORD" ], "internalname": "DIAMOND_SWORD", - "modver": "1.3-REL", "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", - "recipe": { + "modver": "1.4-REL", + "infoType": "", + "recipe": { "A1": "DIAMOND:1", "A2": "", "A3": "", 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/DRAGON_CLAW.json b/items/DRAGON_CLAW.json index d3e2e6c4..5bfaa32c 100644 --- a/items/DRAGON_CLAW.json +++ b/items/DRAGON_CLAW.json @@ -1,11 +1,11 @@ { "internalname": "DRAGON_CLAW", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Dragon Claw", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f0dc5b49-c8ca-3d5d-b8c5-85c5eefd48da\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmI3ZjlmNDg3MjZlNTI1YjBkOWEwODY4MTc4YzMyMzM0NzRlZTRlZDNkYTNmNzYxOTg1NzQ0OWQ0MWEwYzYzYSJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Fabled §7reforge\",5:\"§7to a sword.\",6:\"\",7:\"§7§8§oDragons rarely use their\",8:\"§8§oclaws. They should.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXII§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Dragon Claw\"},ExtraAttributes:{id:\"DRAGON_CLAW\"}}", - "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/Dragon_Claw" ] }
\ No newline at end of file diff --git a/items/DRAGON_SCALE.json b/items/DRAGON_SCALE.json index 64c6a1b2..4406709b 100644 --- a/items/DRAGON_SCALE.json +++ b/items/DRAGON_SCALE.json @@ -1,11 +1,11 @@ { "internalname": "DRAGON_SCALE", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Dragon Scale", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"26586b0c-f4a1-32da-b296-7e68b4820648\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2FkZGU1YzMxZmJjM2NiZWM5ZmY2NjM2MGM0ZWZiNmU4NjU4NDYxNzE3OTYzMmZmMzhmZWExZTU1NjY0OWIxOSJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Spiked §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7§8§oSome people say it is harder\",8:\"§8§othan diamond. Hard to tell,\",9:\"§8§oreally.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXX§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§9Dragon Scale\"},ExtraAttributes:{id:\"DRAGON_SCALE\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -22,5 +22,10 @@ "§aXX§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dragon_Scale" ] }
\ 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_LORE_PAPER.json b/items/DUNGEON_LORE_PAPER.json index b6c5424b..0e82268f 100644 --- a/items/DUNGEON_LORE_PAPER.json +++ b/items/DUNGEON_LORE_PAPER.json @@ -1,12 +1,17 @@ { "internalname": "DUNGEON_LORE_PAPER", - "itemid": 339, + "itemid": "minecraft:paper", "displayname": "§9Journal Entry", "clickcommand": "", "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Journal Entry\"},ExtraAttributes:{id:\"DUNGEON_LORE_PAPER\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§9§lRARE DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Journal_Entry" ] }
\ No newline at end of file diff --git a/items/DUNGEON_STONE.json b/items/DUNGEON_STONE.json index 02e053c6..8931ffaf 100644 --- a/items/DUNGEON_STONE.json +++ b/items/DUNGEON_STONE.json @@ -1,11 +1,11 @@ { "internalname": "DUNGEON_STONE", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§6Dungeon Orb", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a558295-cf73-3d17-8c8f-dc5f16a72180\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWU1OTI0Nzk4YTQ4N2Y5OWJhMDhlNTRhNWIxMzA2OTJjYzU4NjkwMmE4N2UxZGVlMjEzODEzZWY4YzY2In19fQ==\"}]}},display:{Lore:[0:\"§7When entering a Dungeon, this\",1:\"§7stone adapts to its user and\",2:\"§7allows them to use their class\",3:\"§7abilities.\",4:\"\",5:\"§6§lLEGENDARY DUNGEON ITEM\"],Name:\"§6Dungeon Orb\"},ExtraAttributes:{id:\"DUNGEON_STONE\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a558295-cf73-3d17-8c8f-dc5f16a72180\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWU1OTI0Nzk4YTQ4N2Y5OWJhMDhlNTRhNWIxMzA2OTJjYzU4NjkwMmE4N2UxZGVlMjEzODEzZWY4YzY2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7When entering a Dungeon, this\",1:\"§7stone adapts to its user and\",2:\"§7allows them to use their class\",3:\"§7abilities.\",4:\"\",5:\"§6§lLEGENDARY DUNGEON ITEM\"],Name:\"§6Dungeon Orb\"},ExtraAttributes:{id:\"DUNGEON_STONE\"}}", + "modver": "1.5-REL", "lore": [ "§7When entering a Dungeon, this", "§7stone adapts to its user and", @@ -13,5 +13,10 @@ "§7abilities.", "", "§6§lLEGENDARY DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Classes" ] }
\ No newline at end of file diff --git a/items/DUNGEON_TRAP.json b/items/DUNGEON_TRAP.json index 865582b6..e21b186f 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 new file mode 100644 index 00000000..fb226518 --- /dev/null +++ b/items/ECHOLOCATOR.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:compass", + "displayname": "§aEcholocator", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7When held during the §6Spooky\",1:\"§6Festival§7, this compass points\",2:\"§7towards the nearest §6Mega\",3:\"§6Bat§7. Happy hunting!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aEcholocator\"},ExtraAttributes:{id:\"ECHOLOCATOR\"}}", + "damage": 0, + "lore": [ + "§7When held during the §6Spooky", + "§6Festival§7, this compass points", + "§7towards the nearest §6Mega", + "§6Bat§7. Happy hunting!", + "", + "§a§lUNCOMMON" + ], + "internalname": "ECHOLOCATOR", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..922b4917 --- /dev/null +++ b/items/ECTOPLASM.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_crystals", + "displayname": "§9Ectoplasm", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Spooky, yet practical.\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Ectoplasm\"},ExtraAttributes:{id:\"ECTOPLASM\"}}", + "damage": 0, + "lore": [ + "§7Spooky, yet practical.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ], + "internalname": "ECTOPLASM", + "clickcommand": "", + "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/EGG_HUNT.json b/items/EGG_HUNT.json new file mode 100644 index 00000000..a4dba095 --- /dev/null +++ b/items/EGG_HUNT.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fEgg Hunt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"733f9a77-9671-3e84-9940-f8ee197f252b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmM3MDQwNmU3NTM5NDIxMzU0MjRiYjk5NjkyYjc0NGM5YTAzNDVkM2YzYzgxOTNlOWQ4ZTMwZDU0NDEyMThlMyJ9fX0\"}]}},display:{Lore:[0:\"§7§7Place an egg which can be\",1:\"§7found on your island by guests\",2:\"§7for island points.\",3:\"\",4:\"§7§7Maximum of 10.\",5:\"\",6:\"§7§4❣ §cRequires §aSocial Skill 3\",7:\"§f§lCOMMON\"],Name:\"§fEgg Hunt\"},ExtraAttributes:{id:\"EGG_HUNT\"}}", + "damage": 3, + "lore": [ + "§7§7Place an egg which can be", + "§7found on your island by guests", + "§7for island points.", + "", + "§7§7Maximum of 10.", + "", + "§7§4❣ §cRequires §aSocial Skill 3", + "§f§lCOMMON" + ], + "internalname": "EGG_HUNT", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ 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/ENDSTONE_GEODE.json b/items/ENDSTONE_GEODE.json index 0cb13819..dbb8c6e7 100644 --- a/items/ENDSTONE_GEODE.json +++ b/items/ENDSTONE_GEODE.json @@ -1,11 +1,11 @@ { "internalname": "ENDSTONE_GEODE", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9End Stone Geode", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9e5d4cbb-64ae-30d4-824d-ffd9e4dd1d78\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2QyNTVmZWU1ZjdjZjkwODFmMmMwZDVhMDQ0MmFjM2YzZmQxZmMyNGNiOTU2ZTNmMWQzMzE4NjNkMTFkZTE3NiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Warped §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXIV§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9End Stone Geode\"},ExtraAttributes:{id:\"ENDSTONE_GEODE\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -18,5 +18,10 @@ "§aXIV§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/End_Stone_Geode" ] }
\ No newline at end of file diff --git a/items/EPOCH_CAKE_AQUA.json b/items/EPOCH_CAKE_AQUA.json new file mode 100644 index 00000000..edf4db4a --- /dev/null +++ b/items/EPOCH_CAKE_AQUA.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aBarry Century Cake", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2cc1775f-3777-39fd-964b-9a604afcf39b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2Y1MGFhM2U3MjI5MjQ3YWE1OTgyNDljODNhZWM0NjJhYjE2NTQ4NjVlMjAxZTY5MjVmNTVmNWRkMzY0M2VjYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §b+5✎ Intelligence §7for\",5:\"§748 hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aBarry Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_AQUA\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §b+5✎ Intelligence §7for", + "§748 hours.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_AQUA", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_BLACK.json b/items/EPOCH_CAKE_BLACK.json new file mode 100644 index 00000000..32e74ee6 --- /dev/null +++ b/items/EPOCH_CAKE_BLACK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aCentury Cake of the Next Dungeon Floor", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2386039f-7645-38f8-a98e-552982a8ba94\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2Mjk0MTc3MCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQ1OTI3NDZjYzM1NjcyZWUyOWJiM2ExNTNkNzRmN2E1ZDBlNWZlODYxMjcyOWEzNGZhZDI1MmZlNzkwNDI4MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §b+1✯ Magic Find §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aCentury Cake of the Next Dungeon Floor\"},ExtraAttributes:{id:\"EPOCH_CAKE_BLACK\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §b+1✯ Magic Find §7for 48", + "§7hours.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_BLACK", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_BLUE.json b/items/EPOCH_CAKE_BLUE.json new file mode 100644 index 00000000..9ea3e1f9 --- /dev/null +++ b/items/EPOCH_CAKE_BLUE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aSea Emperor Century Cake", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4b26b58b-5ef0-3ed8-801f-125322f72f8d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MjkxNzQ0MCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTEyYTI4ZTY5ZGE1ZTQzY2U4ZmRlY2M2YTgyM2M5MmZmZjg0NzE5ZTAxNDdjYWFjNzFjNWM4ZDk5ZGE1NzgxYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §3+1α Sea Creature Chance\",5:\"§3§7for 48 hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aSea Emperor Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_BLUE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §3+1α Sea Creature Chance", + "§3§7for 48 hours.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_BLUE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_GREEN.json b/items/EPOCH_CAKE_GREEN.json new file mode 100644 index 00000000..553b946f --- /dev/null +++ b/items/EPOCH_CAKE_GREEN.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aPet Rock Century Cake", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e3f23a25-7c76-3d6b-b0b0-6d6e52acb053\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzAxNjEwOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE3YmZhODBhODVlNzA3ZWVkZjk0NWI4ODkwNTk0MmY1Zjc3OTVlYTUyNjRkNjkyYTIyZTcwN2ZjNTc3YTg4YiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §a+3❈ Defense §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aPet Rock Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_GREEN\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §a+3❈ Defense §7for 48", + "§7hours.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_GREEN", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_ORANGE.json b/items/EPOCH_CAKE_ORANGE.json new file mode 100644 index 00000000..6e263ae3 --- /dev/null +++ b/items/EPOCH_CAKE_ORANGE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aLatest Update Century Cake", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f3116099-dcac-3219-ba49-dde4671546cf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzA0MzI2NywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjU4Y2QyNzUwODg0NDcxYzA4MzYzNDMzNDNlYzZlMTg4MjI5ZGEwNTRlZjM2NzEwMTNhZThkNDNkNmIwMjU0OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §c+2⫽ Ferocity §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aLatest Update Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_ORANGE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §c+2⫽ Ferocity §7for 48", + "§7hours.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_ORANGE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_PINK.json b/items/EPOCH_CAKE_PINK.json new file mode 100644 index 00000000..daf644df --- /dev/null +++ b/items/EPOCH_CAKE_PINK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aCrab-Colored Century Cake", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"62b15714-fea2-36cc-a25d-929b5fbcad59\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzljMjhkYTAxZTAxMjg4MGVhY2MzYWIxZDM0ZDkxNDUzNTdkMmUyZDQ2ZDQyYWEzYjU5ZWRiOTFiMWY3YmQ2ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §c+10❤ Health §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aCrab-Colored Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_PINK\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §c+10❤ Health §7for 48", + "§7hours.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_PINK", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_PURPLE.json b/items/EPOCH_CAKE_PURPLE.json new file mode 100644 index 00000000..ce2b1cc6 --- /dev/null +++ b/items/EPOCH_CAKE_PURPLE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Streamer\u0027s Century Cake", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"764ea110-5a82-3d5a-becf-2bd4ffa50022\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzE4Mzk3NiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjVkOTI0M2M2MWUyYzNlMWUwZjk5MzE4NDNjYWRiZDBkZmY0YTY0NjIyNWVmNTRjNTU3OTc5Y2YzOWJiMjA1NyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §d+1♣ Pet Luck §7for 48\",5:\"§7hours.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§f§f§5Streamer\u0027s Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_PURPLE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §d+1♣ Pet Luck §7for 48", + "§7hours.", + "", + "§5§lEPIC" + ], + "internalname": "EPOCH_CAKE_PURPLE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_RED.json b/items/EPOCH_CAKE_RED.json new file mode 100644 index 00000000..d7e6f3a4 --- /dev/null +++ b/items/EPOCH_CAKE_RED.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aaPunch Century Cake", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8293fe78-9dc2-38b0-ad3e-fbc518903a4f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTQwOWJkOTYwN2Y0YzFkNjk0ZjYyNTNjOGI2NzFkMDkyZjhiMTZjYTdmNjZlYmZkNjdlZjlkODY0MDI0Nzc0YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §c+2❁ Strength §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aaPunch Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_RED\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §c+2❁ Strength §7for 48", + "§7hours.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_RED", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_YELLOW.json b/items/EPOCH_CAKE_YELLOW.json new file mode 100644 index 00000000..13d8af07 --- /dev/null +++ b/items/EPOCH_CAKE_YELLOW.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aPotato-Style Century Cake", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"450fb2bc-6268-3aee-b02d-84b50b02250b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzA2OTkwNywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTI1NTg4OTk5YjY3NGIzOTlhMTk4MGEyNWQ5Y2EzMjM2MzlkMDMzZTNmODUwNDBjMWRlN2ZmYjQyOGJjYTA5NSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §f+10✦ Speed §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aPotato-Style Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_YELLOW\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §f+10✦ Speed §7for 48", + "§7hours.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_YELLOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/ETERNAL_HOOF.json b/items/ETERNAL_HOOF.json new file mode 100644 index 00000000..d3c6a330 --- /dev/null +++ b/items/ETERNAL_HOOF.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:golden_horse_armor", + "displayname": "§9Eternal Hoof", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gain §a2% §7chance to find Trick\",1:\"§7or Treat chests.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§9§lRARE ACCESSORY\"],Name:\"§9Eternal Hoof\"},ExtraAttributes:{id:\"ETERNAL_HOOF\"}}", + "damage": 0, + "lore": [ + "§7Gain §a2% §7chance to find Trick", + "§7or Treat chests.", + "", + "§7§8This item can be reforged!", + "§9§lRARE ACCESSORY" + ], + "recipe": { + "A1": "SOUL_FRAGMENT:1", + "A2": "SOUL_FRAGMENT:1", + "A3": "SOUL_FRAGMENT:1", + "B1": "SOUL_FRAGMENT:1", + "B2": "LUCKY_HOOF:1", + "B3": "SOUL_FRAGMENT:1", + "C1": "SOUL_FRAGMENT:1", + "C2": "SOUL_FRAGMENT:1", + "C3": "SOUL_FRAGMENT:1" + }, + "internalname": "ETERNAL_HOOF", + "clickcommand": "viewrecipe", + "modver": "1.5-REL" +}
\ No newline at end of file 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/FARMING_1_PORTAL.json b/items/FARMING_1_PORTAL.json index c604db59..5ad6d364 100644 --- a/items/FARMING_1_PORTAL.json +++ b/items/FARMING_1_PORTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fPortal to the Barn", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0842969c-2692-3bd7-8483-2b7b2c2b7f63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGQzYTZiZDk4YWMxODMzYzY2NGM0OTA5ZmY4ZDJkYzYyY2U4ODdiZGNmM2NjNWIzODQ4NjUxYWU1YWY2YiJ9fX0=\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the The Barn§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Barn\"},ExtraAttributes:{id:\"FARMING_1_PORTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0842969c-2692-3bd7-8483-2b7b2c2b7f63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGQzYTZiZDk4YWMxODMzYzY2NGM0OTA5ZmY4ZDJkYzYyY2U4ODdiZGNmM2NjNWIzODQ4NjUxYWU1YWY2YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the The Barn§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Barn\"},ExtraAttributes:{id:\"FARMING_1_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", @@ -27,6 +27,10 @@ }, "internalname": "FARMING_1_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Potato II" + "modver": "1.5-REL", + "crafttext": "Requires: Potato II", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ No newline at end of file diff --git a/items/FARMING_2_PORTAL.json b/items/FARMING_2_PORTAL.json index 7ec72071..6a40ddb8 100644 --- a/items/FARMING_2_PORTAL.json +++ b/items/FARMING_2_PORTAL.json @@ -27,7 +27,10 @@ }, "internalname": "FARMING_2_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.5-REL", "crafttext": "Requires: Cocoa Beans III", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ 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/FORAGING_1_PORTAL.json b/items/FORAGING_1_PORTAL.json index 86acf992..744725c7 100644 --- a/items/FORAGING_1_PORTAL.json +++ b/items/FORAGING_1_PORTAL.json @@ -27,6 +27,10 @@ }, "internalname": "FORAGING_1_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Birch Wood III" + "modver": "1.5-REL", + "crafttext": "Requires: Birch Wood III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ No newline at end of file diff --git a/items/FORAGING_2_PORTAL.json b/items/FORAGING_2_PORTAL.json index c6d48231..a1fbafb6 100644 --- a/items/FORAGING_2_PORTAL.json +++ b/items/FORAGING_2_PORTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fPortal to Spruce Woods", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b121a753-65f3-3c49-89b8-e2a5481e0d69\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY2Y2JkZWY4ZWZiOTE0ZDQzYTIxM2JlNjZiNTM5NmY3NWU1YzFiOTEyNGY3NmY2N2Q3Y2QzMjUyNTc0OCJ9fX0=\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Spruce Woods§7 for you to\",3:\"§7use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Spruce Woods\"},ExtraAttributes:{id:\"FORAGING_2_PORTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b121a753-65f3-3c49-89b8-e2a5481e0d69\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY2Y2JkZWY4ZWZiOTE0ZDQzYTIxM2JlNjZiNTM5NmY3NWU1YzFiOTEyNGY3NmY2N2Q3Y2QzMjUyNTc0OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Spruce Woods§7 for you to\",3:\"§7use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Spruce Woods\"},ExtraAttributes:{id:\"FORAGING_2_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", @@ -27,6 +27,10 @@ }, "internalname": "FORAGING_2_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Spruce Wood III" + "modver": "1.5-REL", + "crafttext": "Requires: Spruce Wood III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ No newline at end of file diff --git a/items/FORAGING_3_PORTAL.json b/items/FORAGING_3_PORTAL.json index 9ed64a53..e9cd345d 100644 --- a/items/FORAGING_3_PORTAL.json +++ b/items/FORAGING_3_PORTAL.json @@ -27,6 +27,10 @@ }, "internalname": "FORAGING_3_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Jungle Wood III" + "modver": "1.5-REL", + "crafttext": "Requires: Jungle Wood III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ No newline at end of file diff --git a/items/FORAGING_4_PORTAL.json b/items/FORAGING_4_PORTAL.json index 61abc53b..1426d90a 100644 --- a/items/FORAGING_4_PORTAL.json +++ b/items/FORAGING_4_PORTAL.json @@ -27,6 +27,10 @@ }, "internalname": "FORAGING_4_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Acacia Wood III" + "modver": "1.5-REL", + "crafttext": "Requires: Acacia Wood III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ No newline at end of file diff --git a/items/FORAGING_5_PORTAL.json b/items/FORAGING_5_PORTAL.json index 8f605cca..cea07071 100644 --- a/items/FORAGING_5_PORTAL.json +++ b/items/FORAGING_5_PORTAL.json @@ -27,6 +27,10 @@ }, "internalname": "FORAGING_5_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Dark Oak Wood III" + "modver": "1.5-REL", + "crafttext": "Requires: Dark Oak Wood III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ 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/FROSTY_SNOW_BALL.json b/items/FROSTY_SNOW_BALL.json index 3470c7cb..f3db2e2d 100644 --- a/items/FROSTY_SNOW_BALL.json +++ b/items/FROSTY_SNOW_BALL.json @@ -5,8 +5,13 @@ "clickcommand": "", "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFrosty Snowball\"},ExtraAttributes:{id:\"FROSTY_SNOW_BALL\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Unobtainable_Items" ] }
\ 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;3.json b/items/GHOUL;3.json index b4e05cea..03144c1d 100644 --- a/items/GHOUL;3.json +++ b/items/GHOUL;3.json @@ -6,6 +6,7 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Intelligence: §a{INTELLIGENCE}", "§7Health: §a{HEALTH}", "", @@ -23,10 +24,10 @@ ], "internalname": "GHOUL;3", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ghoul_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/GHOUL;4.json b/items/GHOUL;4.json index a66d23dd..c479bf39 100644 --- a/items/GHOUL;4.json +++ b/items/GHOUL;4.json @@ -6,6 +6,7 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Intelligence: §a{INTELLIGENCE}", "§7Health: §a{HEALTH}", "", @@ -29,10 +30,10 @@ ], "internalname": "GHOUL;4", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ghoul_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/GHOUL_BUSTER.json b/items/GHOUL_BUSTER.json new file mode 100644 index 00000000..10ae43ec --- /dev/null +++ b/items/GHOUL_BUSTER.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§5Ghoul Buster", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+140\",1:\"§7Strength: §c+90\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Item Ability: Spooktacular\",5:\"§7Deal §a100% §7more damage to\",6:\"§7§6Spooky §7enemies during the\",7:\"§7§6Spooky Festival§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC SWORD\"],Name:\"§5Ghoul Buster\"},ExtraAttributes:{id:\"GHOUL_BUSTER\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+140", + "§7Strength: §c+90", + "§7Crit Damage: §c+25%", + "", + "§6Item Ability: Spooktacular", + "§7Deal §a100% §7more damage to", + "§7§6Spooky §7enemies during the", + "§7§6Spooky Festival§7.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "", + "A2": "ECTOPLASM:16", + "A3": "", + "B1": "SPOOKY_SHARD:4", + "B2": "ECTOPLASM:16", + "B3": "SPOOKY_SHARD:4", + "C1": "", + "C2": "PURPLE_CANDY:64", + "C3": "" + }, + "internalname": "GHOUL_BUSTER", + "clickcommand": "viewrecipe", + "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/GOLEM_POPPY.json b/items/GOLEM_POPPY.json index 767ed5c7..ec373aca 100644 --- a/items/GOLEM_POPPY.json +++ b/items/GOLEM_POPPY.json @@ -13,5 +13,10 @@ ], "internalname": "GOLEM_POPPY", "clickcommand": "", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ancient_Rose" + ] }
\ 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..f3f0aeec 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": "" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Great_White_Shark_Tooth" + ] +} 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/HOE_OF_GREATER_TILLING.json b/items/HOE_OF_GREATER_TILLING.json new file mode 100644 index 00000000..5126d265 --- /dev/null +++ b/items/HOE_OF_GREATER_TILLING.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§9Hoe of Greater Tilling", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Tills a §95x5 §7area of farmland at a time.\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§9§lRARE HOE\"],Name:\"§9Hoe of Greater Tilling\"},ExtraAttributes:{id:\"HOE_OF_GREATER_TILLING\"}}", + "damage": 0, + "lore": [ + "§7Tills a §95x5 §7area of farmland at a time.", + "", + "§7§8This item can be reforged!", + "§9§lRARE HOE" + ], + "internalname": "HOE_OF_GREATER_TILLING", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Hoe_of_Greater_Tilling" + ] +}
\ No newline at end of file diff --git a/items/HOE_OF_GREAT_TILLING.json b/items/HOE_OF_GREAT_TILLING.json new file mode 100644 index 00000000..00e655f1 --- /dev/null +++ b/items/HOE_OF_GREAT_TILLING.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:stone_hoe", + "displayname": "§aHoe of Great Tilling", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Tills a §93x3 §7area of farmland at a time.\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON HOE\"],Name:\"§aHoe of Great Tilling\"},ExtraAttributes:{id:\"HOE_OF_GREAT_TILLING\"}}", + "damage": 0, + "lore": [ + "§7Tills a §93x3 §7area of farmland at a time.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" + ], + "internalname": "HOE_OF_GREAT_TILLING", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Hoe_of_Great_Tilling" + ] +}
\ No newline at end of file diff --git a/items/HOLY_BABY.json b/items/HOLY_BABY.json new file mode 100644 index 00000000..62962e40 --- /dev/null +++ b/items/HOLY_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4b09796a-7cb1-38c2-bfe1-204b39f69877\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTI2Njk0NmY4NGIyNzc5NmExYzdiMWI2MDY4ZWZiNzc0ODFiOGFkOGJhNGZjMWVlZjM1Y2M5NzVlMDZhZmI0MiJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Holy Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"HOLY_BABY\",uuid:\"eac17350-92e0-4bda-a8f8-9b41fa004705\",timestamp:\"10/27/20 5:33 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Holy Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "HOLY_BABY", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/HOLY_FRAGMENT.json b/items/HOLY_FRAGMENT.json index 1811d794..2c69a63e 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/HOUND;3.json b/items/HOUND;3.json index f7d5c7cf..88deb557 100644 --- a/items/HOUND;3.json +++ b/items/HOUND;3.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Hound", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Attack Speed: §a{ATTACK_SPEED}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Scavenger\",6:\"§7§7Gain +§a{0} §7coins per\",7:\"§7monster kill\",8:\"\",9:\"§6Finder\",10:\"§7§7Increases the chance for\",11:\"§7monsters to drop their armor by\",12:\"§7§a{1}%\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":341596.47280000115,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_COMBAT_SKILL_BOOST_COMMON\\\",\\\"candyUsed\\\":10}\",originTag:\"UNKNOWN\",id:\"HOUND;3\",uuid:\"0ec63d68-87f8-4210-aaed-47d29cbd2f9d\",timestamp:\"5/29/20 1:24 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Attack Speed: §a{BONUS_ATTACK_SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Scavenger\",7:\"§7§7Gain +§a{0} §7coins per\",8:\"§7monster kill\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for\",12:\"§7monsters to drop their armor by\",13:\"§7§a{1}%\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":341596.47280000115,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_COMBAT_SKILL_BOOST_COMMON\\\",\\\"candyUsed\\\":10}\",originTag:\"UNKNOWN\",id:\"HOUND;3\",uuid:\"0ec63d68-87f8-4210-aaed-47d29cbd2f9d\",timestamp:\"5/29/20 1:24 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Attack Speed: §a{ATTACK_SPEED}", + "§7Attack Speed: §a{BONUS_ATTACK_SPEED}", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", "", "§6Scavenger", @@ -25,7 +26,7 @@ ], "internalname": "HOUND;3", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hound_Pet" diff --git a/items/HOUND;4.json b/items/HOUND;4.json index 824c991d..9a023a9e 100644 --- a/items/HOUND;4.json +++ b/items/HOUND;4.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Hound", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Attack Speed: §a{ATTACK_SPEED}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Scavenger\",6:\"§7§7Gain +§a{0} §7coins per\",7:\"§7monster kill\",8:\"\",9:\"§6Finder\",10:\"§7§7Increases the chance for\",11:\"§7monsters to drop their armor by\",12:\"§7§a{1}%\",13:\"\",14:\"§6Fury Claws\",15:\"§7§7Grants §a{2}% §7§5⚔ Attack\",16:\"§5Speed\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":115927.13592000132,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_COMBAT_SKILL_BOOST_COMMON\\\",\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"HOUND;4\",uuid:\"b5573fa3-c422-42cd-951a-b7cceee4e942\",timestamp:\"5/30/20 8:13 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Attack Speed: §a{BONUS_ATTACK_SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Scavenger\",7:\"§7§7Gain +§a{0} §7coins per\",8:\"§7monster kill\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for\",12:\"§7monsters to drop their armor by\",13:\"§7§a{1}%\",14:\"\",15:\"§6Fury Claws\",16:\"§7§7Grants §a{2}% §7§5⚔ Attack\",17:\"§5Speed\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":115927.13592000132,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_COMBAT_SKILL_BOOST_COMMON\\\",\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"HOUND;4\",uuid:\"b5573fa3-c422-42cd-951a-b7cceee4e942\",timestamp:\"5/30/20 8:13 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Attack Speed: §a{ATTACK_SPEED}", + "§7Attack Speed: §a{BONUS_ATTACK_SPEED}", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", "", "§6Scavenger", @@ -29,7 +30,7 @@ ], "internalname": "HOUND;4", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hound_Pet" diff --git a/items/HUB_PORTAL.json b/items/HUB_PORTAL.json index 0f189a62..5b784ffd 100644 --- a/items/HUB_PORTAL.json +++ b/items/HUB_PORTAL.json @@ -4,8 +4,8 @@ "displayname": "§fPortal to the Hub", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5cd90528-472f-3430-b586-c7ba273edfb5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjUxMzU0M2E3NzExOGY4MjAxZjQ5YjdjOGI2MzJkY2ZkMzgwMzdlYmZjNjAxYTFiYzkxYWVkYzRjYWJhIn19fQ==\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Village§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Hub\"},ExtraAttributes:{id:\"HUB_PORTAL\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5cd90528-472f-3430-b586-c7ba273edfb5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjUxMzU0M2E3NzExOGY4MjAxZjQ5YjdjOGI2MzJkY2ZkMzgwMzdlYmZjNjAxYTFiYzkxYWVkYzRjYWJhIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Village§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Hub\"},ExtraAttributes:{id:\"HUB_PORTAL\"}}", + "modver": "1.5-REL", "lore": [ "§7Placing the item on your private", "§7island will create a portal to", @@ -16,5 +16,10 @@ "§8you on the block you click on.", "", "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" ] }
\ No newline at end of file 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/INFINIDIRT_WAND.json b/items/INFINIDIRT_WAND.json new file mode 100644 index 00000000..e7adcc16 --- /dev/null +++ b/items/INFINIDIRT_WAND.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stick", + "displayname": "§aInfiniDirt��� Wand", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Place Dirt §e§lRIGHT CLICK\",1:\"§7Place a dirt block.\",2:\"§7§7Costs §61 coins§7.\",3:\"§7\",4:\"§7Can be used within the Builders\",5:\"§7Wand!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aInfiniDirt��� Wand\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"INFINIDIRT_WAND\",uuid:\"66a99177-19cd-4f96-b7db-f60290bd486c\",timestamp:\"11/6/20 6:36 PM\"}}", + "damage": 0, + "lore": [ + "§6Item Ability: Place Dirt §e§lRIGHT CLICK", + "§7Place a dirt block.", + "§7§7Costs §61 coins§7.", + "§7", + "§7Can be used within the Builders", + "§7Wand!", + "", + "§a§lUNCOMMON" + ], + "internalname": "INFINIDIRT_WAND", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/InfiniDirt™_Wand" + ] +}
\ No newline at end of file diff --git a/items/INFINITE_SUPERBOOM_TNT.json b/items/INFINITE_SUPERBOOM_TNT.json new file mode 100644 index 00000000..9fccbe1c --- /dev/null +++ b/items/INFINITE_SUPERBOOM_TNT.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:tnt", + "displayname": "§9Infinityboom TNT", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Breaks weak walls. Can be\",1:\"§7used to blow up Crypts in\",2:\"§7§cThe Catacombs§7.\",3:\"\",4:\"§8Cooldown: §a2s\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Infinityboom TNT\"},ExtraAttributes:{id:\"INFINITE_SUPERBOOM_TNT\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Breaks weak walls. Can be", + "§7used to blow up Crypts in", + "§7§cThe Catacombs§7.", + "", + "§8Cooldown: §a2s", + "", + "§9§lRARE" + ], + "internalname": "INFINITE_SUPERBOOM_TNT", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Infinityboom_TNT" + ] +}
\ No newline at end of file diff --git a/items/INFLATABLE_JERRY.json b/items/INFLATABLE_JERRY.json index 70022252..23a34c2f 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/ISLAND_NPC.json b/items/ISLAND_NPC.json new file mode 100644 index 00000000..5a225a91 --- /dev/null +++ b/items/ISLAND_NPC.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Island NPC", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Spawn island NPCs for your\",1:\"§7private world! Right-Click one\",2:\"§7to edit its settings and add\",3:\"§7dialogue.\",4:\"\",5:\"§7§4❣ §cRequires §aSocial Skill 5\",6:\"§9§lRARE\"],Name:\"§9Island NPC\"},ExtraAttributes:{id:\"ISLAND_NPC\"}}", + "damage": 0, + "lore": [ + "§7Spawn island NPCs for your", + "§7private world! Right-Click one", + "§7to edit its settings and add", + "§7dialogue.", + "", + "§7§4❣ §cRequires §aSocial Skill 5", + "§9§lRARE" + ], + "internalname": "ISLAND_NPC", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/JACOBS_TICKET.json b/items/JACOBS_TICKET.json new file mode 100644 index 00000000..3ffc9098 --- /dev/null +++ b/items/JACOBS_TICKET.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:name_tag", + "displayname": "§aJacob\u0027s Ticket", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aJacob\u0027s Ticket\"},ExtraAttributes:{id:\"JACOBS_TICKET\"}}", + "damage": 0, + "lore": [ + "§a§lUNCOMMON" + ], + "internalname": "JACOBS_TICKET", + "clickcommand": "", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jacob\u0027s_Ticket" + ] +}
\ 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..0747b5dd 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/LAPIS_GENERATOR_1.json b/items/LAPIS_GENERATOR_1.json index 7ccd5bfb..37c3f4f5 100644 --- a/items/LAPIS_GENERATOR_1.json +++ b/items/LAPIS_GENERATOR_1.json @@ -14,15 +14,15 @@ "§7Max Storage: §e64" ], "recipe": { - "A1": "INK_SACK:4:32", - "A2": "INK_SACK:4:32", - "A3": "INK_SACK:4:32", - "B1": "INK_SACK:4:32", + "A1": "INK_SACK-4:32", + "A2": "INK_SACK-4:32", + "A3": "INK_SACK-4:32", + "B1": "INK_SACK-4:32", "B2": "WOOD_PICKAXE:1", - "B3": "INK_SACK:4:32", - "C1": "INK_SACK:4:32", - "C2": "INK_SACK:4:32", - "C3": "INK_SACK:4:32" + "B3": "INK_SACK-4:32", + "C1": "INK_SACK-4:32", + "C2": "INK_SACK-4:32", + "C3": "INK_SACK-4:32" }, "internalname": "LAPIS_GENERATOR_1", "clickcommand": "viewrecipe", @@ -31,4 +31,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lapis_Minion" ] -}
\ 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 new file mode 100644 index 00000000..7fa2ee67 --- /dev/null +++ b/items/LARGE_CANDY_SACK.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Candy Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c16cfb77-c2b1-348b-bee6-73cb0b38d7bf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDA2ODIxMjAzMCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTJlZjM5NDM3ZDdkNDNhMDM0YzVhNDBiOTc0ZThkMmM2NzM0YTIxOGM3NjQ4NWQwNDkxMGY1MDdiZGMyZTgwOSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aGreen Candy§7, §aPurple\",4:\"§aCandy\",5:\"\",6:\"§7Capacity: §e20,160 per item\",7:\"§8Sacks sum their capacity.\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Candy Sack\"},ExtraAttributes:{id:\"LARGE_CANDY_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aGreen Candy§7, §aPurple", + "§aCandy", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "PUMPKIN_GUTS:4", + "A2": "PUMPKIN_GUTS:4", + "A3": "PUMPKIN_GUTS:4", + "B1": "PUMPKIN_GUTS:4", + "B2": "TRICK_OR_TREAT_BAG:1", + "B3": "PUMPKIN_GUTS:4", + "C1": "PUMPKIN_GUTS:4", + "C2": "PUMPKIN_GUTS:4", + "C3": "PUMPKIN_GUTS:4" + }, + "internalname": "LARGE_CANDY_SACK", + "clickcommand": "viewrecipe", + "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/LUCKY_HOOF.json b/items/LUCKY_HOOF.json new file mode 100644 index 00000000..13e5f944 --- /dev/null +++ b/items/LUCKY_HOOF.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:iron_horse_armor", + "displayname": "§f§f§aLucky Hoof", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gain §a1% §7chance to find Trick\",1:\"§7or Treat chests.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§f§f§aLucky Hoof\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"LUCKY_HOOF\",uuid:\"993641bb-8e60-4607-a8a0-e59a4862c82d\",timestamp:\"11/2/20 5:45 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Gain §a1% §7chance to find Trick", + "§7or Treat chests.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON ACCESSORY" + ], + "internalname": "LUCKY_HOOF", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lucky_Hoof" + ] +}
\ 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..87577460 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": "" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Machine_Gun_Bow" + ] +} diff --git a/items/MAGICAL_MILK_BUCKET.json b/items/MAGICAL_MILK_BUCKET.json new file mode 100644 index 00000000..71f48c63 --- /dev/null +++ b/items/MAGICAL_MILK_BUCKET.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:milk_bucket", + "displayname": "§f§f§fMagical Milk Bucket", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7What did the mother cow say to\",1:\"§7the baby cow?\",2:\"\",3:\"§7It\u0027s pasture bed time.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§f§f§fMagical Milk Bucket\"},ExtraAttributes:{id:\"MAGICAL_MILK_BUCKET\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7What did the mother cow say to", + "§7the baby cow?", + "", + "§7It\u0027s pasture bed time.", + "", + "§f§lCOMMON" + ], + "internalname": "MAGICAL_MILK_BUCKET", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ 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/MEGALODON;3.json b/items/MEGALODON;3.json index 30c263d7..e75cad84 100644 --- a/items/MEGALODON;3.json +++ b/items/MEGALODON;3.json @@ -7,6 +7,7 @@ "§8Fishing Pet", "", "§7Strength: §a+{STRENGTH}", + "§7Ferocity: §a+{FEROCITY}", "§7Magic Find: §a+{MAGIC_FIND}", "", "§6Blood Scent", @@ -26,9 +27,9 @@ "internalname": "MEGALODON;3", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Megalodon_Pet" ] -}
\ No newline at end of file +} diff --git a/items/MEGALODON;4.json b/items/MEGALODON;4.json index 6c740ab8..57394b86 100644 --- a/items/MEGALODON;4.json +++ b/items/MEGALODON;4.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Megalodon", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §a+{STRENGTH}\",3:\"§7Magic Find: §a+{MAGIC_FIND}\",4:\"\",5:\"§6Blood Scent\",6:\"§7§7Deal up to §c+{0}% §c❁ Damage\",7:\"§c§7based on the enemy\u0027s missing\",8:\"§7health\",9:\"\",10:\"§6Enhanced Scales\",11:\"§7§7Increases the stats of Shark\",12:\"§7Armor by §a{1}%\",13:\"\",14:\"§6Feeding Frenzy\",15:\"§7§7On kill gain §c{3}❁ Damage\",16:\"§c§7and §f✦ Speed §7for 5 seconds\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":2.535397517928685E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_LUCKY_CLOVER\\\",\\\"candyUsed\\\":10}\",originTag:\"PET_MENU\",id:\"MEGALODON;4\",uuid:\"11535d40-b949-476d-a333-edca6189e2cf\",timestamp:\"9/17/20 11:29 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §a+{STRENGTH}\",3:\"§7Magic Find: §a+{MAGIC_FIND}\",4:\"\",5:\"§6Blood Scent\",6:\"§7§7Deal up to §c+{0}% §c❁ Damage\",7:\"§c§7based on the enemy\u0027s missing\",8:\"§7health\",9:\"\",10:\"§6Enhanced Scales\",11:\"§7§7Increases the stats of Shark\",12:\"§7Armor by §a{1}%\",13:\"\",14:\"§6Feeding Frenzy\",15:\"§7§7On kill gain §c{2}❁ Damage\",16:\"§c§7and §f✦ Speed §7for 5 seconds\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":2.535397517928685E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_LUCKY_CLOVER\\\",\\\"candyUsed\\\":10}\",originTag:\"PET_MENU\",id:\"MEGALODON;4\",uuid:\"11535d40-b949-476d-a333-edca6189e2cf\",timestamp:\"9/17/20 11:29 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", "", "§7Strength: §a+{STRENGTH}", + "§7Ferocity: §a+{FEROCITY}", "§7Magic Find: §a+{MAGIC_FIND}", "", "§6Blood Scent", @@ -19,7 +20,7 @@ "§7Armor by §a{1}%", "", "§6Feeding Frenzy", - "§7§7On kill gain §c{3}❁ Damage", + "§7§7On kill gain §c{2}❁ Damage", "§c§7and §f✦ Speed §7for 5 seconds", "", "§7§eRight-click to add this pet to", @@ -30,9 +31,9 @@ "internalname": "MEGALODON;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Megalodon_Pet" ] -}
\ No newline at end of file +} diff --git a/items/MELON_DICER.json b/items/MELON_DICER.json new file mode 100644 index 00000000..e5656a46 --- /dev/null +++ b/items/MELON_DICER.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:diamond_axe", + "displayname": "§5Melon Dicer", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gain §a+5% §7Farming exp from melons\",1:\"\",2:\"§6Item Ability: Roll em\u0027\",3:\"§7Every melon you break, you\",4:\"§7make a wish to §dRNGesus\",5:\"§d§7which may grant you with a\",6:\"§7few or TONS of extra melons!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC AXE\"],Name:\"§5Melon Dicer\"},ExtraAttributes:{id:\"MELON_DICER\"}}", + "damage": 0, + "lore": [ + "§7Gain §a+5% §7Farming exp from melons", + "", + "§6Item Ability: Roll em\u0027", + "§7Every melon you break, you", + "§7make a wish to §dRNGesus", + "§d§7which may grant you with a", + "§7few or TONS of extra melons!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC AXE" + ], + "internalname": "MELON_DICER", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Melon_Dicer" + ] +}
\ 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/MINING_1_PORTAL.json b/items/MINING_1_PORTAL.json index 278483b0..8c017fbe 100644 --- a/items/MINING_1_PORTAL.json +++ b/items/MINING_1_PORTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fPortal to the Gold Mine", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"877d9432-6278-3022-b96c-b956bad19c53\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzNiYzk2NWQ1NzljM2M2MDM5ZjBhMTdlYjdjMmU2ZmFmNTM4YzdhNWRlOGU2MGVjN2E3MTkzNjBkMGE4NTdhOSJ9fX0=\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Gold Mine§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Gold Mine\"},ExtraAttributes:{id:\"MINING_1_PORTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"877d9432-6278-3022-b96c-b956bad19c53\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzNiYzk2NWQ1NzljM2M2MDM5ZjBhMTdlYjdjMmU2ZmFmNTM4YzdhNWRlOGU2MGVjN2E3MTkzNjBkMGE4NTdhOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Gold Mine§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Gold Mine\"},ExtraAttributes:{id:\"MINING_1_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", @@ -27,5 +27,10 @@ }, "internalname": "MINING_1_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ No newline at end of file diff --git a/items/MINING_2_PORTAL.json b/items/MINING_2_PORTAL.json index 9bff9f08..816b8f37 100644 --- a/items/MINING_2_PORTAL.json +++ b/items/MINING_2_PORTAL.json @@ -27,6 +27,10 @@ }, "internalname": "MINING_2_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Diamond III" + "modver": "1.5-REL", + "crafttext": "Requires: Diamond III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] }
\ No newline at end of file diff --git a/items/MINION_STORAGE_EXPANDER.json b/items/MINION_STORAGE_EXPANDER.json index 723f4724..ecdc4c97 100644 --- a/items/MINION_STORAGE_EXPANDER.json +++ b/items/MINION_STORAGE_EXPANDER.json @@ -16,6 +16,9 @@ "internalname": "MINION_STORAGE_EXPANDER", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Storage_X-pender" + ] }
\ 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..0a6d18f1 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/MUTANT_NETHER_STALK.json b/items/MUTANT_NETHER_STALK.json new file mode 100644 index 00000000..c1d63bce --- /dev/null +++ b/items/MUTANT_NETHER_STALK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Mutant Nether Wart", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"94c29902-dee6-3e1a-ba2e-e13e2bc243a4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTExYTNjZWM3YWFmOTA0MjEyY2NmOTNiYjY3YTNjYWYzZDY0OTc4M2JhOTBiOGI2MGJiNjNjNzY4N2ViMzlmIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Mutant Nether Wart\"},ExtraAttributes:{id:\"MUTANT_NETHER_STALK\"}}", + "damage": 3, + "lore": [ + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_NETHER_STALK:32", + "A3": "", + "B1": "ENCHANTED_NETHER_STALK:32", + "B2": "ENCHANTED_NETHER_STALK:32", + "B3": "ENCHANTED_NETHER_STALK:32", + "C1": "", + "C2": "ENCHANTED_NETHER_STALK:32", + "C3": "" + }, + "internalname": "MUTANT_NETHER_STALK", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "Requires: Nether Wart XII", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mutant_Nether_Wart" + ] +}
\ No newline at end of file diff --git a/items/NECROMANCER_BROOCH.json b/items/NECROMANCER_BROOCH.json index 31a8d3af..77c09496 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_STALK.json b/items/NETHER_STALK.json index 618a4ac4..12ac0c0e 100644 --- a/items/NETHER_STALK.json +++ b/items/NETHER_STALK.json @@ -9,5 +9,10 @@ ], "internalname": "NETHER_STALK", "clickcommand": "", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nether_Wart" + ] }
\ 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..33cb114a 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": "" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nurse_Shark_Tooth" + ] +} diff --git a/items/OCELOT;0.json b/items/OCELOT;0.json index 8e15f13e..9acf3d39 100644 --- a/items/OCELOT;0.json +++ b/items/OCELOT;0.json @@ -7,6 +7,7 @@ "§8Foraging Pet", "", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ocelot_Pet" ] -}
\ No newline at end of file +} diff --git a/items/OCELOT;1.json b/items/OCELOT;1.json index b3af02e2..d7e7017d 100644 --- a/items/OCELOT;1.json +++ b/items/OCELOT;1.json @@ -7,6 +7,7 @@ "§8Foraging Pet", "", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ocelot_Pet" ] -}
\ No newline at end of file +} diff --git a/items/OCELOT;2.json b/items/OCELOT;2.json index edb7bfed..71b7a438 100644 --- a/items/OCELOT;2.json +++ b/items/OCELOT;2.json @@ -7,6 +7,7 @@ "§8Foraging Pet", "", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", @@ -41,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ocelot_Pet" ] -}
\ No newline at end of file +} diff --git a/items/OCELOT;3.json b/items/OCELOT;3.json index cd9e7159..e5eb3000 100644 --- a/items/OCELOT;3.json +++ b/items/OCELOT;3.json @@ -7,6 +7,7 @@ "§8Foraging Pet", "", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", @@ -41,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ocelot_Pet" ] -}
\ No newline at end of file +} diff --git a/items/OCELOT;4.json b/items/OCELOT;4.json index 6982220f..fcd08430 100644 --- a/items/OCELOT;4.json +++ b/items/OCELOT;4.json @@ -7,6 +7,7 @@ "§8Foraging Pet", "", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", @@ -45,4 +46,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ocelot_Pet" ] -}
\ No newline at end of file +} diff --git a/items/OLD_BABY.json b/items/OLD_BABY.json new file mode 100644 index 00000000..1f83d4b5 --- /dev/null +++ b/items/OLD_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"99610800-074c-3878-b1cc-d94c6f59356f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmVhZjgzNmI3MTgzNTU0MjY5NjQ3ODI3Mjg5YzY3YTM4NTVlOGQwYjM0NTcxOTMyODE4OGRlZmRiZDA1YTY0YiJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Old Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"OLD_BABY\",uuid:\"8e2b9cd4-c2a1-4966-88e4-361746c7191d\",timestamp:\"10/27/20 5:34 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Old Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "OLD_BABY", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ 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/PARKOUR_CONTROLLER.json b/items/PARKOUR_CONTROLLER.json new file mode 100644 index 00000000..ddbd18b8 --- /dev/null +++ b/items/PARKOUR_CONTROLLER.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:light_weighted_pressure_plate", + "displayname": "§fParkour Start/End", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Create the start/end of parkour\",1:\"§7courses on your private island!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 1\",4:\"§f§lCOMMON\"],Name:\"§fParkour Start/End\"},ExtraAttributes:{id:\"PARKOUR_CONTROLLER\"}}", + "damage": 0, + "lore": [ + "§7Create the start/end of parkour", + "§7courses on your private island!", + "", + "§7§4❣ §cRequires §aSocial Skill 1", + "§f§lCOMMON" + ], + "internalname": "PARKOUR_CONTROLLER", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PARKOUR_POINT.json b/items/PARKOUR_POINT.json new file mode 100644 index 00000000..5533acc9 --- /dev/null +++ b/items/PARKOUR_POINT.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:heavy_weighted_pressure_plate", + "displayname": "§fParkour Checkpoint", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Create checkpoints for parkour\",1:\"§7courses on your private island!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 1\",4:\"§f§lCOMMON\"],Name:\"§fParkour Checkpoint\"},ExtraAttributes:{id:\"PARKOUR_POINT\"}}", + "damage": 0, + "lore": [ + "§7Create checkpoints for parkour", + "§7courses on your private island!", + "", + "§7§4❣ §cRequires §aSocial Skill 1", + "§f§lCOMMON" + ], + "internalname": "PARKOUR_POINT", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PARKOUR_TIMES.json b/items/PARKOUR_TIMES.json new file mode 100644 index 00000000..5e41b37b --- /dev/null +++ b/items/PARKOUR_TIMES.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:iron_block", + "displayname": "§fParkour Times", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Places a hologram displaying the\",1:\"§7top parkour times of players on\",2:\"§7your island. Click to select\",3:\"§7which parkour is displayed.\",4:\"\",5:\"§7§4❣ §cRequires §aSocial Skill 1\",6:\"§f§lCOMMON\"],Name:\"§fParkour Times\"},ExtraAttributes:{id:\"PARKOUR_TIMES\"}}", + "damage": 0, + "lore": [ + "§7Places a hologram displaying the", + "§7top parkour times of players on", + "§7your island. Click to select", + "§7which parkour is displayed.", + "", + "§7§4❣ §cRequires §aSocial Skill 1", + "§f§lCOMMON" + ], + "internalname": "PARKOUR_TIMES", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ 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/PET_ITEM_SPOOKY_CUPCAKE.json b/items/PET_ITEM_SPOOKY_CUPCAKE.json new file mode 100644 index 00000000..dcd06af9 --- /dev/null +++ b/items/PET_ITEM_SPOOKY_CUPCAKE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aSpooky Cupcake", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"17d66611-a79c-3662-b09f-29c7fcd34fdb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDk3YWQ5OWQ1M2FhY2NlNmI3YTg0ZDg3NGU2N2I4YzU2ZmFkZWRmZGY2YTI1NjVjNzYyNmNlZmJmYzMwYzM1MSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Increases §c❁ Strength §7by\",8:\"§7§a30 §7and §f✦ Speed §7by §a20\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§egive it this item!\",12:\"\",13:\"§a§lUNCOMMON PET ITEM\"],Name:\"§f§f§aSpooky Cupcake\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"PET_ITEM_SPOOKY_CUPCAKE\",uuid:\"c2e88a19-2b1a-466d-8708-a67ab9d8ccdb\",timestamp:\"10/31/20 4:55 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet items can boost pets in", + "§7various ways but pets can only", + "§7hold 1 item at a time so choose", + "§7wisely!", + "", + "§7§7Increases §c❁ Strength §7by", + "§7§a30 §7and §f✦ Speed §7by §a20", + "", + "§7§eRight click on your pet to", + "§egive it this item!", + "", + "§a§lUNCOMMON PET ITEM" + ], + "internalname": "PET_ITEM_SPOOKY_CUPCAKE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" + ] +}
\ No newline at end of file diff --git a/items/PET_ITEM_VAMPIRE_FANG.json b/items/PET_ITEM_VAMPIRE_FANG.json new file mode 100644 index 00000000..d9bec2f3 --- /dev/null +++ b/items/PET_ITEM_VAMPIRE_FANG.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:ghast_tear", + "displayname": "§f§f§6Vampire Fang", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Upgrades a Bat pet from\",8:\"§7§6Legendary §7to §dMythic\",9:\"§d§7adding a bonus perk and bonus\",10:\"§7stats!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§egive it this item!\",14:\"\",15:\"§6§lLEGENDARY PET ITEM\"],Name:\"§f§f§6Vampire Fang\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"PET_ITEM_VAMPIRE_FANG\",uuid:\"6304a546-069c-4b05-80f2-8f31280e25c5\",timestamp:\"11/2/20 6:08 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet items can boost pets in", + "§7various ways but pets can only", + "§7hold 1 item at a time so choose", + "§7wisely!", + "", + "§7§7Upgrades a Bat pet from", + "§7§6Legendary §7to §dMythic", + "§d§7adding a bonus perk and bonus", + "§7stats!", + "", + "§7§eRight click on your pet to", + "§egive it this item!", + "", + "§6§lLEGENDARY PET ITEM" + ], + "internalname": "PET_ITEM_VAMPIRE_FANG", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Vampire_Fang" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_SHEEP_BLACK.json b/items/PET_SKIN_SHEEP_BLACK.json new file mode 100644 index 00000000..30facf1d --- /dev/null +++ b/items/PET_SKIN_SHEEP_BLACK.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aBlack Sheep Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a44786f8-b0f4-3e43-ad1b-64956113adec\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWE5ZGNkYTY0MmE4MDdjZDJkYWE0YWE2YmU4N2NlZjk2ZTA4YThjOGY1Y2VjMjY1N2RkYTQyNjZjNmE4ODRjMiJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Sheep pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§a§lUNCOMMON COSMETIC\"],Name:\"§aBlack Sheep Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SHEEP_BLACK\",uuid:\"76ecd4eb-b84f-4152-bd85-37a9f68dcc8a\",timestamp:\"11/7/20 6:09 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Sheep pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "PET_SKIN_SHEEP_BLACK", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_SHEEP_LIGHT_BLUE.json b/items/PET_SKIN_SHEEP_LIGHT_BLUE.json new file mode 100644 index 00000000..e6c5111e --- /dev/null +++ b/items/PET_SKIN_SHEEP_LIGHT_BLUE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aLight Blue Sheep Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5ee3925d-b768-331c-af39-d00e1363aa1f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzIyMjIwZGUxYTg2M2JjNWQ5YjllN2E2YTNiMDMyMTRjOWYzZDY5OGVkM2ZlMGQyODIyMGYzYjkzYjc2ODVjNSJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Sheep pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§a§lUNCOMMON COSMETIC\"],Name:\"§aLight Blue Sheep Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SHEEP_LIGHT_BLUE\",uuid:\"61f0e57e-fa19-4f8d-837e-3da2006784c7\",timestamp:\"11/7/20 6:13 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Sheep pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "PET_SKIN_SHEEP_LIGHT_BLUE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_SHEEP_LIGHT_GREEN.json b/items/PET_SKIN_SHEEP_LIGHT_GREEN.json new file mode 100644 index 00000000..b0cc61c1 --- /dev/null +++ b/items/PET_SKIN_SHEEP_LIGHT_GREEN.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aLight Green Sheep Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"235159c0-4c38-356f-8a2b-519b15d03730\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2YxODNlYzJmZTU4ZmFhNDNlNTY4NDE5YjdhMGRjNDQ2ZWNlNGVhMGJlNTJlYzc4NGM5NGUxZDc0Yjc1OTM5ZCJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Sheep pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§a§lUNCOMMON COSMETIC\"],Name:\"§aLight Green Sheep Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SHEEP_LIGHT_GREEN\",uuid:\"8148f172-9301-46f9-b5ed-63ba32a27f77\",timestamp:\"11/7/20 6:12 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Sheep pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "PET_SKIN_SHEEP_LIGHT_GREEN", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_SHEEP_PINK.json b/items/PET_SKIN_SHEEP_PINK.json new file mode 100644 index 00000000..6dcfbb74 --- /dev/null +++ b/items/PET_SKIN_SHEEP_PINK.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aPink Sheep Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8899dc3a-c587-3d3e-8c1a-aa0fba9c38d5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWZhNzc0NzY4NGRjYjk2MTkyZDkwMzQyY2VhNjI3NDJlYzM2M2RhMDdjYjVlNmUyNWVlY2VjODg4Y2QyMDc2In19fQo\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Sheep pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§a§lUNCOMMON COSMETIC\"],Name:\"§aPink Sheep Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SHEEP_PINK\",uuid:\"2ed595c6-4d41-457f-a052-1842b914d114\",timestamp:\"11/6/20 7:18 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Sheep pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "PET_SKIN_SHEEP_PINK", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_SHEEP_PURPLE.json b/items/PET_SKIN_SHEEP_PURPLE.json new file mode 100644 index 00000000..ca4becbb --- /dev/null +++ b/items/PET_SKIN_SHEEP_PURPLE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aPurple Sheep Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"98d9a319-e671-34a0-b1da-a912ef421fc9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTlhODhjZjdkZDMzMDYzNTg3YzZiNTQwZTYxMzBhYmM1ZDA3ZjFhNjVjNDc1NzNhYjNjMWFkM2NjZWM4ODU3ZiJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Sheep pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§a§lUNCOMMON COSMETIC\"],Name:\"§aPurple Sheep Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SHEEP_PURPLE\",uuid:\"251bc697-5c50-4da8-9bbe-fa410663058a\",timestamp:\"11/7/20 6:15 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Sheep pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "PET_SKIN_SHEEP_PURPLE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_SHEEP_WHITE.json b/items/PET_SKIN_SHEEP_WHITE.json new file mode 100644 index 00000000..4a451296 --- /dev/null +++ b/items/PET_SKIN_SHEEP_WHITE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aWhite Sheep Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"354676d5-1529-327c-b06e-899b92132403\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjkyYTFhNWMzMjVmMjVmNzQzOGEwYWJiNGY4NmJhNmNmNzU1NTJkMDJjNzM0OWE3MjkyOTgxNDU5YjMxZDJmNyJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Sheep pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§a§lUNCOMMON COSMETIC\"],Name:\"§aWhite Sheep Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SHEEP_WHITE\",uuid:\"3c2d7704-de41-49cb-841c-30bd42d87351\",timestamp:\"11/7/20 6:14 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Sheep pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "PET_SKIN_SHEEP_WHITE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PHANTOM_ROD.json b/items/PHANTOM_ROD.json new file mode 100644 index 00000000..84e9a9f5 --- /dev/null +++ b/items/PHANTOM_ROD.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:fishing_rod", + "displayname": "§f§f§6Phantom Rod", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+125\",2:\"\",3:\"§6Item Ability: Phantom Impel §e§lLEFT CLICK\",4:\"§7Terrify hooked enemies pushing\",5:\"§7them away and dealing massive\",6:\"§7damage.\",7:\"\",8:\"§7Increases fishing speed by §965%\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY FISHING WEAPON\"],Name:\"§f§f§6Phantom Rod\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"PHANTOM_ROD\",uuid:\"2c280533-f00d-4ed0-9854-0326c5b536d1\",timestamp:\"11/2/20 7:37 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Damage: §c+200", + "§7Strength: §c+125", + "", + "§6Item Ability: Phantom Impel §e§lLEFT CLICK", + "§7Terrify hooked enemies pushing", + "§7them away and dealing massive", + "§7damage.", + "", + "§7Increases fishing speed by §965%", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY FISHING WEAPON" + ], + "internalname": "PHANTOM_ROD", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Phantom_Rod" + ] +}
\ 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;3.json b/items/PIGMAN;3.json index 83912369..f8121a2b 100644 --- a/items/PIGMAN;3.json +++ b/items/PIGMAN;3.json @@ -6,6 +6,7 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", "§7Defense: §a{DEFENSE}", "", @@ -43,4 +44,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pigman_Pet" ] -}
\ No newline at end of file +} diff --git a/items/PIGMAN;4.json b/items/PIGMAN;4.json index f0279af1..367b19c6 100644 --- a/items/PIGMAN;4.json +++ b/items/PIGMAN;4.json @@ -6,6 +6,7 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", "§7Defense: §a{DEFENSE}", "", @@ -47,4 +48,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pigman_Pet" ] -}
\ No newline at end of file +} 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/POLISHED_PUMPKIN.json b/items/POLISHED_PUMPKIN.json new file mode 100644 index 00000000..312ed536 --- /dev/null +++ b/items/POLISHED_PUMPKIN.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Polished Pumpkin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3508645c-9fd9-3501-b79c-d490f6c4d028\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRiNzExZmY1MmVlZGRhNTljNDM0YmIwMzE2OTc2M2Q3YzQwYjViODkxMjc3NzhmZWFjZDYzYWE5NGRmYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Polished Pumpkin\"},ExtraAttributes:{id:\"POLISHED_PUMPKIN\"}}", + "damage": 3, + "lore": [ + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_PUMPKIN:32", + "A3": "", + "B1": "ENCHANTED_PUMPKIN:32", + "B2": "ENCHANTED_PUMPKIN:32", + "B3": "ENCHANTED_PUMPKIN:32", + "C1": "", + "C2": "ENCHANTED_PUMPKIN:32", + "C3": "" + }, + "internalname": "POLISHED_PUMPKIN", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "Requires: Pumpkin X", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Polished_Pumpkin" + ] +}
\ No newline at end of file diff --git a/items/POOCH_SWORD.json b/items/POOCH_SWORD.json index 268ea557..134895fe 100644 --- a/items/POOCH_SWORD.json +++ b/items/POOCH_SWORD.json @@ -2,7 +2,6 @@ "internalname": "POOCH_SWORD", "itemid": "minecraft:golden_sword", "displayname": "§6Pooch Sword", - "clickcommand": "", "damage": 0, "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+20\",2:\"§7Crit Damage: §c+50%\",3:\"\",4:\"§7Speed: §a+5\",5:\"\",6:\"§7Deal §c+1 Damage §7per §c50 max ❤§7.\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Gain §c+150❁ Strength §7against wolves.\",9:\"\",10:\"§c☠ §5Requires Wolf LVL 6\",11:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pooch Sword\"},ExtraAttributes:{hot_potato_count:10,hotPotatoBonus:\"STRENGTH\u003d20;DAMAGE\u003d20;\",modifier:\"spicy\",originTag:\"POOCH_SWORD\",id:\"POOCH_SWORD\",uuid:\"9ce05e48-1368-492d-9ddc-500a01e21e45\",anvil_uses:16,timestamp:\"3/19/20 9:20 AM\"}}", "modver": "1.0.0", @@ -36,4 +35,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pooch_Sword" ] -}
\ 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..5c1b44d4 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/PROTECTOR_BABY.json b/items/PROTECTOR_BABY.json new file mode 100644 index 00000000..9ea3fe87 --- /dev/null +++ b/items/PROTECTOR_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0ef061e1-4b93-3296-bb58-02dde676655c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTc5YzkxNDQ0OTZkMjFmMzMzNGIzMjQzN2RlZWI2MzM3OTc2NjM5OWQwYTkyYmMwNjcxMmJhNTkyYmMyMzdlNiJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Protector Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PROTECTOR_BABY\",uuid:\"64747465-8a38-4abd-a4e2-a21aa4f342da\",timestamp:\"10/26/20 4:57 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Protector Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PROTECTOR_BABY", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PUMPKIN_BOMB.json b/items/PUMPKIN_BOMB.json new file mode 100644 index 00000000..661d4944 --- /dev/null +++ b/items/PUMPKIN_BOMB.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Blast o\u0027 Lantern", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3263c14e-c555-365e-a244-0ee97a8b2056\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhmMmZmYzZmYjRlOTk1OWI5YTdhMzE3ZjUxYTY3NzVhMTU5ZGRjMjI0MWRiZDZjNzc0ZDNhYzA4YjYifX19\"}]}},display:{Lore:[0:\"§7Throwable explosive. Deals §a2\",1:\"§a§7damage to §6Spooky §7enemies\",2:\"§7and §c9,546 §7damage against\",3:\"§7non-scary enemies!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Blast o\u0027 Lantern\"},ExtraAttributes:{id:\"PUMPKIN_BOMB\"}}", + "damage": 3, + "lore": [ + "§7Throwable explosive. Deals §a2", + "§a§7damage to §6Spooky §7enemies", + "§7and §c9,546 §7damage against", + "§7non-scary enemies!", + "", + "§9§lRARE" + ], + "internalname": "PUMPKIN_BOMB", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Blast_o%27_Lantern" + ] +}
\ No newline at end of file diff --git a/items/PUMPKIN_DICER.json b/items/PUMPKIN_DICER.json new file mode 100644 index 00000000..97bb29ec --- /dev/null +++ b/items/PUMPKIN_DICER.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:golden_axe", + "displayname": "§5Pumpkin Dicer", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gain §a+5% §7Farming exp from pumpkins\",1:\"\",2:\"§6Item Ability: Roll em\u0027\",3:\"§7Every pumpkin you break, you\",4:\"§7make a wish to §dRNGesus\",5:\"§d§7which may grant you with a\",6:\"§7few or TONS of extra\",7:\"§7pumpkins!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC AXE\"],Name:\"§5Pumpkin Dicer\"},ExtraAttributes:{id:\"PUMPKIN_DICER\"}}", + "damage": 0, + "lore": [ + "§7Gain §a+5% §7Farming exp from pumpkins", + "", + "§6Item Ability: Roll em\u0027", + "§7Every pumpkin you break, you", + "§7make a wish to §dRNGesus", + "§d§7which may grant you with a", + "§7few or TONS of extra", + "§7pumpkins!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC AXE" + ], + "internalname": "PUMPKIN_DICER", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pumpkin_Dicer" + ] +}
\ No newline at end of file diff --git a/items/PUMPKIN_GUTS.json b/items/PUMPKIN_GUTS.json new file mode 100644 index 00000000..3af44920 --- /dev/null +++ b/items/PUMPKIN_GUTS.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:pumpkin_seeds", + "displayname": "§aPumpkin Guts", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Why does Halloween have to be so\",1:\"§7gross?\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aPumpkin Guts\"},ExtraAttributes:{id:\"PUMPKIN_GUTS\"}}", + "damage": 0, + "lore": [ + "§7Why does Halloween have to be so", + "§7gross?", + "", + "§eRight-click to view recipes!", + "", + "§a§lUNCOMMON" + ], + "internalname": "PUMPKIN_GUTS", + "clickcommand": "", + "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 new file mode 100644 index 00000000..dea784da --- /dev/null +++ b/items/PUMPKIN_LAUNCHER.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:pumpkin", + "displayname": "§5Pumpkin Launcher", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Shoots §6Blast o\u0027 Lanterns§7.\",1:\"§7Deals §a2 §7damage to §6Spooky\",2:\"§6§7enemies and §c9,090 §7damage\",3:\"§7against non-scary enemies!\",4:\"\",5:\"§7Blast o\u0027 Lanterns: §60§8/20k\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Pumpkin Launcher\"},ExtraAttributes:{id:\"PUMPKIN_LAUNCHER\"}}", + "damage": 0, + "lore": [ + "§7Shoots §6Blast o\u0027 Lanterns§7.", + "§7Deals §a2 §7damage to §6Spooky", + "§6§7enemies and §c9,090 §7damage", + "§7against non-scary enemies!", + "", + "§7Blast o\u0027 Lanterns: §60§8/20k", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "PUMPKIN_GUTS:4", + "A2": "ECTOPLASM:20", + "A3": "PUMPKIN_GUTS:4", + "B1": "PUMPKIN_GUTS:4", + "B2": "PUMPKIN_BOMB:64", + "B3": "PUMPKIN_GUTS:4", + "C1": "PUMPKIN_GUTS:4", + "C2": "ECTOPLASM:20", + "C3": "PUMPKIN_GUTS:4" + }, + "internalname": "PUMPKIN_LAUNCHER", + "clickcommand": "viewrecipe", + "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 new file mode 100644 index 00000000..ffcfdd4f --- /dev/null +++ b/items/ROCK_CANDY.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aRock Candy", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a84ff8d6-7300-37fa-ab20-e91cb0a2e963\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmIyMTYxN2QyNzU1YmMyMGY4ZjdlMzg4ZjQ5ZTQ4NTgyNzQ1ZmVjMTZiYjE0Yzc3NmY3MTE4Zjk4YzU1ZTgifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Sweet §7reforge\",5:\"§7to accessories.\",6:\"\",7:\"§7§8§oAccessories have never\",8:\"§8§otasted so sweet.\",9:\"\",10:\"§a§lUNCOMMON REFORGE STONE\"],Name:\"§aRock Candy\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ROCK_CANDY\",uuid:\"929ba6a6-1d14-4b39-8fe7-f014f186b1ec\",timestamp:\"10/30/20 2:18 PM\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Sweet §7reforge", + "§7to accessories.", + "", + "§7§8§oAccessories have never", + "§8§otasted so sweet.", + "", + "§a§lUNCOMMON REFORGE STONE" + ], + "internalname": "ROCK_CANDY", + "crafttext": "", + "clickcommand": "", + "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/ROCK_PAPER_SHEARS.json b/items/ROCK_PAPER_SHEARS.json new file mode 100644 index 00000000..7a4e0dad --- /dev/null +++ b/items/ROCK_PAPER_SHEARS.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:shears", + "displayname": "§aRock Paper Shears", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Click this item to initiate a\",1:\"§7tournament of Rock Paper Shears\",2:\"§7with all of the players on your\",3:\"§7island!\",4:\"\",5:\"§7Outsmart your opponents by\",6:\"§7choosing the least picked option\",7:\"§7to win the round! Final round\",8:\"§7uses classic rules.\",9:\"\",10:\"§7§4❣ §cRequires §aSocial Skill 8\",11:\"§a§lUNCOMMON\"],Name:\"§aRock Paper Shears\"},ExtraAttributes:{id:\"ROCK_PAPER_SHEARS\"}}", + "damage": 0, + "lore": [ + "§7Click this item to initiate a", + "§7tournament of Rock Paper Shears", + "§7with all of the players on your", + "§7island!", + "", + "§7Outsmart your opponents by", + "§7choosing the least picked option", + "§7to win the round! Final round", + "§7uses classic rules.", + "", + "§7§4❣ §cRequires §aSocial Skill 8", + "§a§lUNCOMMON" + ], + "internalname": "ROCK_PAPER_SHEARS", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ 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/SHOWCASE_BLOCK.json b/items/SHOWCASE_BLOCK.json new file mode 100644 index 00000000..78d2b100 --- /dev/null +++ b/items/SHOWCASE_BLOCK.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:glass", + "displayname": "§aShowcase Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Show off an item in this fancy\",1:\"§7glass display box! §e§lRIGHT\",2:\"§e§lCLICK §7to put in or swap an\",3:\"§7item.\",4:\"\",5:\"§7§4❣ §cRequires §aSocial Skill 10\",6:\"§a§lUNCOMMON\"],Name:\"§aShowcase Block\"},ExtraAttributes:{id:\"SHOWCASE_BLOCK\"}}", + "damage": 0, + "lore": [ + "§7Show off an item in this fancy", + "§7glass display box! §e§lRIGHT", + "§e§lCLICK §7to put in or swap an", + "§7item.", + "", + "§7§4❣ §cRequires §aSocial Skill 10", + "§a§lUNCOMMON" + ], + "internalname": "SHOWCASE_BLOCK", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file 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/SKELETON_LORD_BOOTS.json b/items/SKELETON_LORD_BOOTS.json new file mode 100644 index 00000000..ca8faf5d --- /dev/null +++ b/items/SKELETON_LORD_BOOTS.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§6Skeleton Lord Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d112 \",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19% \",3:\"\",4:\"§7Health: §a+14 HP\",5:\"§7Defense: §a+28 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:2523397,Name:\"§6Skeleton Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d112 ", + "§7Crit Chance: §c+1%", + "§7Crit Damage: §c+19% ", + "", + "§7Health: §a+14 HP", + "§7Defense: §a+28 ", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§6§lLEGENDARY DUNGEON BOOTS" + ], + "internalname": "SKELETON_LORD_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Lord_Armor" + ] +}
\ No newline at end of file diff --git a/items/SKELETON_LORD_CHESTPLATE.json b/items/SKELETON_LORD_CHESTPLATE.json new file mode 100644 index 00000000..4cb43e13 --- /dev/null +++ b/items/SKELETON_LORD_CHESTPLATE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Skeleton Lord Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d172 \",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19% \",3:\"\",4:\"§7Health: §a+26 HP \",5:\"§7Defense: §a+52 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:2523397,Name:\"§6Skeleton Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d172 ", + "§7Crit Chance: §c+1%", + "§7Crit Damage: §c+19% ", + "", + "§7Health: §a+26 HP ", + "§7Defense: §a+52 ", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§6§lLEGENDARY DUNGEON CHESTPLATE" + ], + "internalname": "SKELETON_LORD_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Lord_Armor" + ] +}
\ No newline at end of file diff --git a/items/SKELETON_LORD_HELMET.json b/items/SKELETON_LORD_HELMET.json new file mode 100644 index 00000000..f392734f --- /dev/null +++ b/items/SKELETON_LORD_HELMET.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§6Skeleton Lord Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d122\",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19%\",3:\"\",4:\"§7Health: §a+16 HP\",5:\"§7Defense: §a+32 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON HELMET\"],color:2523397,Name:\"§6Skeleton Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d122", + "§7Crit Chance: §c+1%", + "§7Crit Damage: §c+19%", + "", + "§7Health: §a+16 HP", + "§7Defense: §a+32 ", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "internalname": "SKELETON_LORD_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Lord_Armor" + ] +}
\ No newline at end of file diff --git a/items/SKELETON_LORD_LEGGINGS.json b/items/SKELETON_LORD_LEGGINGS.json new file mode 100644 index 00000000..6f724304 --- /dev/null +++ b/items/SKELETON_LORD_LEGGINGS.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6Skeleton Lord Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d162 \",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19% \",3:\"\",4:\"§7Health: §a+24 HP \",5:\"§7Defense: §a+48 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:2523397,Name:\"§6Skeleton Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d162 ", + "§7Crit Chance: §c+1%", + "§7Crit Damage: §c+19% ", + "", + "§7Health: §a+24 HP ", + "§7Defense: §a+48 ", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§6§lLEGENDARY DUNGEON LEGGINGS" + ], + "internalname": "SKELETON_LORD_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Lord_Armor" + ] +}
\ No newline at end of file diff --git a/items/SKYBLOCK_MENU.json b/items/SKYBLOCK_MENU.json index 93efccd0..6eb9335a 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": "" -}
\ No newline at end of file + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/SkyBlock_Menu" + ] +} 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/SOCIAL_DISPLAY.json b/items/SOCIAL_DISPLAY.json new file mode 100644 index 00000000..0ecbc990 --- /dev/null +++ b/items/SOCIAL_DISPLAY.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:gold_block", + "displayname": "§aSocial Display", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Places a hologram displaying the\",1:\"§7top players on your island by\",2:\"§7points.\",3:\"\",4:\"§7§4❣ §cRequires §aSocial Skill 2\",5:\"§a§lUNCOMMON\"],Name:\"§aSocial Display\"},ExtraAttributes:{id:\"SOCIAL_DISPLAY\"}}", + "damage": 0, + "lore": [ + "§7Places a hologram displaying the", + "§7top players on your island by", + "§7points.", + "", + "§7§4❣ §cRequires §aSocial Skill 2", + "§a§lUNCOMMON" + ], + "internalname": "SOCIAL_DISPLAY", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SOUL_FRAGMENT.json b/items/SOUL_FRAGMENT.json new file mode 100644 index 00000000..157530e4 --- /dev/null +++ b/items/SOUL_FRAGMENT.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Soul Fragment", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e1b7a919-7d51-3c04-b268-2d35eea99f7e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDFjODc0NTRmMWVlNTg1YjkwZmRiM2EzZTQwOTUyYTVjMmY4MGMwYTQ5ZGZlYzYyODcwZmRmZjE4Mzk2N2E4NCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Dropped by Grim Reaper sea\",1:\"§7creatures during the Spooky\",2:\"§7Festival\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Soul Fragment\"},ExtraAttributes:{id:\"SOUL_FRAGMENT\"}}", + "damage": 3, + "lore": [ + "§7Dropped by Grim Reaper sea", + "§7creatures during the Spooky", + "§7Festival", + "", + "§eRight-click to view recipes!", + "", + "§5§lEPIC" + ], + "internalname": "SOUL_FRAGMENT", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Soul_Fragment" + ] +}
\ No newline at end of file diff --git a/items/SOUL_WHIP.json b/items/SOUL_WHIP.json new file mode 100644 index 00000000..7946a115 --- /dev/null +++ b/items/SOUL_WHIP.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:fishing_rod", + "displayname": "§6Soul 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": [ + "§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.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/STRONG_BABY.json b/items/STRONG_BABY.json new file mode 100644 index 00000000..41e9dde4 --- /dev/null +++ b/items/STRONG_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c214608a-8867-3c7f-b62e-ec18f622de3a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVjMTBiMGRjZWI1YmIzNGFmMmNiOTUzNzMzZjAxZjIwYmIzYWFmZDVmMjFmZTBlYWRmMWNjNGNlN2Y0ZGFiNCJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Strong Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"STRONG_BABY\",uuid:\"a56466a4-d345-4dc7-a8d1-292193bd4941\",timestamp:\"10/26/20 4:58 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Strong Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "STRONG_BABY", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ 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_MAGIC_MUSHROOM_SOUP.json b/items/SUPER_MAGIC_MUSHROOM_SOUP.json index f545a879..88086e8c 100644 --- a/items/SUPER_MAGIC_MUSHROOM_SOUP.json +++ b/items/SUPER_MAGIC_MUSHROOM_SOUP.json @@ -1,11 +1,11 @@ { "internalname": "SUPER_MAGIC_MUSHROOM_SOUP", - "itemid": 282, + "itemid": "minecraft:mushroom_stew", "displayname": "§9Mystical Mushroom Soup", "clickcommand": "", "damage": 0, "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consuming this Mushroom Soup on\",1:\"§7your private island allows the\",2:\"§7player to fly for §a200\",3:\"§aminutes§7. Leaving the private\",4:\"§7island will pause the effect!\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Mystical Mushroom Soup\"},ExtraAttributes:{id:\"SUPER_MAGIC_MUSHROOM_SOUP\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7Consuming this Mushroom Soup on", "§7your private island allows the", @@ -14,5 +14,10 @@ "§7island will pause the effect!", "", "§9§lRARE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mystical_Mushroom_Soup" ] }
\ No newline at end of file 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/TARANTULA_BLACK_WIDOW.json b/items/TARANTULA_BLACK_WIDOW.json new file mode 100644 index 00000000..f9da4f1d --- /dev/null +++ b/items/TARANTULA_BLACK_WIDOW.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Black Widow Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7ffa522-e828-3dd5-a944-dcf5758f873d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjJiNjczMmVhYTk3ODg0NTg0NjhmNTk3Njk0Mzk4NjQ2NDk3NGFmMzVmZWFmYjRmY2FkMDVhN2EzMDhjMmE2NyJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§5Tarantula Helmet\",7:\"\",8:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Black Widow Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"TARANTULA_BLACK_WIDOW\",uuid:\"cbc59ef5-11ba-4474-b833-f5f166c342cd\",timestamp:\"10/23/20 5:05 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§5Tarantula Helmet", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "TARANTULA_BLACK_WIDOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE.json b/items/THEORETICAL_HOE.json new file mode 100644 index 00000000..99ea7064 --- /dev/null +++ b/items/THEORETICAL_HOE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:wooden_hoe", + "displayname": "§fMathematical Hoe Blueprint", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Can be adapted into 5\",1:\"§7specialized hoes with 3 tiers\",2:\"§7each.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON HOE\"],Name:\"§fMathematical Hoe Blueprint\"},ExtraAttributes:{id:\"THEORETICAL_HOE\"}}", + "damage": 0, + "lore": [ + "§7Can be adapted into 5", + "§7specialized hoes with 3 tiers", + "§7each.", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON HOE" + ], + "internalname": "THEORETICAL_HOE", + "clickcommand": "", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mathematical_Hoe_Blueprint" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_CANE_1.json b/items/THEORETICAL_HOE_CANE_1.json new file mode 100644 index 00000000..eb50a252 --- /dev/null +++ b/items/THEORETICAL_HOE_CANE_1.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:stone_hoe", + "displayname": "§fTuring Sugar Cane Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+10% sugar cane\",1:\"§7Gain §a+1% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Sugar Canes\",4:\"\",5:\"§8Reach 100k Counter for +1 Rarity!\",6:\"\",7:\"§6Right-click to view upgrade recipe!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON HOE\"],Name:\"§fTuring Sugar Cane Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CANE_1\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+10% sugar cane", + "§7Gain §a+1% §7Farming Exp", + "", + "§7Counter: §e0 Sugar Canes", + "", + "§8Reach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON HOE" + ], + "recipe": { + "A1": "SUGAR_CANE:64", + "A2": "SUGAR_CANE:64", + "A3": "SUGAR_CANE:64", + "B1": "SUGAR_CANE:64", + "B2": "THEORETICAL_HOE:1", + "B3": "SUGAR_CANE:64", + "C1": "SUGAR_CANE:64", + "C2": "SUGAR_CANE:64", + "C3": "SUGAR_CANE:64" + }, + "internalname": "THEORETICAL_HOE_CANE_1", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Turing_Sugar_Cane_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_CANE_2.json b/items/THEORETICAL_HOE_CANE_2.json new file mode 100644 index 00000000..d63fa973 --- /dev/null +++ b/items/THEORETICAL_HOE_CANE_2.json @@ -0,0 +1,47 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§aTuring Sugar Cane Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% sugar cane\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Sugar Canes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7sugar cane per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7sugar cane\",9:\"\",10:\"§7§8Bonus sugar cane percent\",11:\"§8increases your Farmhand perk\u0027s\",12:\"§8chances\",13:\"\",14:\"§eReach 100k Counter for +1 Rarity!\",15:\"\",16:\"§6Right-click to view upgrade recipe!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§a§lUNCOMMON HOE\"],Name:\"§aTuring Sugar Cane Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CANE_2\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+25% sugar cane", + "§7Gain §a+2% §7Farming Exp", + "", + "§7Counter: §e0 Sugar Canes", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7sugar cane per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7sugar cane", + "", + "§7§8Bonus sugar cane percent", + "§8increases your Farmhand perk\u0027s", + "§8chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:16", + "A2": "ENCHANTED_SUGAR:64", + "A3": "JACOBS_TICKET:16", + "B1": "ENCHANTED_SUGAR:64", + "B2": "THEORETICAL_HOE_CANE_1:1", + "B3": "ENCHANTED_SUGAR:64", + "C1": "JACOBS_TICKET:16", + "C2": "ENCHANTED_SUGAR:64", + "C3": "JACOBS_TICKET:16" + }, + "internalname": "THEORETICAL_HOE_CANE_2", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Turing_Sugar_Cane_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_CANE_3.json b/items/THEORETICAL_HOE_CANE_3.json new file mode 100644 index 00000000..001b3bbd --- /dev/null +++ b/items/THEORETICAL_HOE_CANE_3.json @@ -0,0 +1,50 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§9Turing Sugar Cane Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% sugar cane\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Sugar Canes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7sugar cane per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7sugar cane\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7sugar cane per\",12:\"§7digits of your collection, minus 4!\",13:\"§fCollection bonus: §a+24% §7sugar cane\",14:\"\",15:\"§7§8Bonus sugar cane percent\",16:\"§8increases your Farmhand perk\u0027s\",17:\"§8chances\",18:\"\",19:\"§eReach 100k Counter for +1 Rarity!\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§9§lRARE HOE\"],Name:\"§9Turing Sugar Cane Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CANE_3\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+50% sugar cane", + "§7Gain §a+3% §7Farming Exp", + "", + "§7Counter: §e0 Sugar Canes", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7sugar cane per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7sugar cane", + "", + "§6Collection Analysis", + "§7Harvest §a+8% §7sugar cane per", + "§7digits of your collection, minus 4!", + "§fCollection bonus: §a+24% §7sugar cane", + "", + "§7§8Bonus sugar cane percent", + "§8increases your Farmhand perk\u0027s", + "§8chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§7§8This item can be reforged!", + "§9§lRARE HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:64", + "A2": "ENCHANTED_SUGAR_CANE:64", + "A3": "JACOBS_TICKET:64", + "B1": "ENCHANTED_SUGAR_CANE:64", + "B2": "THEORETICAL_HOE_CANE_2:1", + "B3": "ENCHANTED_SUGAR_CANE:64", + "C1": "JACOBS_TICKET:64", + "C2": "ENCHANTED_SUGAR_CANE:64", + "C3": "JACOBS_TICKET:64" + }, + "internalname": "THEORETICAL_HOE_CANE_3", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Turing_Sugar_Cane_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_CARROT_1.json b/items/THEORETICAL_HOE_CARROT_1.json new file mode 100644 index 00000000..0d38bca5 --- /dev/null +++ b/items/THEORETICAL_HOE_CARROT_1.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:stone_hoe", + "displayname": "§fGauss Carrot Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+10% carrot\",1:\"§7Gain §a+1% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Carrots\",4:\"\",5:\"§8Reach 100k Counter for +1 Rarity!\",6:\"\",7:\"§6Right-click to view upgrade recipe!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON HOE\"],Name:\"§fGauss Carrot Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CARROT_1\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+10% carrot", + "§7Gain §a+1% §7Farming Exp", + "", + "§7Counter: §e0 Carrots", + "", + "§8Reach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON HOE" + ], + "recipe": { + "A1": "CARROT_ITEM:64", + "A2": "CARROT_ITEM:64", + "A3": "CARROT_ITEM:64", + "B1": "CARROT_ITEM:64", + "B2": "THEORETICAL_HOE:1", + "B3": "CARROT_ITEM:64", + "C1": "CARROT_ITEM:64", + "C2": "CARROT_ITEM:64", + "C3": "CARROT_ITEM:64" + }, + "internalname": "THEORETICAL_HOE_CARROT_1", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gauss_Carrot_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_CARROT_2.json b/items/THEORETICAL_HOE_CARROT_2.json new file mode 100644 index 00000000..aff6ba3a --- /dev/null +++ b/items/THEORETICAL_HOE_CARROT_2.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§aGauss Carrot Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% carrot\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Carrots\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7carrot per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7carrot\",9:\"\",10:\"§7§8Bonus carrot percent increases\",11:\"§8your Farmhand perk\u0027s chances\",12:\"\",13:\"§eReach 100k Counter for +1 Rarity!\",14:\"\",15:\"§6Right-click to view upgrade recipe!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§a§lUNCOMMON HOE\"],Name:\"§aGauss Carrot Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CARROT_2\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+25% carrot", + "§7Gain §a+2% §7Farming Exp", + "", + "§7Counter: §e0 Carrots", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7carrot per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7carrot", + "", + "§7§8Bonus carrot percent increases", + "§8your Farmhand perk\u0027s chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:16", + "A2": "ENCHANTED_CARROT:64", + "A3": "JACOBS_TICKET:16", + "B1": "ENCHANTED_CARROT:64", + "B2": "THEORETICAL_HOE_CARROT_1:1", + "B3": "ENCHANTED_CARROT:64", + "C1": "JACOBS_TICKET:16", + "C2": "ENCHANTED_CARROT:64", + "C3": "JACOBS_TICKET:16" + }, + "internalname": "THEORETICAL_HOE_CARROT_2", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gauss_Carrot_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_CARROT_3.json b/items/THEORETICAL_HOE_CARROT_3.json new file mode 100644 index 00000000..e853eaf1 --- /dev/null +++ b/items/THEORETICAL_HOE_CARROT_3.json @@ -0,0 +1,49 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§9Gauss Carrot Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% carrot\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Carrots\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7carrot per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7carrot\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7carrot per digits\",12:\"§7of your collection, minus 4!\",13:\"§fCollection bonus: §a+16% §7carrot\",14:\"\",15:\"§7§8Bonus carrot percent increases\",16:\"§8your Farmhand perk\u0027s chances\",17:\"\",18:\"§eReach 100k Counter for +1 Rarity!\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§9§lRARE HOE\"],Name:\"§9Gauss Carrot Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CARROT_3\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+50% carrot", + "§7Gain §a+3% §7Farming Exp", + "", + "§7Counter: §e0 Carrots", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7carrot per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7carrot", + "", + "§6Collection Analysis", + "§7Harvest §a+8% §7carrot per digits", + "§7of your collection, minus 4!", + "§fCollection bonus: §a+16% §7carrot", + "", + "§7§8Bonus carrot percent increases", + "§8your Farmhand perk\u0027s chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§7§8This item can be reforged!", + "§9§lRARE HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:64", + "A2": "ENCHANTED_GOLDEN_CARROT:64", + "A3": "JACOBS_TICKET:64", + "B1": "ENCHANTED_GOLDEN_CARROT:64", + "B2": "THEORETICAL_HOE_CARROT_2:1", + "B3": "ENCHANTED_GOLDEN_CARROT:64", + "C1": "JACOBS_TICKET:64", + "C2": "ENCHANTED_GOLDEN_CARROT:64", + "C3": "JACOBS_TICKET:64" + }, + "internalname": "THEORETICAL_HOE_CARROT_3", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gauss_Carrot_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_POTATO_1.json b/items/THEORETICAL_HOE_POTATO_1.json new file mode 100644 index 00000000..11d7bef0 --- /dev/null +++ b/items/THEORETICAL_HOE_POTATO_1.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:stone_hoe", + "displayname": "§fPythagorean Potato Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+10% potato\",1:\"§7Gain §a+1% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Potatoes\",4:\"\",5:\"§8Reach 100k Counter for +1 Rarity!\",6:\"\",7:\"§6Right-click to view upgrade recipe!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON HOE\"],Name:\"§fPythagorean Potato Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_POTATO_1\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+10% potato", + "§7Gain §a+1% §7Farming Exp", + "", + "§7Counter: §e0 Potatoes", + "", + "§8Reach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON HOE" + ], + "recipe": { + "A1": "POTATO_ITEM:64", + "A2": "POTATO_ITEM:64", + "A3": "POTATO_ITEM:64", + "B1": "POTATO_ITEM:64", + "B2": "THEORETICAL_HOE:1", + "B3": "POTATO_ITEM:64", + "C1": "POTATO_ITEM:64", + "C2": "POTATO_ITEM:64", + "C3": "POTATO_ITEM:64" + }, + "internalname": "THEORETICAL_HOE_POTATO_1", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pythagorean_Potato_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_POTATO_2.json b/items/THEORETICAL_HOE_POTATO_2.json new file mode 100644 index 00000000..4f4b67cb --- /dev/null +++ b/items/THEORETICAL_HOE_POTATO_2.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§aPythagorean Potato Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% potato\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Potatoes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7potato per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7potato\",9:\"\",10:\"§7§8Bonus potato percent increases\",11:\"§8your Farmhand perk\u0027s chances\",12:\"\",13:\"§eReach 100k Counter for +1 Rarity!\",14:\"\",15:\"§6Right-click to view upgrade recipe!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§a§lUNCOMMON HOE\"],Name:\"§aPythagorean Potato Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_POTATO_2\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+25% potato", + "§7Gain §a+2% §7Farming Exp", + "", + "§7Counter: §e0 Potatoes", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7potato per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7potato", + "", + "§7§8Bonus potato percent increases", + "§8your Farmhand perk\u0027s chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:16", + "A2": "ENCHANTED_POTATO:64", + "A3": "JACOBS_TICKET:16", + "B1": "ENCHANTED_POTATO:64", + "B2": "THEORETICAL_HOE_POTATO_1:1", + "B3": "ENCHANTED_POTATO:64", + "C1": "JACOBS_TICKET:16", + "C2": "ENCHANTED_POTATO:64", + "C3": "JACOBS_TICKET:16" + }, + "internalname": "THEORETICAL_HOE_POTATO_2", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pythagorean_Potato_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_POTATO_3.json b/items/THEORETICAL_HOE_POTATO_3.json new file mode 100644 index 00000000..9036e625 --- /dev/null +++ b/items/THEORETICAL_HOE_POTATO_3.json @@ -0,0 +1,49 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§9Pythagorean Potato Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% potato\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Potatoes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7potato per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7potato\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7potato per digits\",12:\"§7of your collection, minus 4!\",13:\"§fCollection bonus: §a+16% §7potato\",14:\"\",15:\"§7§8Bonus potato percent increases\",16:\"§8your Farmhand perk\u0027s chances\",17:\"\",18:\"§eReach 100k Counter for +1 Rarity!\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§9§lRARE HOE\"],Name:\"§9Pythagorean Potato Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_POTATO_3\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+50% potato", + "§7Gain §a+3% §7Farming Exp", + "", + "§7Counter: §e0 Potatoes", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7potato per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7potato", + "", + "§6Collection Analysis", + "§7Harvest §a+8% §7potato per digits", + "§7of your collection, minus 4!", + "§fCollection bonus: §a+16% §7potato", + "", + "§7§8Bonus potato percent increases", + "§8your Farmhand perk\u0027s chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§7§8This item can be reforged!", + "§9§lRARE HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:64", + "A2": "ENCHANTED_BAKED_POTATO:64", + "A3": "JACOBS_TICKET:64", + "B1": "ENCHANTED_BAKED_POTATO:64", + "B2": "THEORETICAL_HOE_POTATO_2:1", + "B3": "ENCHANTED_BAKED_POTATO:64", + "C1": "JACOBS_TICKET:64", + "C2": "ENCHANTED_BAKED_POTATO:64", + "C3": "JACOBS_TICKET:64" + }, + "internalname": "THEORETICAL_HOE_POTATO_3", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pythagorean_Potato_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_WARTS_1.json b/items/THEORETICAL_HOE_WARTS_1.json new file mode 100644 index 00000000..aff9cba8 --- /dev/null +++ b/items/THEORETICAL_HOE_WARTS_1.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:stone_hoe", + "displayname": "§fNewton Nether Warts Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+10% nether wart\",1:\"§7Gain §a+1% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Nether Warts\",4:\"\",5:\"§8Reach 100k Counter for +1 Rarity!\",6:\"\",7:\"§6Right-click to view upgrade recipe!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON HOE\"],Name:\"§fNewton Nether Warts Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WARTS_1\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+10% nether wart", + "§7Gain §a+1% §7Farming Exp", + "", + "§7Counter: §e0 Nether Warts", + "", + "§8Reach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON HOE" + ], + "recipe": { + "A1": "NETHER_STALK:64", + "A2": "NETHER_STALK:64", + "A3": "NETHER_STALK:64", + "B1": "NETHER_STALK:64", + "B2": "THEORETICAL_HOE:1", + "B3": "NETHER_STALK:64", + "C1": "NETHER_STALK:64", + "C2": "NETHER_STALK:64", + "C3": "NETHER_STALK:64" + }, + "internalname": "THEORETICAL_HOE_WARTS_1", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Newton_Nether_Warts_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_WARTS_2.json b/items/THEORETICAL_HOE_WARTS_2.json new file mode 100644 index 00000000..f2ce1a1b --- /dev/null +++ b/items/THEORETICAL_HOE_WARTS_2.json @@ -0,0 +1,47 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§aNewton Nether Warts Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% nether wart\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Nether Warts\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7nether wart per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7nether wart\",9:\"\",10:\"§7§8Bonus nether wart percent\",11:\"§8increases your Farmhand perk\u0027s\",12:\"§8chances\",13:\"\",14:\"§eReach 100k Counter for +1 Rarity!\",15:\"\",16:\"§6Right-click to view upgrade recipe!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§a§lUNCOMMON HOE\"],Name:\"§aNewton Nether Warts Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WARTS_2\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+25% nether wart", + "§7Gain §a+2% §7Farming Exp", + "", + "§7Counter: §e0 Nether Warts", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7nether wart per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7nether wart", + "", + "§7§8Bonus nether wart percent", + "§8increases your Farmhand perk\u0027s", + "§8chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:16", + "A2": "ENCHANTED_NETHER_STALK:64", + "A3": "JACOBS_TICKET:16", + "B1": "ENCHANTED_NETHER_STALK:64", + "B2": "THEORETICAL_HOE_WARTS_1:1", + "B3": "ENCHANTED_NETHER_STALK:64", + "C1": "JACOBS_TICKET:16", + "C2": "ENCHANTED_NETHER_STALK:64", + "C3": "JACOBS_TICKET:16" + }, + "internalname": "THEORETICAL_HOE_WARTS_2", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Newton_Nether_Warts_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_WARTS_3.json b/items/THEORETICAL_HOE_WARTS_3.json new file mode 100644 index 00000000..18a776ce --- /dev/null +++ b/items/THEORETICAL_HOE_WARTS_3.json @@ -0,0 +1,50 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§9Newton Nether Warts Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% nether wart\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Nether Warts\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7nether wart per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7nether wart\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7nether wart per\",12:\"§7digits of your collection, minus 4!\",13:\"§fCollection bonus: §a+16% §7nether wart\",14:\"\",15:\"§7§8Bonus nether wart percent\",16:\"§8increases your Farmhand perk\u0027s\",17:\"§8chances\",18:\"\",19:\"§eReach 100k Counter for +1 Rarity!\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§9§lRARE HOE\"],Name:\"§9Newton Nether Warts Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WARTS_3\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+50% nether wart", + "§7Gain §a+3% §7Farming Exp", + "", + "§7Counter: §e0 Nether Warts", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7nether wart per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7nether wart", + "", + "§6Collection Analysis", + "§7Harvest §a+8% §7nether wart per", + "§7digits of your collection, minus 4!", + "§fCollection bonus: §a+16% §7nether wart", + "", + "§7§8Bonus nether wart percent", + "§8increases your Farmhand perk\u0027s", + "§8chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§7§8This item can be reforged!", + "§9§lRARE HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:64", + "A2": "MUTANT_NETHER_STALK:64", + "A3": "JACOBS_TICKET:64", + "B1": "MUTANT_NETHER_STALK:64", + "B2": "THEORETICAL_HOE_WARTS_2:1", + "B3": "MUTANT_NETHER_STALK:64", + "C1": "JACOBS_TICKET:64", + "C2": "MUTANT_NETHER_STALK:64", + "C3": "JACOBS_TICKET:64" + }, + "internalname": "THEORETICAL_HOE_WARTS_3", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Newton_Nether_Warts_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_WHEAT_1.json b/items/THEORETICAL_HOE_WHEAT_1.json new file mode 100644 index 00000000..36eac291 --- /dev/null +++ b/items/THEORETICAL_HOE_WHEAT_1.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:stone_hoe", + "displayname": "§fEuclid\u0027s Wheat Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+10% wheat\",1:\"§7Gain §a+1% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Wheat\",4:\"\",5:\"§8Reach 100k Counter for +1 Rarity!\",6:\"\",7:\"§6Right-click to view upgrade recipe!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON HOE\"],Name:\"§fEuclid\u0027s Wheat Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WHEAT_1\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+10% wheat", + "§7Gain §a+1% §7Farming Exp", + "", + "§7Counter: §e0 Wheat", + "", + "§8Reach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON HOE" + ], + "recipe": { + "A1": "WHEAT:64", + "A2": "WHEAT:64", + "A3": "WHEAT:64", + "B1": "WHEAT:64", + "B2": "THEORETICAL_HOE:1", + "B3": "WHEAT:64", + "C1": "WHEAT:64", + "C2": "WHEAT:64", + "C3": "WHEAT:64" + }, + "internalname": "THEORETICAL_HOE_WHEAT_1", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Euclid%27s_Wheat_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_WHEAT_2.json b/items/THEORETICAL_HOE_WHEAT_2.json new file mode 100644 index 00000000..986353a6 --- /dev/null +++ b/items/THEORETICAL_HOE_WHEAT_2.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§aEuclid\u0027s Wheat Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% wheat\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Wheat\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7wheat per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7wheat\",9:\"\",10:\"§7§8Bonus wheat percent increases\",11:\"§8your Farmhand perk\u0027s chances\",12:\"\",13:\"§eReach 100k Counter for +1 Rarity!\",14:\"\",15:\"§6Right-click to view upgrade recipe!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§a§lUNCOMMON HOE\"],Name:\"§aEuclid\u0027s Wheat Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WHEAT_2\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+25% wheat", + "§7Gain §a+2% §7Farming Exp", + "", + "§7Counter: §e0 Wheat", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7wheat per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7wheat", + "", + "§7§8Bonus wheat percent increases", + "§8your Farmhand perk\u0027s chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:16", + "A2": "ENCHANTED_HAY_BLOCK:64", + "A3": "JACOBS_TICKET:16", + "B1": "ENCHANTED_HAY_BLOCK:64", + "B2": "THEORETICAL_HOE_WHEAT_1:1", + "B3": "ENCHANTED_HAY_BLOCK:64", + "C1": "JACOBS_TICKET:16", + "C2": "ENCHANTED_HAY_BLOCK:64", + "C3": "JACOBS_TICKET:16" + }, + "internalname": "THEORETICAL_HOE_WHEAT_2", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Euclid%27s_Wheat_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_WHEAT_3.json b/items/THEORETICAL_HOE_WHEAT_3.json new file mode 100644 index 00000000..be228202 --- /dev/null +++ b/items/THEORETICAL_HOE_WHEAT_3.json @@ -0,0 +1,49 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§9Euclid\u0027s Wheat Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% wheat\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Wheat\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7wheat per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7wheat\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7wheat per digits of\",12:\"§7your collection, minus 4!\",13:\"§fCollection bonus: §a+8% §7wheat\",14:\"\",15:\"§7§8Bonus wheat percent increases\",16:\"§8your Farmhand perk\u0027s chances\",17:\"\",18:\"§eReach 100k Counter for +1 Rarity!\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§9§lRARE HOE\"],Name:\"§9Euclid\u0027s Wheat Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WHEAT_3\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+50% wheat", + "§7Gain §a+3% §7Farming Exp", + "", + "§7Counter: §e0 Wheat", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7wheat per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7wheat", + "", + "§6Collection Analysis", + "§7Harvest §a+8% §7wheat per digits of", + "§7your collection, minus 4!", + "§fCollection bonus: §a+8% §7wheat", + "", + "§7§8Bonus wheat percent increases", + "§8your Farmhand perk\u0027s chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§7§8This item can be reforged!", + "§9§lRARE HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:64", + "A2": "TIGHTLY_TIED_HAY_BALE:64", + "A3": "JACOBS_TICKET:64", + "B1": "TIGHTLY_TIED_HAY_BALE:64", + "B2": "THEORETICAL_HOE_WHEAT_2:1", + "B3": "TIGHTLY_TIED_HAY_BALE:64", + "C1": "JACOBS_TICKET:64", + "C2": "TIGHTLY_TIED_HAY_BALE:64", + "C3": "JACOBS_TICKET:64" + }, + "internalname": "THEORETICAL_HOE_WHEAT_3", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Euclid%27s_Wheat_Hoe" + ] +}
\ No newline at end of file diff --git a/items/THE_SHREDDER.json b/items/THE_SHREDDER.json index acd2d2a5..b5e0f347 100644 --- a/items/THE_SHREDDER.json +++ b/items/THE_SHREDDER.json @@ -8,6 +8,9 @@ "modver": "1.0.0", "lore": [ "§7Damage: §c+120", + "§7Strength: §c+15", + "", + "§7Ferocity: §c+50", "", "§7§7Gives §9strength§7 every 50", "§7bait used + §9damage§7 per 100", @@ -25,4 +28,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shredder" ] -}
\ No newline at end of file +} diff --git a/items/TIC_TAC_TOE.json b/items/TIC_TAC_TOE.json new file mode 100644 index 00000000..9380da0f --- /dev/null +++ b/items/TIC_TAC_TOE.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aTic Tac Toe", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b3677d1-b548-3194-a742-dbbc7cedd756\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE0NjQzNjk2ODQ0NTgsInByb2ZpbGVJZCI6ImI0MDA3MmM4Y2RmOTQ1OGFhZmM0NDZmNWU1N2U2ZjcwIiwicHJvZmlsZU5hbWUiOiJTaGVyb20iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzViNzgzNjcwYWQ5MTc5MTNmZDY5NDRmZDc2MGY5YzgzOThkYWY3NzI4NWI1MWMyNzU3Y2UzY2JmOWIxZmZiIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Click another player to initiate\",1:\"§7a game of Tic Tac Toe!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 6\",4:\"§a§lUNCOMMON\"],Name:\"§aTic Tac Toe\"},ExtraAttributes:{id:\"TIC_TAC_TOE\"}}", + "damage": 3, + "lore": [ + "§7Click another player to initiate", + "§7a game of Tic Tac Toe!", + "", + "§7§4❣ §cRequires §aSocial Skill 6", + "§a§lUNCOMMON" + ], + "internalname": "TIC_TAC_TOE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TIGER;0.json b/items/TIGER;0.json index cc208f92..e8164b4f 100644 --- a/items/TIGER;0.json +++ b/items/TIGER;0.json @@ -6,13 +6,13 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Crit Damage: §a{CRIT_DAMAGE}", "§7Strength: §a{STRENGTH}", "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", - "§7§7Attacks have a §a{0}% §7chance", - "§7to strike twice", + "§7Gain §c+{0}% ⫽ Ferocity", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -27,4 +27,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/TIGER;1.json b/items/TIGER;1.json index 4a55e8cb..bb4c8d02 100644 --- a/items/TIGER;1.json +++ b/items/TIGER;1.json @@ -6,13 +6,13 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Crit Damage: §a{CRIT_DAMAGE}", "§7Strength: §a{STRENGTH}", "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", - "§7§7Attacks have a §a{0}% §7chance", - "§7to strike twice", + "§7Gain §c+{0}% ⫽ Ferocity", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -27,4 +27,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/TIGER;2.json b/items/TIGER;2.json index 21beb442..fa648c14 100644 --- a/items/TIGER;2.json +++ b/items/TIGER;2.json @@ -6,13 +6,13 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Crit Damage: §a{CRIT_DAMAGE}", "§7Strength: §a{STRENGTH}", "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", - "§7§7Attacks have a §a{0}% §7chance", - "§7to strike twice", + "§7Gain §c+{0}% ⫽ Ferocity", "", "§6Hemorrhage", "§7§7Melee attacks reduce healing", @@ -31,4 +31,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/TIGER;3.json b/items/TIGER;3.json index 044453d7..f710905d 100644 --- a/items/TIGER;3.json +++ b/items/TIGER;3.json @@ -6,13 +6,13 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Crit Damage: §a{CRIT_DAMAGE}", "§7Strength: §a{STRENGTH}", "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", - "§7§7Attacks have a §a{0}% §7chance", - "§7to strike twice", + "§7Gain §c+{0}% ⫽ Ferocity", "", "§6Hemorrhage", "§7§7Melee attacks reduce healing", @@ -31,4 +31,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/TIGER;4.json b/items/TIGER;4.json index d07c4134..2fd0eb0d 100644 --- a/items/TIGER;4.json +++ b/items/TIGER;4.json @@ -6,13 +6,13 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Crit Damage: §a{CRIT_DAMAGE}", "§7Strength: §a{STRENGTH}", "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", - "§7§7Attacks have a §a{0}% §7chance", - "§7to strike twice", + "§7Gain §c+{0}% ⫽ Ferocity", "", "§6Hemorrhage", "§7§7Melee attacks reduce healing", @@ -36,4 +36,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/TIGER_SHARK_TOOTH.json b/items/TIGER_SHARK_TOOTH.json index d62b97c5..ab7edf5e 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" -}
\ No newline at end of file + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tiger_Shark_Tooth" + ] +} diff --git a/items/TIGHTLY_TIED_HAY_BALE.json b/items/TIGHTLY_TIED_HAY_BALE.json new file mode 100644 index 00000000..5ee87382 --- /dev/null +++ b/items/TIGHTLY_TIED_HAY_BALE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Tightly-Tied Hay Bale", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"dedecf64-1ed4-3413-855f-0a38789cd63e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjdjMzNjZDBjMTRiYTgzMGRhMTQ5OTA3ZjdhNmFhZTgzNWI2YTM1YWVhMDFlMGNlMDczZmIzYzU5Y2M0NjMyNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Tightly-Tied Hay Bale\"},ExtraAttributes:{id:\"TIGHTLY_TIED_HAY_BALE\"}}", + "damage": 3, + "lore": [ + "§9§lRARE" + ], + "recipe": { + "A1": "ENCHANTED_HAY_BLOCK:16", + "A2": "ENCHANTED_HAY_BLOCK:16", + "A3": "ENCHANTED_HAY_BLOCK:16", + "B1": "ENCHANTED_HAY_BLOCK:16", + "B2": "ENCHANTED_HAY_BLOCK:16", + "B3": "ENCHANTED_HAY_BLOCK:16", + "C1": "ENCHANTED_HAY_BLOCK:16", + "C2": "ENCHANTED_HAY_BLOCK:16", + "C3": "ENCHANTED_HAY_BLOCK:16" + }, + "internalname": "TIGHTLY_TIED_HAY_BALE", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "Requires: Wheat XI" +}
\ 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/TURBO_CANE;1.json b/items/TURBO_CANE;1.json new file mode 100644 index 00000000..633d91a4 --- /dev/null +++ b/items/TURBO_CANE;1.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Turbo-Cane I\",1:\"§7Increases double-drop chance\",2:\"§7of sugar cane by §a+5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_CANE;1\",enchantments:{turbo_cane:1},uuid:\"41296a8f-abae-4368-9ac6-9abbb2870ae4\",timestamp:\"11/8/20 12:35 PM\"}}", + "damage": 0, + "lore": [ + "§9Turbo-Cane I", + "§7Increases double-drop chance", + "§7of sugar cane by §a+5%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "TURBO_CANE;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TURBO_CANE;2.json b/items/TURBO_CANE;2.json new file mode 100644 index 00000000..7b80054d --- /dev/null +++ b/items/TURBO_CANE;2.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Turbo-Cane II\",1:\"§7Increases double-drop chance\",2:\"§7of sugar cane by §a+10%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_CANE;2\",enchantments:{turbo_cane:2},uuid:\"41296a8f-abae-4368-9ac6-9abbb2870ae4\",anvil_uses:1,timestamp:\"11/8/20 12:35 PM\"}}", + "damage": 0, + "lore": [ + "§9Turbo-Cane II", + "§7Increases double-drop chance", + "§7of sugar cane by §a+10%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "TURBO_CANE;2", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TURBO_CARROT;1.json b/items/TURBO_CARROT;1.json new file mode 100644 index 00000000..28c9302a --- /dev/null +++ b/items/TURBO_CARROT;1.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Turbo-Carrot I\",1:\"§7Increases double-drop chance\",2:\"§7of carrot by §a+5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_CARROT;1\",enchantments:{turbo_carrot:1},uuid:\"5f828801-b212-476e-9cdf-95b9223142a3\",timestamp:\"11/11/20 9:35 AM\"}}", + "damage": 0, + "lore": [ + "§9Turbo-Carrot I", + "§7Increases double-drop chance", + "§7of carrot by §a+5%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "TURBO_CARROT;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TURBO_COCO;1.json b/items/TURBO_COCO;1.json new file mode 100644 index 00000000..db515847 --- /dev/null +++ b/items/TURBO_COCO;1.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Turbo-Coco I\",1:\"§7Increases double-drop chance\",2:\"§7of cocoa beans by §a+5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_COCO;1\",enchantments:{turbo_coco:1},uuid:\"1cdf37bf-5d02-4560-bea3-f3b02b128ada\",timestamp:\"11/8/20 5:54 PM\"}}", + "damage": 0, + "lore": [ + "§9Turbo-Coco I", + "§7Increases double-drop chance", + "§7of cocoa beans by §a+5%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "TURBO_COCO;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TURBO_POTATO;1.json b/items/TURBO_POTATO;1.json new file mode 100644 index 00000000..52ace536 --- /dev/null +++ b/items/TURBO_POTATO;1.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Turbo-Potato I\",1:\"§7Increases double-drop chance\",2:\"§7of potato by §a+5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_POTATO;1\",enchantments:{turbo_potato:1},uuid:\"aed778b4-55e4-4e13-ad4f-63f2d1ffb207\",timestamp:\"11/11/20 9:35 AM\"}}", + "damage": 0, + "lore": [ + "§9Turbo-Potato I", + "§7Increases double-drop chance", + "§7of potato by §a+5%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "TURBO_POTATO;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TURBO_PUMPKIN;1.json b/items/TURBO_PUMPKIN;1.json new file mode 100644 index 00000000..fec8ae44 --- /dev/null +++ b/items/TURBO_PUMPKIN;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Turbo-Pumpkin I\",1:\"§7Increases double-drop chance\",2:\"§7of pumpkin by §a+5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_PUMPKIN;1\",enchantments:{turbo_pumpkin:1},uuid:\"94a5cf40-261e-4680-aa5b-f303ca5e1c29\",timestamp:\"11/6/20 10:35 PM\"}}", + "damage": 0, + "lore": [ + "§9Turbo-Pumpkin I", + "§7Increases double-drop chance", + "§7of pumpkin by §a+5%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "TURBO_PUMPKIN;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Turbo-Pumpkin" + ] +}
\ No newline at end of file diff --git a/items/TURBO_WHEAT;1.json b/items/TURBO_WHEAT;1.json new file mode 100644 index 00000000..0f4e82d2 --- /dev/null +++ b/items/TURBO_WHEAT;1.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Turbo-Wheat I\",1:\"§7Increases double-drop chance\",2:\"§7of wheat by §a+5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_WHEAT;1\",enchantments:{turbo_wheat:1},uuid:\"706dfe23-9fb7-4629-b269-997397803f67\",timestamp:\"11/8/20 3:35 PM\"}}", + "damage": 0, + "lore": [ + "§9Turbo-Wheat I", + "§7Increases double-drop chance", + "§7of wheat by §a+5%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "TURBO_WHEAT;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ 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/UNSTABLE_BABY.json b/items/UNSTABLE_BABY.json new file mode 100644 index 00000000..4cc400fc --- /dev/null +++ b/items/UNSTABLE_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"88ebc317-a414-326c-bd96-396d9f0d872a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDJhMDIzNjM2YTdmMDMwMGE3NGNjNTBkM2U0ZGJiODFhN2JjMTQ4NWYwZGFmNmU5YTdjMGY0ZDhhMmUzYTE4ZiJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Unstable Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"UNSTABLE_BABY\",uuid:\"37eecb72-93a3-4a8d-b447-fc52faf55840\",timestamp:\"11/2/20 5:53 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Unstable Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "UNSTABLE_BABY", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/VAMPIRE_WITCH_MASK.json b/items/VAMPIRE_WITCH_MASK.json new file mode 100644 index 00000000..3616c673 --- /dev/null +++ b/items/VAMPIRE_WITCH_MASK.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Vampire Witch Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8a619dc1-cbba-3deb-aafe-e910961d9ada\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjM0OGU1YjRiM2QyYzFkZWMwMjNmYmY0MDYyMTZmMTIzOTY1ODkwNmVmNGMyZmJmMWM1MzkwNmUyNDNlNjYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+132 HP\",1:\"§7Defense: §a+222\",2:\"\",3:\"§6Item Ability: Bat Swarm\",4:\"§7Summons two bats that will\",5:\"§7follow you and attack nearby\",6:\"§7enemies, dealing §c9,090\",7:\"§c§7damage upon exploding. Your\",8:\"§7bats will not spawn on your\",9:\"§7island.\",10:\"\",11:\"§6Item Ability: Rejuvenate\",12:\"§7While wearing, drains §a5\",13:\"§a§7health per second from all\",14:\"§7monsters within §e8 §7blocks.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC HELMET\"],Name:\"§5Vampire Witch Mask\"},ExtraAttributes:{id:\"VAMPIRE_WITCH_MASK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+132 HP", + "§7Defense: §a+222", + "", + "§6Item Ability: Bat Swarm", + "§7Summons two bats that will", + "§7follow you and attack nearby", + "§7enemies, dealing §c9,090", + "§c§7damage upon exploding. Your", + "§7bats will not spawn on your", + "§7island.", + "", + "§6Item Ability: Rejuvenate", + "§7While wearing, drains §a5", + "§a§7health per second from all", + "§7monsters within §e8 §7blocks.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC HELMET" + ], + "recipe": { + "A1": "ECTOPLASM:1", + "A2": "ECTOPLASM:1", + "A3": "ECTOPLASM:1", + "B1": "ECTOPLASM:1", + "B2": "WITCH_MASK:1", + "B3": "ECTOPLASM:1", + "C1": "ECTOPLASM:1", + "C2": "VAMPIRE_MASK:1", + "C3": "ECTOPLASM:1" + }, + "internalname": "VAMPIRE_WITCH_MASK", + "clickcommand": "viewrecipe", + "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 new file mode 100644 index 00000000..a4e7048c --- /dev/null +++ b/items/WEREWOLF_BOOTS.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§6Werewolf Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:1904901,Name:\"§6Werewolf Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d335 ", + "§7Defense: §a+150 ", + "§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.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 new file mode 100644 index 00000000..7e684ccd --- /dev/null +++ b/items/WEREWOLF_CHESTPLATE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Werewolf Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:1904901,Name:\"§6Werewolf Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d335 ", + "§7Defense: §a+150 ", + "§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.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 new file mode 100644 index 00000000..603e2686 --- /dev/null +++ b/items/WEREWOLF_HELMET.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Werewolf Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c8e41e94-9c30-38af-80c6-05b2ed6d5c53\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzY2ODk3MjkwMywKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVyb2Ryb2dvIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NlNDYwNmM2ZDk3M2E5OTlhZWMxNjg3YzdlMDc1ZjdkMzdkYjgxODVlODhiODQ0NTA3ZjE2YjNlMmIzZWI2OTAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Werewolf Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d335 ", + "§7Defense: §a+150 ", + "§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.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 new file mode 100644 index 00000000..0aecf57b --- /dev/null +++ b/items/WEREWOLF_LEGGINGS.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6Werewolf Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:1904901,Name:\"§6Werewolf Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d335 ", + "§7Defense: §a+150 ", + "§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.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/WISE_BABY.json b/items/WISE_BABY.json new file mode 100644 index 00000000..ca9e83d6 --- /dev/null +++ b/items/WISE_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d1fc34bf-d922-35ed-bf10-0755d0369448\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTRjNjgzNGM4YmYwYjgxZjkyY2YwZGE0YmQ5OWFkNzY0MTU0ZDUzNjhhMzhlMDNjODVhZGRhMTBlNTE4ODkwYSJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Wise Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"WISE_BABY\",uuid:\"e119b844-5257-415a-8189-5f8581f18205\",timestamp:\"11/2/20 5:48 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Wise Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "WISE_BABY", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/WITCH_MASK.json b/items/WITCH_MASK.json new file mode 100644 index 00000000..860993af --- /dev/null +++ b/items/WITCH_MASK.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Witch Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a289c858-9ac5-3b6c-b621-beb934129a37\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNiZWU5ZjliNzVmZjc1MTk3ZTA3NDE0YWMyZGI5MmUyMTZlOTQ1ZDYxODc3MjJiZGI5MjYyODc5YmI2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+66 HP\",1:\"§7Defense: §a+111\",2:\"\",3:\"§6Item Ability: Bat Swarm\",4:\"§7Summons two bats that will\",5:\"§7follow you and attack nearby\",6:\"§7enemies, dealing §c9,090\",7:\"§c§7damage upon exploding. Your\",8:\"§7bats will not spawn on your\",9:\"§7island.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE HELMET\"],Name:\"§9Witch Mask\"},ExtraAttributes:{id:\"WITCH_MASK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+66 HP", + "§7Defense: §a+111", + "", + "§6Item Ability: Bat Swarm", + "§7Summons two bats that will", + "§7follow you and attack nearby", + "§7enemies, dealing §c9,090", + "§c§7damage upon exploding. Your", + "§7bats will not spawn on your", + "§7island.", + "", + "§7§8This item can be reforged!", + "§9§lRARE HELMET" + ], + "internalname": "WITCH_MASK", + "clickcommand": "", + "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/WITHER_SKELETON;3.json b/items/WITHER_SKELETON;3.json index 4fa7a973..77a257ca 100644 --- a/items/WITHER_SKELETON;3.json +++ b/items/WITHER_SKELETON;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Wither Skeleton", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d928ce5e-e75e-3cdc-aaf1-0c93d49b5c31\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjVlYzk2NDY0NWE4ZWZhYzc2YmUyZjE2MGQ3Yzk5NTYzNjJmMzJiNjUxNzM5MGM1OWMzMDg1MDM0ZjA1MGNmZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"§7Strength: §a{STRENGTH}\",5:\"§7Intelligence: §a{INTELLIGENCE}\",6:\"§7Crit Chance: §a{CRIT_CHANCE}\",7:\"\",8:\"§6Stronger Bones\",9:\"§7§7Take §a{0}% §7less damage from\",10:\"§7skeletons\",11:\"\",12:\"§6Wither Blood\",13:\"§7§7Deal §a{1}% §7more damage to\",14:\"§7wither mobs\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§5§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §5Wither Skeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"WITHER_SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":69375.77400000505,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"WITHER_SKELETON;3\",uuid:\"f7428128-8dca-460a-bc32-9e4d471cc380\",timestamp:\"4/6/20 12:23 PM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d928ce5e-e75e-3cdc-aaf1-0c93d49b5c31\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjVlYzk2NDY0NWE4ZWZhYzc2YmUyZjE2MGQ3Yzk5NTYzNjJmMzJiNjUxNzM5MGM1OWMzMDg1MDM0ZjA1MGNmZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"§7Strength: §a{STRENGTH}\",5:\"§7Intelligence: §a{INTELLIGENCE}\",6:\"§7Crit Chance: §a{CRIT_CHANCE}\",7:\"\",8:\"§6Stronger Bones\",9:\"§7§7Take §a{0}% §7less damage from\",10:\"§7skeletons\",11:\"\",12:\"§6Wither Blood\",13:\"§7§7Deal §a{1}% §7more damage to\",14:\"§7wither mobs\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Wither Skeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"WITHER_SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":69375.77400000505,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"WITHER_SKELETON;3\",uuid:\"f7428128-8dca-460a-bc32-9e4d471cc380\",timestamp:\"4/6/20 12:23 PM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Pet", @@ -23,11 +23,11 @@ "§7§eRight-click to add this pet to", "§eyour pet menu!", "", - "§5§lLEGENDARY" + "§5§lEPIC" ], "internalname": "WITHER_SKELETON;3", "clickcommand": "viewrecipe", - "modver": "REL-1.0.0", + "modver": "1.5-REL", "recipe": { "A1": "ENCHANTED_COAL_BLOCK:1", "A2": "ENCHANTED_COAL_BLOCK:1", 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/YOUNG_BABY.json b/items/YOUNG_BABY.json new file mode 100644 index 00000000..0613bc60 --- /dev/null +++ b/items/YOUNG_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ff409b5-a5d5-3511-8a95-bea3e2c64319\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDM1MDNkY2FhZTZhNmNkZTAyNzMxNmEzY2U2ZTIwM2I2NDMyN2I3ZGU3MjQ0MTg2NWNmZDNjZGI0NWQ1ZWY0NCJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Young Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"YOUNG_BABY\",uuid:\"3ffe2070-68aa-4b3b-9b8b-c765f9957043\",timestamp:\"11/2/20 5:51 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Young Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "YOUNG_BABY", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ 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 diff --git a/update.json b/update.json index c2249a27..875dead6 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "1.4-REL", - "update_msg": "§7§m§l------------------§6§l[§c§lNEU§6§l]§7§m§l------------------\n§7There is a new version of the mod out! (v{version}). Update showcase video: ", + "version": "1.6-REL", + "update_msg": "§7§m§l------------------§6§l[§c§lNEU§6§l]§7§m§l------------------\n§7There is a new version of the mod out! (v{version}).", "discord_link": "https://discord.gg/spr6ESn", "youtube_link": "https://www.youtube.com/channel/UCPh-OKmRSS3IQi9p6YppLcw", "update_link": "https://github.com/Moulberry/NotEnoughUpdates/releases/", |