diff options
39 files changed, 555 insertions, 69 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index b57ec72f..d77f0ac2 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -18,14 +18,21 @@ "life_steal", "looting", "luck", + "prosecute", "scavenger", "sharpness", "smite", + "syphon", "telekinesis", + "titan_killer", "thunderlord", + "thunderbolt", + "triple-strike", "vampirism", "venomous", "vicious", + "ultimate_one_for_all", + "ultimate_soul_eater", "ultimate_chimera", "ultimate_combo", "ultimate_swarm", @@ -33,6 +40,7 @@ ], "BOW": [ "aiming", + "chance", "cubism", "dragon_hunter", "flame", @@ -44,6 +52,7 @@ "punch", "snipe", "telekinesis", + "ultimate_soul_eater", "ultimate_chimera", "ultimate_swarm", "ultimate_wise", @@ -53,7 +62,11 @@ "efficiency", "telekinesis", "replenish", - "silk_touch" + "silk_touch", + "turbo-cacti", + "turbo-coco", + "turbo-melon", + "turbo-pumpkin" ], "PICKAXE": [ "compact", @@ -85,14 +98,26 @@ "HOE": [ "replenish", "harvesting", - "telekinesis" + "telekinesis", + "turbo-wheat", + "turbo-cane", + "turbo-warts", + "turbo-carrot", + "turbo-potato", + "turbo-mushroom" ], "HELMET": [ + "big_brain", + "blast_protection", + "fire_protection", + "projectile_protection", "protection", "growth", "rejuvenate", + "respite", "aqua_affinity", "thorns", + "respiration", "ultimate_bank", "ultimate_last_stand", "ultimate_legion", @@ -101,8 +126,12 @@ ], "CHESTPLATE": [ "protection", + "blast_protection", + "fire_protection", + "projectile_protection", "growth", "rejuvenate", + "respite" "thorns", "counter_strike", "true_protection", @@ -114,8 +143,12 @@ ], "LEGGINGS": [ "protection", + "blast_protection", + "fire_protection", + "projectile_protection", "growth", "rejuvenate", + "respite", "thorns", "ultimate_bank", "ultimate_last_stand", @@ -125,11 +158,16 @@ ], "BOOTS": [ "protection", + "blast_protection", + "fire_protection", + "projectile_protection", "growth", "sugar_rush", "rejuvenate", + "respite", "feather_falling", "depth_strider", + "frost_walker", "thorns", "ultimate_bank", "ultimate_last_stand", @@ -157,26 +195,55 @@ "ultimate_last_stand", "ultimate_legion", "ultimate_no_pain_no_gain", - "ultimate_wisdom" + "ultimate_wisdom", + "ultimate_one_for_all", + "ultimate_soul_eater" + ], [ + "protection", + "blast_protection", + "fire_protection", + "projectile_protection" + ], [ + "rejuvenate", + "respite" + ], [ + "thunderlord", + "thunderbolt" + ], [ + "syphon", + "life_steal" + ], [ + "execute", + "prosecute" + ], [ + "depth_strider", + "frost_walker" ] ], "enchants_min_level": { "bane_of_arthropods": 5, + "big_brain": 5, + "chance": 3, "cleave": 5, "critical": 5, "ender_slayer": 5, "execute": 5, + "prosecute": 5, "fire_aspect": 2, "first_strike": 4, + "triple-strike": 5, "giant_killer": 5, + "titan_killer": 5, "knockback": 2, "lethality": 5, "life_steal": 3, + "syphon": 3, "luck": 5, "scavenger": 3, "sharpness": 5, "smite": 5, "thunderlord": 5, + "thunderbolt": 5, "vampirism": 5, "venomous": 5, "vicious": 4, @@ -219,16 +286,32 @@ "counter_strike": 5, "true_protection": 1, "protection": 5, + "fire_protection": 5, + "blast_protection": 5, + "projectile_protection": 5, "growth": 5, "sugar_rush": 3, "rejuvenate": 5, + "respite": 5, "feather_falling": 5, "depth_strider": 3, "thorns": 3, + "turbo-wheat": 5, + "turbo-cane": 5, + "turbo-warts": 5, + "turbo-carrot": 5, + "turbo-potato": 5, + "turbo-mushroom": 5, + "turbo-cacti": 5, + "turbo-coco": 5, + "turbo-melon": 5, + "turbo-pumpkin": 5, + "ultimate_one_for_all": 1, + "ultimate_soul_eater": 5, "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/misc.json b/constants/misc.json index ae163c9d..c7a476de 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -564,4 +564,4 @@ "plus": "+++" } } -}
\ No newline at end of file +} diff --git a/constants/parents.json b/constants/parents.json index 74269d41..f426e42e 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -758,6 +758,17 @@ "VICIOUS;4", "VICIOUS;5" ], + "WEDDING_RING_0": [ + "WEDDING_RING_1", + "WEDDING_RING_2", + "WEDDING_RING_3", + "WEDDING_RING_4", + "WEDDING_RING_5", + "WEDDING_RING_6", + "WEDDING_RING_7", + "WEDDING_RING_8", + "WEDDING_RING_9" + ], "WITHER_BOOTS": [ "POWER_WITHER_BOOTS", "SPEED_WITHER_BOOTS", diff --git a/items/BAT_WAND.json b/items/BAT_WAND.json index 9c75055a..de7d9f4e 100644 --- a/items/BAT_WAND.json +++ b/items/BAT_WAND.json @@ -28,7 +28,7 @@ "B2": "ENCHANTED_LAPIS_LAZULI_BLOCK:3", "B3": "", "C1": "", - "C2": "ENCHANTED_LAPIS_LAZULI_BLOCK", + "C2": "ENCHANTED_LAPIS_LAZULI_BLOCK:3", "C3": "" }, "internalname": "BAT_WAND", @@ -39,4 +39,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Sceptre" ] -}
\ No newline at end of file +} diff --git a/items/BUILDERS_WAND.json b/items/BUILDERS_WAND.json index aa498c50..b6b8ca69 100644 --- a/items/BUILDERS_WAND.json +++ b/items/BUILDERS_WAND.json @@ -20,6 +20,9 @@ "internalname": "BUILDERS_WAND", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Builder\u0027s_Wand" + ] }
\ No newline at end of file diff --git a/items/CLOWNFISH_PERSONALITY.json b/items/CLOWNFISH_PERSONALITY.json index 111cbeee..9af805ed 100644 --- a/items/CLOWNFISH_PERSONALITY.json +++ b/items/CLOWNFISH_PERSONALITY.json @@ -1,14 +1,14 @@ { "internalname": "CLOWNFISH_PERSONALITY", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§fClownfish Minion Skin", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"595d7800-adce-3918-81cf-1aa3c08bc7bd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgxMzQ4NTE3MiwKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzExOTgxMmNjNTdiNzhjMzM2NmQwNzY3Nzg3NDVmN2Q4MWU5MzY3NjlhOGQyOGNhYzY4ZDQ4MzZmZmU5NTgxMjEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion's appearance to\",2:\"§7a §eClownfish§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fClownfish Minion Skin\"},ExtraAttributes:{id:\"CLOWNFISH_PERSONALITY\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"595d7800-adce-3918-81cf-1aa3c08bc7bd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgxMzQ4NTE3MiwKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzExOTgxMmNjNTdiNzhjMzM2NmQwNzY3Nzg3NDVmN2Q4MWU5MzY3NjlhOGQyOGNhYzY4ZDQ4MzZmZmU5NTgxMjEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion\u0027s appearance to\",2:\"§7a §eClownfish§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fClownfish Minion Skin\"},ExtraAttributes:{id:\"CLOWNFISH_PERSONALITY\"}}", + "modver": "1.7.1-REL", "lore": [ "§7§7This Minion skin changes", - "§7your minion's appearance to", + "§7your minion\u0027s appearance to", "§7a §eClownfish§7.", "", "§7§7You can place this item", @@ -16,5 +16,10 @@ "§7choice!", "", "§f§lCOMMON COSMETIC" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin" ] }
\ No newline at end of file diff --git a/items/EMERALD_RING.json b/items/EMERALD_RING.json index 211e6fbd..2c2a983e 100644 --- a/items/EMERALD_RING.json +++ b/items/EMERALD_RING.json @@ -22,5 +22,10 @@ }, "internalname": "EMERALD_RING", "clickcommand": "viewrecipe", - "modver": "1.7-REL" + "modver": "1.7.1-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Emerald_Ring" + ] }
\ No newline at end of file diff --git a/items/EXPERIMENTATION_TABLE.json b/items/EXPERIMENTATION_TABLE.json index d58387e0..9d56aa19 100644 --- a/items/EXPERIMENTATION_TABLE.json +++ b/items/EXPERIMENTATION_TABLE.json @@ -14,8 +14,11 @@ "§9§lRARE" ], "internalname": "EXPERIMENTATION_TABLE", - "crafttext": "", - "clickcommand": "", - "modver": "1.7-REL", - "infoType": "" + "crafttext": "Requires: Enchanting X", + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Experimentation_Table" + ] }
\ No newline at end of file diff --git a/items/FIRE_PROTECTION;6.json b/items/FIRE_PROTECTION;6.json new file mode 100644 index 00000000..dc6fc2ab --- /dev/null +++ b/items/FIRE_PROTECTION;6.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§9Enchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fire Protection VI\",1:\"§7Grants §a+§f12❂ True Defense\",2:\"§f§7against fire and lava.\",3:\"\",4:\"§7§7Apply Cost: §391 Exp Levels\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"FIRE_PROTECTION;6\",enchantments:{fire_protection:6},uuid:\"9b62fa33-3d96-44fc-89b5-5b46f3eb0df3\",timestamp:\"12/5/20 7:12 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Fire Protection VI", + "§7Grants §a+§f12❂ True Defense", + "§f§7against fire and lava.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "FIRE_PROTECTION;6", + "parent": "FIRE_PROTECTION;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +} diff --git a/items/GOLEM_HAT.json b/items/GOLEM_HAT.json index 9a0156ce..c466d96d 100644 --- a/items/GOLEM_HAT.json +++ b/items/GOLEM_HAT.json @@ -23,5 +23,10 @@ }, "internalname": "GOLEM_HAT", "clickcommand": "viewrecipe", - "modver": "1.7-REL" + "modver": "1.7.1-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golem_Hat" + ] }
\ No newline at end of file diff --git a/items/GRIFFIN_UPGRADE_STONE_EPIC.json b/items/GRIFFIN_UPGRADE_STONE_EPIC.json index e4753c51..60838d43 100644 --- a/items/GRIFFIN_UPGRADE_STONE_EPIC.json +++ b/items/GRIFFIN_UPGRADE_STONE_EPIC.json @@ -6,10 +6,9 @@ "lore": [ "§8Consumed on use", "", - "§7Upgrades a griffin pet to the", - "§7rarity of this stone. Pet", - "§7requires immediately precedent", - "§7rarity.", + "§7Upgrades a griffin pet to", + "§5§lEPIC§7. Pet requires", + "§7immediately precedent rarity.", "", "§7§eRight click on your griffin to", "§eupgrade it!", @@ -35,4 +34,4 @@ "info":[ "https://hypixel-skyblock.fandom.com/wiki/Griffin_Upgrade_Stone" ] -}
\ No newline at end of file +} diff --git a/items/GRIFFIN_UPGRADE_STONE_LEGENDARY.json b/items/GRIFFIN_UPGRADE_STONE_LEGENDARY.json index 22e48846..bc2d024d 100644 --- a/items/GRIFFIN_UPGRADE_STONE_LEGENDARY.json +++ b/items/GRIFFIN_UPGRADE_STONE_LEGENDARY.json @@ -6,10 +6,9 @@ "lore": [ "§8Consumed on use", "", - "§7Upgrades a griffin pet to the", - "§7rarity of this stone. Pet", - "§7requires immediately precedent", - "§7rarity.", +"§7Upgrades a griffin pet to", + "§6&lLEGENDARY§7. Pet requires", + "§7immediately precedent rarity.", "", "§7§eRight click on your griffin to", "§eupgrade it!", @@ -35,4 +34,4 @@ "info":[ "https://hypixel-skyblock.fandom.com/wiki/Griffin_Upgrade_Stone" ] -}
\ No newline at end of file +} diff --git a/items/GRIFFIN_UPGRADE_STONE_RARE.json b/items/GRIFFIN_UPGRADE_STONE_RARE.json index 2b086548..18ff8fac 100644 --- a/items/GRIFFIN_UPGRADE_STONE_RARE.json +++ b/items/GRIFFIN_UPGRADE_STONE_RARE.json @@ -6,10 +6,9 @@ "lore": [ "§8Consumed on use", "", - "§7Upgrades a griffin pet to the", - "§7rarity of this stone. Pet", - "§7requires immediately precedent", - "§7rarity.", + "§7Upgrades a griffin pet to", + "§1§lRARE§7. Pet requires", + "§7immediately precedent rarity.", "", "§7§eRight click on your griffin to", "§eupgrade it!", @@ -35,4 +34,4 @@ "info":[ "https://hypixel-skyblock.fandom.com/wiki/Griffin_Upgrade_Stone" ] -}
\ No newline at end of file +} diff --git a/items/GRIFFIN_UPGRADE_STONE_UNCOMMON.json b/items/GRIFFIN_UPGRADE_STONE_UNCOMMON.json index 6737a7f2..c7dca7ec 100644 --- a/items/GRIFFIN_UPGRADE_STONE_UNCOMMON.json +++ b/items/GRIFFIN_UPGRADE_STONE_UNCOMMON.json @@ -6,10 +6,9 @@ "lore": [ "§8Consumed on use", "", - "§7Upgrades a griffin pet to the", - "§7rarity of this stone. Pet", - "§7requires immediately precedent", - "§7rarity.", + "§7Upgrades a griffin pet to", + "§a§lUNCOMMON§7. Pet requires", + "§7immediately precedent rarity.", "", "§7§eRight click on your griffin to", "§eupgrade it!", @@ -35,4 +34,4 @@ "info":[ "https://hypixel-skyblock.fandom.com/wiki/Griffin_Upgrade_Stone" ] -}
\ No newline at end of file +} diff --git a/items/GUARDIAN;0.json b/items/GUARDIAN;0.json index 0c6890b1..b7c11b4f 100644 --- a/items/GUARDIAN;0.json +++ b/items/GUARDIAN;0.json @@ -4,7 +4,7 @@ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"26508276-c01a-32a9-9201-7dae1724954e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Lazerbeam\",6:\"§7§7Zaps your enemies for §b{0}x\",7:\"§b§7your §b✎ Intelligence §7every\",8:\"§7§a3s\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fGuardian\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GUARDIAN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"GUARDIAN;0\",uuid:\"5ff7dae2-53e6-4e18-bedf-541b4ce1b4f4\",timestamp:\"4/6/20 5:02 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§8Combat Pet", + "§8Enchanting Pet", "", "§7Intelligence: §a{INTELLIGENCE}", "§7Defense: §a{DEFENSE}", @@ -27,4 +27,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Guardian_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/GUARDIAN;1.json b/items/GUARDIAN;1.json index 6b17cea2..13120a54 100644 --- a/items/GUARDIAN;1.json +++ b/items/GUARDIAN;1.json @@ -4,7 +4,7 @@ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"26508276-c01a-32a9-9201-7dae1724954e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Lazerbeam\",6:\"§7§7Zaps your enemies for §b{0}x\",7:\"§b§7your §b✎ Intelligence §7every\",8:\"§7§a3s\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aGuardian\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GUARDIAN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"GUARDIAN;1\",uuid:\"5ff7dae2-53e6-4e18-bedf-541b4ce1b4f4\",timestamp:\"4/6/20 5:02 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§8Combat Pet", + "§8Enchanting Pet", "", "§7Intelligence: §a{INTELLIGENCE}", "§7Defense: §a{DEFENSE}", @@ -27,4 +27,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Guardian_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/GUARDIAN;2.json b/items/GUARDIAN;2.json index dc88bf98..fd90dd0b 100644 --- a/items/GUARDIAN;2.json +++ b/items/GUARDIAN;2.json @@ -4,7 +4,7 @@ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"26508276-c01a-32a9-9201-7dae1724954e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Lazerbeam\",6:\"§7§7Zaps your enemies for §b{0}x\",7:\"§b§7your §b✎ Intelligence §7every\",8:\"§7§a3s\",9:\"\",10:\"§6Enchanting Exp Boost\",11:\"§7§7§7Boosts your Enchanting exp\",12:\"§7by §a{2}%§7\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Guardian\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GUARDIAN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"GUARDIAN;2\",uuid:\"5ff7dae2-53e6-4e18-bedf-541b4ce1b4f4\",timestamp:\"4/6/20 5:02 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§8Combat Pet", + "§8Enchanting Pet", "", "§7Intelligence: §a{INTELLIGENCE}", "§7Defense: §a{DEFENSE}", @@ -31,4 +31,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Guardian_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/GUARDIAN;3.json b/items/GUARDIAN;3.json index 5ba33914..83cf903d 100644 --- a/items/GUARDIAN;3.json +++ b/items/GUARDIAN;3.json @@ -4,7 +4,7 @@ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"26508276-c01a-32a9-9201-7dae1724954e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Lazerbeam\",6:\"§7§7Zaps your enemies for §b{0}x\",7:\"§b§7your §b✎ Intelligence §7every\",8:\"§7§a3s\",9:\"\",10:\"§6Enchanting Exp Boost\",11:\"§7§7§7Boosts your Enchanting exp\",12:\"§7by §a{2}%§7\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Guardian\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GUARDIAN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"GUARDIAN;3\",uuid:\"5ff7dae2-53e6-4e18-bedf-541b4ce1b4f4\",timestamp:\"4/6/20 5:02 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§8Combat Pet", + "§8Enchanting Pet", "", "§7Intelligence: §a{INTELLIGENCE}", "§7Defense: §a{DEFENSE}", @@ -31,4 +31,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Guardian_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/GUARDIAN;4.json b/items/GUARDIAN;4.json index 4a3c3deb..b88f66eb 100644 --- a/items/GUARDIAN;4.json +++ b/items/GUARDIAN;4.json @@ -4,7 +4,7 @@ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"26508276-c01a-32a9-9201-7dae1724954e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Lazerbeam\",6:\"§7§7Zaps your enemies for §b{0}x\",7:\"§b§7your §b✎ Intelligence §7every\",8:\"§7§a3s\",9:\"\",10:\"§6Enchanting Exp Boost\",11:\"§7§7§7Boosts your Enchanting exp\",12:\"§7by §a{2}%§7\",13:\"\",14:\"§6Mana Pool\",15:\"§7§7Regenerate §b{3}% §7extra\",16:\"§7mana, doubled when near or in\",17:\"§7water\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Guardian\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GUARDIAN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"GUARDIAN;4\",uuid:\"5ff7dae2-53e6-4e18-bedf-541b4ce1b4f4\",timestamp:\"4/6/20 5:02 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§8Combat Pet", + "§8Enchanting Pet", "", "§7Intelligence: §a{INTELLIGENCE}", "§7Defense: §a{DEFENSE}", @@ -36,4 +36,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Guardian_Pet" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/HERMIT_CRAB_PERSONALITY.json b/items/HERMIT_CRAB_PERSONALITY.json index c220db77..187853df 100644 --- a/items/HERMIT_CRAB_PERSONALITY.json +++ b/items/HERMIT_CRAB_PERSONALITY.json @@ -1,14 +1,14 @@ { "internalname": "HERMIT_CRAB_PERSONALITY", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§fHermit Crab Minion Skin", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f28abe48-c528-3d89-bcef-18c8852629a6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgxMzY2ODU2NCwKICAicHJvZmlsZUlkIiA6ICIxOTI1MjFiNGVmZGI0MjVjODkzMWYwMmE4NDk2ZTExYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXJpYWxpemFibGUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTI5ZGQ2OWRjNmQ1YzlmMTAzNjFkMzVmZWE1MDE2NWIwYWJjZmFiMDIzMGQ1ODhlYjlkNmUyYTY4ZDhjMzBkMyIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion's appearance to\",2:\"§7a §eHermit Crab§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fHermit Crab Minion Skin\"},ExtraAttributes:{id:\"HERMIT_CRAB_PERSONALITY\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f28abe48-c528-3d89-bcef-18c8852629a6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgxMzY2ODU2NCwKICAicHJvZmlsZUlkIiA6ICIxOTI1MjFiNGVmZGI0MjVjODkzMWYwMmE4NDk2ZTExYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXJpYWxpemFibGUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTI5ZGQ2OWRjNmQ1YzlmMTAzNjFkMzVmZWE1MDE2NWIwYWJjZmFiMDIzMGQ1ODhlYjlkNmUyYTY4ZDhjMzBkMyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion\u0027s appearance to\",2:\"§7a §eHermit Crab§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fHermit Crab Minion Skin\"},ExtraAttributes:{id:\"HERMIT_CRAB_PERSONALITY\"}}", + "modver": "1.7.1-REL", "lore": [ "§7§7This Minion skin changes", - "§7your minion's appearance to", + "§7your minion\u0027s appearance to", "§7a §eHermit Crab§7.", "", "§7§7You can place this item", @@ -16,5 +16,10 @@ "§7choice!", "", "§f§lCOMMON COSMETIC" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin" ] }
\ No newline at end of file diff --git a/items/PRESENT_PERSONALITY.json b/items/PRESENT_PERSONALITY.json new file mode 100644 index 00000000..ef0c751f --- /dev/null +++ b/items/PRESENT_PERSONALITY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fPresent Minion Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5780f7ea-5169-38ce-996f-4d5752f24671\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNjU4MDA1MDY0NCwKICAicHJvZmlsZUlkIiA6ICI3NTE0NDQ4MTkxZTY0NTQ2OGM5NzM5YTZlMzk1N2JlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGFua3NNb2phbmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2EzYzg1NjMyNzFhMDE3ZDM0NTc1Y2M2ZmEyODM4MWM3MzRlYmE0NjE3ZmVlZjZjYTVmN2QwYTVmZWRhNDNkMyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion\u0027s appearance to\",2:\"§7a §ePresent§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fPresent Minion Skin\"},ExtraAttributes:{id:\"PRESENT_PERSONALITY\"}}", + "damage": 3, + "lore": [ + "§7§7This Minion skin changes", + "§7your minion\u0027s appearance to", + "§7a §ePresent§7.", + "", + "§7§7You can place this item", + "§7in any minion of your", + "§7choice!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "PRESENT_PERSONALITY", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin" + ] +}
\ No newline at end of file diff --git a/items/RANCHERS_BOOTS.json b/items/RANCHERS_BOOTS.json index 4d1c5f5a..36fe5941 100644 --- a/items/RANCHERS_BOOTS.json +++ b/items/RANCHERS_BOOTS.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Rancher\u0027s Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+172\",2:\"§7Speed: §a+254\",3:\"\",4:\"§7These boots gain §a+2 §a❈\",5:\"§aDefense §7and §a+4 §f✦ Speed\",6:\"§f§7for every Farming Skill level\",7:\"§7you have.\",8:\"\",9:\"§6Item Ability: Farmer\u0027s Speed §e§lLEFT CLICK\",10:\"§7Change your speed cap\",11:\"\",12:\"§6Item Ability: Farmer\u0027s Grace\",13:\"§7Crops won\u0027t trample while\",14:\"§7wearing\",15:\"\",16:\"§7Bonus Defense: §a102\",17:\"§7Bonus Speed: §a204\",18:\"\",19:\"§7Current Speed Cap: §a400\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§5§lEPIC BOOTS\"],color:0,Name:\"§5Rancher\u0027s Boots\"},ExtraAttributes:{id:\"RANCHERS_BOOTS\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§7Health: §a+100 HP\",2:\"§7Defense: §a+70\",3:\"§7Speed: §a+50\",4:\"\",5:\"§7These boots gain §a+2 §a❈\",6:\"§aDefense §7and §a+4 §f✦ Speed\",7:\"§f§7for every Farming Skill level\",8:\"§7you have.\",9:\"\",10:\"§6Item Ability: Farmer\u0027s Speed §e§lLEFT CLICK\",11:\"§7Change your speed cap\",12:\"\",13:\"§6Item Ability: Farmer\u0027s Grace\",14:\"§7Crops won\u0027t trample while\",15:\"§7wearing\",16:\"\",17:\"§7Bonus Defense: §a0\",18:\"§7Bonus Speed: §a0\",19:\"\",20:\"§7Current Speed Cap: §a400\",21:\"\",22:\"§5§lEPIC BOOTS\"],color:13391104,Name:\"§5Rancher\u0027s Boots\"},ExtraAttributes:{color:\"204:85:0\",modifier:\"zealous\",ranchers_speed:300,originTag:\"RANCHERS_BOOTS\",id:\"RANCHERS_BOOTS\",enchantments:{thorns:3,feather_falling:5,growth:4},uuid:\"73314a06-90c9-4cf6-80d8-64d668209925\",anvil_uses:1,timestamp:\"5/16/20 3:19 PM\"}}", "damage": 0, "lore": [ + "", "§7Health: §a+100 HP", - "§7Defense: §a+172", - "§7Speed: §a+254", + "§7Defense: §a+70", + "§7Speed: §a+50", "", "§7These boots gain §a+2 §a❈", "§aDefense §7and §a+4 §f✦ Speed", @@ -20,8 +21,8 @@ "§7Crops won\u0027t trample while", "§7wearing", "", - "§7Bonus Defense: §a102", - "§7Bonus Speed: §a204", + "§7Bonus Defense: §a0", + "§7Bonus Speed: §a0", "", "§7Current Speed Cap: §a400", "", @@ -30,7 +31,10 @@ ], "internalname": "RANCHERS_BOOTS", "crafttext": "Requires: Pumpkin XI", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "1.7.1-REL", - "infoType": "" -}
\ No newline at end of file + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rancher%27s_Boots" + ] +} diff --git a/items/REINDEER_PERSONALITY.json b/items/REINDEER_PERSONALITY.json new file mode 100644 index 00000000..a4e66d34 --- /dev/null +++ b/items/REINDEER_PERSONALITY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fReindeer Minion Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4087808c-5ee5-3630-ad1b-49559d69e009\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNjMyMTYyNjA4OSwKICAicHJvZmlsZUlkIiA6ICJiYjdjY2E3MTA0MzQ0NDEyOGQzMDg5ZTEzYmRmYWI1OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJsYXVyZW5jaW8zMDMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmVkZDViMDBhNWZiYzJkYWFiNThmMzNkODZiYmM0ZmY4ZDI1OGM5YmRhNjU3NTVjMDMwNTg5MGJiYTA5NjAxZiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion\u0027s appearance to\",2:\"§7a §eReindeer§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fReindeer Minion Skin\"},ExtraAttributes:{id:\"REINDEER_PERSONALITY\"}}", + "damage": 3, + "lore": [ + "§7§7This Minion skin changes", + "§7your minion\u0027s appearance to", + "§7a §eReindeer§7.", + "", + "§7§7You can place this item", + "§7in any minion of your", + "§7choice!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "REINDEER_PERSONALITY", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin" + ] +}
\ No newline at end of file diff --git a/items/REINDEER_PLUSH.json b/items/REINDEER_PLUSH.json new file mode 100644 index 00000000..b219bafa --- /dev/null +++ b/items/REINDEER_PLUSH.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Reindeer Plush", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"61261b8a-bafe-353b-aa8a-384f757e48f0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDQ5MjdjZTViYTIyYWQxZTc1N2Q2YTMzM2UyNzViMzZkYTFhODQzNmZjZWYwNzczNDBhYjUzZTNmYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Holidays cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Reindeer Plush\"},ExtraAttributes:{id:\"REINDEER_PLUSH\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Holidays cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§9§lRARE" + ], + "internalname": "REINDEER_PLUSH", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SCARF_STUDIES.json b/items/SCARF_STUDIES.json index 3c96a95b..36b26f95 100644 --- a/items/SCARF_STUDIES.json +++ b/items/SCARF_STUDIES.json @@ -17,10 +17,10 @@ ], "internalname": "SCARF_STUDIES", "crafttext": "", - "clickcommand": "viewrecipe", + "clickcommand": "", "modver": "1.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scarf%27s_Studies" ] -}
\ No newline at end of file +} diff --git a/items/SEA_LANTERN_HAT.json b/items/SEA_LANTERN_HAT.json index d5ca1c92..3d594ccb 100644 --- a/items/SEA_LANTERN_HAT.json +++ b/items/SEA_LANTERN_HAT.json @@ -23,5 +23,10 @@ }, "internalname": "SEA_LANTERN_HAT", "clickcommand": "viewrecipe", - "modver": "1.7-REL" + "modver": "1.7.1-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sea_Lantern_Hat" + ] }
\ No newline at end of file diff --git a/items/SLED.json b/items/SLED.json new file mode 100644 index 00000000..ebaf6a8b --- /dev/null +++ b/items/SLED.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Sled", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"321d6d02-850d-3d0d-a342-92ce491f4f20\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBlOWQyYmViODRiMzJlM2YxNWUzODBjYzJjNTUxMDY0MjkxMWE1MTIxMDVmYTJlYzY3OWJjNTQwZmQ4MTg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Holidays cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Sled\"},ExtraAttributes:{id:\"SLED\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Holidays cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§9§lRARE" + ], + "internalname": "SLED", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/STAR_DECORATIONS.json b/items/STAR_DECORATIONS.json new file mode 100644 index 00000000..18717aba --- /dev/null +++ b/items/STAR_DECORATIONS.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Star Decorations", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"96ae81aa-035f-3879-a324-2c3d597ed6f7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTdjNjZmNWE0YjQwODAwNWIzMzZkYTY2NzZlOGY2YTJhNjdlZWEzMTVmYjdlOTEzNjBhY2MwNDc4MDJmYTMyMCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Holidays cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Star Decorations\"},ExtraAttributes:{id:\"STAR_DECORATIONS\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Holidays cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§9§lRARE" + ], + "internalname": "STAR_DECORATIONS", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SWORD_OF_REVELATIONS.json b/items/SWORD_OF_REVELATIONS.json index 3f0f43e2..3dee57e0 100644 --- a/items/SWORD_OF_REVELATIONS.json +++ b/items/SWORD_OF_REVELATIONS.json @@ -17,12 +17,23 @@ "§7§8This item can be reforged!", "§5§lEPIC SWORD" ], + "recipe": { + "A1": "GRIFFIN_FEATHER:32", + "A2": "ENCHANTED_ANCIENT_CLAW:8", + "A3": "GRIFFIN_FEATHER:32", + "B1": "GRIFFIN_FEATHER:32", + "B2": "ENCHANTED_GOLD_BLOCK:8", + "B3": "GRIFFIN_FEATHER:32", + "C1": "GRIFFIN_FEATHER:32", + "C2": "STICK:1", + "C3": "GRIFFIN_FEATHER:32" + }, "internalname": "SWORD_OF_REVELATIONS", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "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/WEDDING_RING_1.json b/items/WEDDING_RING_1.json index 798db5df..975a312a 100644 --- a/items/WEDDING_RING_1.json +++ b/items/WEDDING_RING_1.json @@ -1,8 +1,9 @@ { "itemid": "minecraft:gold_nugget", "displayname": "§f§eYellow Rock of Love", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Grants a 1 in 100,000,000,000\",1:\"§7chance to deal §c+100%\",2:\"§c§7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON ACCESSORY\"],Name:\"§f§eYellow Rock of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WEDDING_RING_1\",uuid:\"2edd69f6-7c39-4cbb-95b4-1c66703cbbee\",timestamp:\"9/29/20 1:00 PM\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Grants a 1 in 100,000,000,000\",1:\"§7chance to deal §c+100%\",2:\"§c§7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON ACCESSORY\"],Name:\"§f§eYellow Rock of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WEDDING_RING_1\"}}", "damage": 0, + "parent": "WEDDING_RING_0", "lore": [ "§7Grants a 1 in 100,000,000,000", "§7chance to deal §c+100%", @@ -24,4 +25,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" ] -}
\ No newline at end of file +} diff --git a/items/WEDDING_RING_2.json b/items/WEDDING_RING_2.json new file mode 100644 index 00000000..c4906432 --- /dev/null +++ b/items/WEDDING_RING_2.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aMediocre Ring of Love", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"931a184d-929f-3079-82cd-9a1fe5b5724c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzMwNjU2NzkyMDMsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhmYjI2NWM4Y2M2MTM2MDYzYjRlYjE1NDUwZmUxZmUxYWI3NzM4YjBiZjU0ZDI2NTQ5MGUxZWY0OWRhNjBiN2MifX19\"}]}},display:{Lore:[0:\"\",1:\"§7Grants a 1 in 10,000,000,000 chance\",2:\"§7to deal §c+100% §7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aMediocre Ring of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WEDDING_RING_2\"}}", + "damage": 3, + "parent": "WEDDING_RING_0", + "lore": [ + "", + "§7Grants a 1 in 10,000,000,000 chance", + "§7to deal §c+100% §7damage.", + "", + "§7§8True love is tough to find,", + "§8but finding it hits you hard!", + "", + "§7Requires quest progress!", + "", + "§a§lUNCOMMON ACCESSORY" + ], + "internalname": "WEDDING_RING_2", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" + ] +} diff --git a/items/WEDDING_RING_3.json b/items/WEDDING_RING_3.json new file mode 100644 index 00000000..1caad6c3 --- /dev/null +++ b/items/WEDDING_RING_3.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aRubbish Ring of Love", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"931a184d-929f-3079-82cd-9a1fe5b5724c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzMwNjU2NzkyMDMsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhmYjI2NWM4Y2M2MTM2MDYzYjRlYjE1NDUwZmUxZmUxYWI3NzM4YjBiZjU0ZDI2NTQ5MGUxZWY0OWRhNjBiN2MifX19\"}]}},display:{Lore:[0:\"\",1:\"§7Grants a 1 in 1,000,000,000 chance\",2:\"§7to deal §c+100% §7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aRubbish Ring of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WEDDING_RING_3\"}}", + "damage": 3, + "parent": "WEDDING_RING_0", + "lore": [ + "", + "§7Grants a 1 in 1,000,000,000 chance", + "§7to deal §c+100% §7damage.", + "", + "§7§8True love is tough to find,", + "§8but finding it hits you hard!", + "", + "§7Requires quest progress!", + "", + "§a§lUNCOMMON ACCESSORY" + ], + "internalname": "WEDDING_RING_3", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" + ] +} diff --git a/items/WEDDING_RING_4.json b/items/WEDDING_RING_4.json new file mode 100644 index 00000000..0b501486 --- /dev/null +++ b/items/WEDDING_RING_4.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Modest Ring of Love", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"931a184d-929f-3079-82cd-9a1fe5b5724c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzMwNjU2NzkyMDMsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhmYjI2NWM4Y2M2MTM2MDYzYjRlYjE1NDUwZmUxZmUxYWI3NzM4YjBiZjU0ZDI2NTQ5MGUxZWY0OWRhNjBiN2MifX19\"}]}},display:{Lore:[0:\"\",1:\"§7Grants a 1 in 100,000,000 chance\",2:\"§7to deal §c+100% §7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§9§lRARE ACCESSORY\"],Name:\"§9Modest Ring of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WEDDING_RING_4\"}}", + "damage": 3, + "parent": "WEDDING_RING_0", + "lore": [ + "", + "§7Grants a 1 in 100,000,000 chance", + "§7to deal §c+100% §7damage.", + "", + "§7§8True love is tough to find,", + "§8but finding it hits you hard!", + "", + "§7Requires quest progress!", + "", + "§9§lRARE ACCESSORY" + ], + "internalname": "WEDDING_RING_4", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" + ] +} diff --git a/items/WEDDING_RING_5.json b/items/WEDDING_RING_5.json new file mode 100644 index 00000000..391cd9df --- /dev/null +++ b/items/WEDDING_RING_5.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Refined Ring of Love", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"931a184d-929f-3079-82cd-9a1fe5b5724c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzMwNjU2NzkyMDMsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhmYjI2NWM4Y2M2MTM2MDYzYjRlYjE1NDUwZmUxZmUxYWI3NzM4YjBiZjU0ZDI2NTQ5MGUxZWY0OWRhNjBiN2MifX19\"}]}},display:{Lore:[0:\"\",1:\"§7Grants a 1 in 1,000,000 chance\",2:\"§7to deal §c+100% §7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§9§lRARE ACCESSORY\"],Name:\"§9Refined Ring of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WEDDING_RING_5\"}}", + "damage": 3, + "parent": "WEDDING_RING_0", + "lore": [ + "", + "§7Grants a 1 in 1,000,000 chance", + "§7to deal §c+100% §7damage.", + "", + "§7§8True love is tough to find,", + "§8but finding it hits you hard!", + "", + "§7Requires quest progress!", + "", + "§9§lRARE ACCESSORY" + ], + "internalname": "WEDDING_RING_5", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" + ] +} diff --git a/items/WEDDING_RING_6.json b/items/WEDDING_RING_6.json new file mode 100644 index 00000000..51e4a7a9 --- /dev/null +++ b/items/WEDDING_RING_6.json @@ -0,0 +1,27 @@ +{ + "internalname": "WEDDING_RING_6", + "itemid": "minecraft:skull", + "displayname": "§9Classy Ring of Love", + "crafttext": "", + "clickcommand": "", + "damage": 3, + "parent": "WEDDING_RING_0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"931a184d-929f-3079-82cd-9a1fe5b5724c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzMwNjU2NzkyMDMsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhmYjI2NWM4Y2M2MTM2MDYzYjRlYjE1NDUwZmUxZmUxYWI3NzM4YjBiZjU0ZDI2NTQ5MGUxZWY0OWRhNjBiN2MifX19\"}]}},display:{Lore:[0:\"§7Grants a 1 in 100,000 chance\",1:\"§7to deal §c+100% §7damage.\",2:\"\",3:\"§7§8True love is tough to find,\",4:\"§8but finding it hits you hard!\",5:\"\",6:\"§7Requires quest progress!\",7:\"\",8:\"§9§lRARE ACCESSORY\"],Name:\"§9Classy Ring of Love\"},ExtraAttributes:{modifier:\"silky\",originTag:\"UNKNOWN\",id:\"WEDDING_RING_6\"}}", + "modver": "1.5-REL", + "infoType": "", + "lore": [ + "§7Grants a 1 in 100,000 chance", + "§7to deal §c+100% §7damage.", + "", + "§7§8True love is tough to find,", + "§8but finding it hits you hard!", + "", + "§7Requires quest progress!", + "", + "§9§lRARE ACCESSORY" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" + ] +} diff --git a/items/WEDDING_RING_7.json b/items/WEDDING_RING_7.json new file mode 100644 index 00000000..d48039d9 --- /dev/null +++ b/items/WEDDING_RING_7.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Exquisite Ring of Love", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"931a184d-929f-3079-82cd-9a1fe5b5724c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzMwNjU2NzkyMDMsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhmYjI2NWM4Y2M2MTM2MDYzYjRlYjE1NDUwZmUxZmUxYWI3NzM4YjBiZjU0ZDI2NTQ5MGUxZWY0OWRhNjBiN2MifX19\"}]}},display:{Lore:[0:\"\",1:\"§7Grants a 1 in 10,000 chance\",2:\"§7to deal §c+100% §7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§5§lEPIC ACCESSORY\"],Name:\"§5Exquisite Ring of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WEDDING_RING_7\"}}", + "damage": 3, + "parent": "WEDDING_RING_0", + "lore": [ + "", + "§7Grants a 1 in 10,000 chance", + "§7to deal §c+100% §7damage.", + "", + "§7§8True love is tough to find,", + "§8but finding it hits you hard!", + "", + "§7Requires quest progress!", + "", + "§5§lEPIC ACCESSORY" + ], + "internalname": "WEDDING_RING_7", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" + ] +} diff --git a/items/WEDDING_RING_8.json b/items/WEDDING_RING_8.json new file mode 100644 index 00000000..a4d1b360 --- /dev/null +++ b/items/WEDDING_RING_8.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Invaluable Ring of Love", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"931a184d-929f-3079-82cd-9a1fe5b5724c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzMwNjU2NzkyMDMsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhmYjI2NWM4Y2M2MTM2MDYzYjRlYjE1NDUwZmUxZmUxYWI3NzM4YjBiZjU0ZDI2NTQ5MGUxZWY0OWRhNjBiN2MifX19\"}]}},display:{Lore:[0:\"\",1:\"§7Grants a 1 in 1,000 chance\",2:\"§7to deal §c+100% §7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§5§lRARE ACCESSORY\"],Name:\"§5Invaluable Ring of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WEDDING_RING_8\"}}", + "damage": 3, + "parent": "WEDDING_RING_0", + "lore": [ + "", + "§7Grants a 1 in 1,000 chance", + "§7to deal §c+100% §7damage.", + "", + "§7§8True love is tough to find,", + "§8but finding it hits you hard!", + "", + "§7Requires quest progress!", + "", + "§5§lRARE ACCESSORY" + ], + "internalname": "WEDDING_RING_8", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" + ] +} diff --git a/items/WEDDING_RING_9.json b/items/WEDDING_RING_9.json new file mode 100644 index 00000000..3e1967db --- /dev/null +++ b/items/WEDDING_RING_9.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Legendary Ring of Love", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"931a184d-929f-3079-82cd-9a1fe5b5724c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzMwNjU2NzkyMDMsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhmYjI2NWM4Y2M2MTM2MDYzYjRlYjE1NDUwZmUxZmUxYWI3NzM4YjBiZjU0ZDI2NTQ5MGUxZWY0OWRhNjBiN2MifX19\"}]}},display:{Lore:[0:\"\",1:\"§7Grants a 1 in 100 chance\",2:\"§7to deal §c+100% §7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Legendary Ring of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WEDDING_RING_9\"}}", + "damage": 3, + "parent": "WEDDING_RING_0", + "lore": [ + "", + "§7Grants a 1 in 100 chance", + "§7to deal §c+100% §7damage.", + "", + "§7§8True love is tough to find,", + "§8but finding it hits you hard!", + "", + "§7Requires quest progress!", + "", + "§6§lLEGENDARY ACCESSORY" + ], + "internalname": "WEDDING_RING_9", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" + ] +} diff --git a/update.json b/update.json index 4628a708..8537c480 100644 --- a/update.json +++ b/update.json @@ -1,5 +1,6 @@ { - "version": "1.7-REL", + "version": "1.7.1-REL", + "version_id": 010701, "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", |