From c253a0532aca722ec75096c7628919e0acd6cf12 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:03:42 +0200 Subject: Fixed lore of pet skins, added accessory, added recipe, removed timestamp, fixed accessory in overlay, added more items and npc's (#949) * Fixed tp pad lore fixed accessory bag overlay for 2 talis * Added 1 new npc and one older npc * Added recipe and removed timestamp * Added Accessory * Added burger * Fixed rng meter values * Fixed all pet skin lores * Fixed drop chance of ench mutton * Fixed lore of murder weapon * Fixed not chicken monster breaking workflow * Add new cosmetics * Fixed Vampire Relic and Caducous steam lore * Fixed lore of netherrack * Fixed Blessed Stats * Added recipe * Added vamp slayer boss --- constants/misc.json | 14 +++++ constants/parents.json | 6 ++ constants/reforgestones.json | 2 +- constants/rngscore.json | 16 ++--- items/BLOOD_DONOR_TALISMAN.json | 19 ++++-- items/CADUCOUS_STEM.json | 4 +- items/CHYME.json | 10 ++-- items/ERIHANN_NPC.json | 16 +++++ items/FANCY_BEACH_CHAIR.json | 21 +++++++ items/FISHERMAN_COOLER.json | 21 +++++++ items/FLAMINGO.json | 21 +++++++ items/MCGRUBBER_BURGER.json | 26 +++++++++ items/NETHERRACK.json | 8 ++- items/NOT_CHICKEN_MONSTER.json | 62 ++++++++++---------- items/OASIS_SHEEP_SC.json | 2 +- items/PET_SKIN_AMMONITE_MAGMA.json | 6 +- items/PET_SKIN_AMMONITE_NATURAL.json | 6 +- items/PET_SKIN_ARMADILLO_ENCHANTED.json | 12 ++-- items/PET_SKIN_ARMADILLO_SEAFOAM.json | 8 +-- items/PET_SKIN_BAL_INFERNO.json | 8 +-- items/PET_SKIN_BAT_VAMPIRE.json | 8 +-- items/PET_SKIN_BEE_RGBEE.json | 8 +-- items/PET_SKIN_BEE_ZOMBEE.json | 8 +-- items/PET_SKIN_BLACK_CAT_IVORY.json | 8 +-- items/PET_SKIN_BLACK_CAT_ONYX.json | 8 +-- items/PET_SKIN_BLACK_CAT_PURRANORMAL.json | 8 +-- items/PET_SKIN_BLAZE_FROZEN.json | 10 ++-- items/PET_SKIN_CHICKEN_BABY_CHICK.json | 8 +-- items/PET_SKIN_CHICKEN_TURKEY.json | 8 +-- items/PET_SKIN_DOLPHIN_SNUBFIN.json | 8 +-- items/PET_SKIN_DOLPHIN_SNUBNOSE_GREEN.json | 8 +-- items/PET_SKIN_DOLPHIN_SNUBNOSE_PURPLE.json | 8 +-- items/PET_SKIN_DOLPHIN_SNUBNOSE_RED.json | 8 +-- items/PET_SKIN_DRAGON_NEON_BLUE.json | 8 +-- items/PET_SKIN_DRAGON_NEON_PURPLE.json | 8 +-- items/PET_SKIN_DRAGON_NEON_RED.json | 8 +-- items/PET_SKIN_DRAGON_PASTEL.json | 8 +-- items/PET_SKIN_ELEPHANT_BLUE.json | 10 ++-- items/PET_SKIN_ELEPHANT_GREEN.json | 8 +-- items/PET_SKIN_ELEPHANT_MONOCHROME.json | 8 +-- items/PET_SKIN_ELEPHANT_ORANGE.json | 8 +-- items/PET_SKIN_ELEPHANT_PINK.json | 8 +-- items/PET_SKIN_ELEPHANT_PURPLE.json | 8 +-- items/PET_SKIN_ELEPHANT_RED.json | 8 +-- items/PET_SKIN_ENDERMAN.json | 8 +-- items/PET_SKIN_ENDERMAN_NEON.json | 8 +-- items/PET_SKIN_ENDERMAN_SLAYER.json | 8 +-- items/PET_SKIN_ENDERMAN_XENON.json | 8 +-- items/PET_SKIN_ENDERMITE_RADIANT.json | 12 ++-- items/PET_SKIN_ENDER_DRAGON_UNDEAD.json | 8 +-- items/PET_SKIN_GOLDEN_DRAGON_ANUBIS.json | 8 +-- items/PET_SKIN_GRIFFIN_REINDRAKE.json | 8 +-- items/PET_SKIN_GUARDIAN.json | 8 +-- items/PET_SKIN_HORSE_ZOMBIE.json | 8 +-- items/PET_SKIN_HOUND_BEAGLE.json | 8 +-- items/PET_SKIN_JELLYFISH_LUMINESCENT.json | 8 +-- items/PET_SKIN_JERRY_GREEN_ELF.json | 8 +-- items/PET_SKIN_JERRY_HANDSOME.json | 8 +-- items/PET_SKIN_JERRY_RED_ELF.json | 8 +-- items/PET_SKIN_KUUDRA_LOYALTY.json | 8 +-- items/PET_SKIN_MEGALODON_BABY.json | 8 +-- items/PET_SKIN_MONKEY_GOLDEN.json | 8 +-- items/PET_SKIN_MONKEY_GORILLA.json | 8 +-- items/PET_SKIN_MOOSHROOM_COW_MOOCELIUM.json | 8 +-- items/PET_SKIN_OCELOT_SNOW_TIGER.json | 8 +-- items/PET_SKIN_PARROT_GOLD_MACAW.json | 8 +-- items/PET_SKIN_PHOENIX_ICE.json | 8 +-- items/PET_SKIN_RABBIT.json | 8 +-- items/PET_SKIN_RABBIT_AQUAMARINE.json | 8 +-- items/PET_SKIN_RABBIT_LUNAR.json | 8 +-- items/PET_SKIN_RABBIT_ROSE.json | 8 +-- items/PET_SKIN_RAT_HIDE_AND_SQUEAK.json | 8 +-- items/PET_SKIN_REINDEER_AURORA.json | 8 +-- items/PET_SKIN_ROCK_BLINKING.json | 8 +-- items/PET_SKIN_ROCK_COOL.json | 8 +-- items/PET_SKIN_ROCK_DERP.json | 8 +-- items/PET_SKIN_ROCK_EMBARRASSED.json | 8 +-- items/PET_SKIN_ROCK_LAUGH.json | 8 +-- items/PET_SKIN_ROCK_NORTH_STAR.json | 8 +-- items/PET_SKIN_ROCK_SMILE.json | 8 +-- items/PET_SKIN_ROCK_SURPRISED.json | 8 +-- items/PET_SKIN_ROCK_SUS.json | 8 +-- items/PET_SKIN_ROCK_SWEATING.json | 8 +-- items/PET_SKIN_ROCK_THINKING.json | 8 +-- items/PET_SKIN_SCATHA_ALBINO.json | 6 +- items/PET_SKIN_SCATHA_DARK.json | 6 +- items/PET_SKIN_SCATHA_GOLDEN.json | 6 +- items/PET_SKIN_SHEEP_BLACK.json | 8 +-- items/PET_SKIN_SHEEP_BLACK_WOOLY.json | 8 +-- items/PET_SKIN_SHEEP_CHROMA_WOOLY.json | 8 +-- items/PET_SKIN_SHEEP_LIGHT_BLUE.json | 8 +-- items/PET_SKIN_SHEEP_LIGHT_GREEN.json | 8 +-- items/PET_SKIN_SHEEP_NEON_BLUE.json | 8 +-- items/PET_SKIN_SHEEP_NEON_GREEN.json | 8 +-- items/PET_SKIN_SHEEP_NEON_RED.json | 8 +-- items/PET_SKIN_SHEEP_NEON_YELLOW.json | 8 +-- items/PET_SKIN_SHEEP_PINK.json | 8 +-- items/PET_SKIN_SHEEP_PURPLE.json | 8 +-- items/PET_SKIN_SHEEP_WHITE.json | 8 +-- items/PET_SKIN_SHEEP_WHITE_WOOLY.json | 8 +-- items/PET_SKIN_SILVERFISH.json | 8 +-- items/PET_SKIN_SILVERFISH_FOSSILIZED.json | 8 +-- items/PET_SKIN_SNOWMAN_ICE_GOLEM.json | 8 +-- items/PET_SKIN_SQUID_GLOW.json | 8 +-- items/PET_SKIN_TIGER_GOLDEN.json | 8 +-- items/PET_SKIN_TIGER_NEON.json | 8 +-- items/PET_SKIN_TIGER_SABER_TOOTH.json | 10 ++-- items/PET_SKIN_TIGER_TWILIGHT.json | 8 +-- items/PET_SKIN_WHALE_COSMIC.json | 6 +- items/PET_SKIN_WHALE_ORCA.json | 8 +-- items/PET_SKIN_WITHER.json | 8 +-- items/PET_SKIN_WOLF.json | 8 +-- items/PET_SKIN_YETI_GROWN_UP.json | 8 +-- items/RIFTSTALKER_BLOODFIEND_1_BOSS.json | 42 ++++++++++++++ items/RIFTSTALKER_BLOODFIEND_2_BOSS.json | 62 ++++++++++++++++++++ items/RIFTSTALKER_BLOODFIEND_3_BOSS.json | 67 +++++++++++++++++++++ items/RIFTSTALKER_BLOODFIEND_4_BOSS.json | 77 ++++++++++++++++++++++++ items/RIFTSTALKER_BLOODFIEND_5_BOSS.json | 87 ++++++++++++++++++++++++++++ items/RIFT_TROPHY_CHICKEN_N_EGG.json | 5 +- items/RIFT_TROPHY_SLIME.json | 15 ++++- items/TACTICIAN_MURDER_WEAPON.json | 7 ++- items/TELEPORT_PAD.json | 6 +- items/TINY_DANCER.json | 18 ++++++ items/UDIUM_NPC.json | 16 +++++ items/VAMPIRE_DENTIST_RELIC.json | 16 ++--- mobs/riftstalker_bloodfiend.json | 9 +++ mobs/riftwalker_bloodfiend.png | Bin 0 -> 1991 bytes 127 files changed, 999 insertions(+), 462 deletions(-) create mode 100644 items/ERIHANN_NPC.json create mode 100644 items/FANCY_BEACH_CHAIR.json create mode 100644 items/FISHERMAN_COOLER.json create mode 100644 items/FLAMINGO.json create mode 100644 items/MCGRUBBER_BURGER.json create mode 100644 items/RIFTSTALKER_BLOODFIEND_1_BOSS.json create mode 100644 items/RIFTSTALKER_BLOODFIEND_2_BOSS.json create mode 100644 items/RIFTSTALKER_BLOODFIEND_3_BOSS.json create mode 100644 items/RIFTSTALKER_BLOODFIEND_4_BOSS.json create mode 100644 items/RIFTSTALKER_BLOODFIEND_5_BOSS.json create mode 100644 items/TINY_DANCER.json create mode 100644 items/UDIUM_NPC.json create mode 100644 mobs/riftstalker_bloodfiend.json create mode 100644 mobs/riftwalker_bloodfiend.png diff --git a/constants/misc.json b/constants/misc.json index ff5e2af9..2a6ea8ed 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1348,6 +1348,20 @@ ], "BLOOD_DONOR_RING": [ "BLOOD_DONOR_ARTIFACT" + ], + "LUSH_TALISMAN": [ + "LUSH_RING", + "LUSH_ARTIFACT" + ], + "LUSH_RING": [ + "LUSH_ARTIFACT" + ], + "AGARIMOO_TALISMAN": [ + "AGARIMOO_RING", + "AGARIMOO_ARTIFACT" + ], + "AGARIMOO_RING": [ + "AGARIMOO_ARTIFACT" ] }, "special_bois": [ diff --git a/constants/parents.json b/constants/parents.json index a27ddc0a..1b1185f6 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3281,5 +3281,11 @@ "HEALING_MELON": [ "JUICY_HEALING_MELON", "LUSCIOUS_HEALING_MELON" + ], + "RIFTSTALKER_BLOODFIEND_1_BOSS": [ + "RIFTSTALKER_BLOODFIEND_2_BOSS", + "RIFTSTALKER_BLOODFIEND_3_BOSS", + "RIFTSTALKER_BLOODFIEND_4_BOSS", + "RIFTSTALKER_BLOODFIEND_5_BOSS" ] } \ No newline at end of file diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 593f5797..d24fa2d6 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -67,7 +67,7 @@ "UNCOMMON": "Grants §6+7☘ Farming Fortune §7and §3+2☯ Farming Wisdom§7.", "RARE": "Grants §6+9☘ Farming Fortune §7and §3+3☯ Farming Wisdom§7.", "EPIC": "Grants §6+13☘ Farming Fortune §7and §3+4☯ Farming Wisdom§7.", - "LEGENDARY": "Grants §6+16☘ Farming Fortune §7and §3+6☯ Farming Wisdom§7.", + "LEGENDARY": "Grants §6+16☘ Farming Fortune §7and §3+5☯ Farming Wisdom§7.", "MYTHIC": "Grants §6+20☘ Farming Fortune §7and §3+6☯ Farming Wisdom§7." }, "reforgeStats": { diff --git a/constants/rngscore.json b/constants/rngscore.json index edd1295e..b4763134 100644 --- a/constants/rngscore.json +++ b/constants/rngscore.json @@ -393,14 +393,14 @@ "POTION": 17700 }, "Riftstalker Bloodfiend": { - "ENCHANTED_BOOK_BUNDLE_QUANTUM": 3750, - "SOULTWIST_RUNE;1": 4250, - "BUBBA_BLISTER": 5000, - "CHOCOLATE_CHIP": 5000, - "GUARDIAN_LUCKY_BLOCK": 8000, - "MCGRUBBER_BURGER": 41000, - "UNFANGED_VAMPIRE_PART": 41000, - "ENCHANTED_BOOK_BUNDLE_THE_ONE": 27833 + "ENCHANTED_BOOK_BUNDLE_QUANTUM": 1687, + "SOULTWIST_RUNE;1": 1912, + "BUBBA_BLISTER": 2250, + "CHOCOLATE_CHIP": 2250, + "GUARDIAN_LUCKY_BLOCK": 3600, + "MCGRUBBER_BURGER": 18450, + "UNFANGED_VAMPIRE_PART": 18450, + "ENCHANTED_BOOK_BUNDLE_THE_ONE": 12525 } } } \ No newline at end of file diff --git a/items/BLOOD_DONOR_TALISMAN.json b/items/BLOOD_DONOR_TALISMAN.json index e3cfa5de..e3482434 100644 --- a/items/BLOOD_DONOR_TALISMAN.json +++ b/items/BLOOD_DONOR_TALISMAN.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§fBlood Donor Talisman", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"69b73a26-5b12-39fd-8e9c-54a09915dec6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjQzMjM3MWJjZWU4MWYyYzhmMzliZDg1OTI5NmFlYjIzMzMzMTQzZGE5Nzk1ZDFmOGJhYzVkMGIwYWNjIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health Regen: §a+1\",1:\"\",2:\"§7Do your part bro.\",3:\"\",4:\"§5§kX§5 Rift-Transferable §kX\",5:\"§f§lCOMMON ACCESSORY\"],Name:\"§f§f§fBlood Donor Talisman\"},ExtraAttributes:{id:\"BLOOD_DONOR_TALISMAN\"}}", + "displayname": "§fBlood Donor Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"69b73a26-5b12-39fd-8e9c-54a09915dec6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjQzMjM3MWJjZWU4MWYyYzhmMzliZDg1OTI5NmFlYjIzMzMzMTQzZGE5Nzk1ZDFmOGJhYzVkMGIwYWNjIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health Regen: §a+1\",1:\"\",2:\"§7Do your part bro.\",3:\"\",4:\"§5§kX§5 Rift-Transferable §kX\",5:\"§f§lCOMMON ACCESSORY\"],Name:\"§fBlood Donor Talisman\"},ExtraAttributes:{id:\"BLOOD_DONOR_TALISMAN\"}}", "damage": 3, "lore": [ "§7Health Regen: §a+1", @@ -11,10 +11,21 @@ "§5§kX§5 Rift-Transferable §kX", "§f§lCOMMON ACCESSORY" ], + "recipe": { + "A1": "HEMOVIBE:12", + "A2": "HEMOVIBE:12", + "A3": "HEMOVIBE:12", + "B1": "HEMOVIBE:12", + "B2": "HEMOVIBE:12", + "B3": "HEMOVIBE:12", + "C1": "HEMOVIBE:12", + "C2": "HEMOVIBE:12", + "C3": "HEMOVIBE:12" + }, "internalname": "BLOOD_DONOR_TALISMAN", - "crafttext": "Requires: Hemovibe II", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", + "crafttext": "Requires: Hemovibe II", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blood_Donor_Talisman", diff --git a/items/CADUCOUS_STEM.json b/items/CADUCOUS_STEM.json index 092a969f..c32c492c 100644 --- a/items/CADUCOUS_STEM.json +++ b/items/CADUCOUS_STEM.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:double_plant", "displayname": "§fCaducous Stem", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7The color and shape of flowers\",1:\"§7are a precise record of what\",2:\"§7bees find attractice.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fCaducous Stem\"},ExtraAttributes:{id:\"CADUCOUS_STEM\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7The color and shape of flowers\",1:\"§7are a precise record of what\",2:\"§7bees find attractive.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fCaducous Stem\"},ExtraAttributes:{id:\"CADUCOUS_STEM\"}}", "damage": 4, "lore": [ "§7The color and shape of flowers", "§7are a precise record of what", - "§7bees find attractice.", + "§7bees find attractive.", "", "§f§lCOMMON" ], diff --git a/items/CHYME.json b/items/CHYME.json index 18660899..898e7fa7 100644 --- a/items/CHYME.json +++ b/items/CHYME.json @@ -1,21 +1,21 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§9Chyme", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34832ef3-5399-3bcb-81ec-86f9c7e263d1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2I4MTcyYzJkZmUzZjk0ZTkyZWVhZjcyZjc4ZmNmNjM0ZTk5NjY1N2ZmNzRkNzNkOTNlNTc4MTUyOGI0NTgzIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Feeding this to your pets gives\",1:\"§7them a boost of §a90,000 exp§7!\",2:\"\",3:\"§7§eRight click on your pet to\",4:\"§efeed it!\",5:\"\",6:\"§9§lRARE\"],Name:\"§f§f§9Chyme\"},ExtraAttributes:{id:\"CHYME\"}}", + "displayname": "§9Chyme", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34832ef3-5399-3bcb-81ec-86f9c7e263d1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2I4MTcyYzJkZmUzZjk0ZTkyZWVhZjcyZjc4ZmNmNjM0ZTk5NjY1N2ZmNzRkNzNkOTNlNTc4MTUyOGI0NTgzIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Feeding this to your pets gives\",1:\"§7them a boost of §a90,000 exp§7!\",2:\"\",3:\"§7§eRight click on your summoned\",4:\"§epet to feed it!\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Chyme\"},ExtraAttributes:{id:\"CHYME\"}}", "damage": 3, "lore": [ "§7Feeding this to your pets gives", "§7them a boost of §a90,000 exp§7!", "", - "§7§eRight click on your pet to", - "§efeed it!", + "§7§eRight click on your summoned", + "§epet to feed it!", "", "§9§lRARE" ], "internalname": "CHYME", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Chyme", diff --git a/items/ERIHANN_NPC.json b/items/ERIHANN_NPC.json new file mode 100644 index 00000000..50aa9908 --- /dev/null +++ b/items/ERIHANN_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Erihann (NPC)", + "nbttag": "{SkullOwner:{Id:\"b2c7adf7-53d6-2fc3-a620-562b6e4b7ebf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkxZjA3YzYzMzZlNDM2NTljNTE3Mzc0NjM5YmY2Yzk2ZDg0ZWI4MjQwODAyZWNkZmJhNGE1ZjU0NDk5ODc0NzEifX19\"}]},Name:\"b2c7adf7-53d6-2fc3-a620-562b6e4b7ebf\"},display:{Lore:[0:\"\"],Name:\"§9Erihann (NPC)\"},ExtraAttributes:{id:\"ERIHANN_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "ERIHANN_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 40, + "y": 101, + "z": 70, + "island": "hub" +} \ No newline at end of file diff --git a/items/FANCY_BEACH_CHAIR.json b/items/FANCY_BEACH_CHAIR.json new file mode 100644 index 00000000..e82acca2 --- /dev/null +++ b/items/FANCY_BEACH_CHAIR.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Fancy Beach Chair", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"784afb8a-7056-3ad3-9a3c-e6f59b6399c1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZhZGY3NDFhYjc2Y2QzNjIwYWQxNjEzMDAyMDJkN2I1OWEzMzA1MWU1OTY3ZTRiNjE5NGJhYzQwYmIyODBmZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Summer Cosmetic\",2:\"\",3:\"§7This exclusive §aSummer\",4:\"§a§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Fancy Beach Chair\"},ExtraAttributes:{id:\"FANCY_BEACH_CHAIR\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Summer Cosmetic", + "", + "§7This exclusive §aSummer", + "§a§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "FANCY_BEACH_CHAIR", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/FISHERMAN_COOLER.json b/items/FISHERMAN_COOLER.json new file mode 100644 index 00000000..980df300 --- /dev/null +++ b/items/FISHERMAN_COOLER.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Fisherman\u0027s Cooler", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5ba4da5c-cc0e-334b-bd02-e20660ec2ca0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWZiZTFiZTE5ZTRmZmFiYTk3ZDYxYmVlZjdjYTMwMTBiNjI5OTZjNjQxZTU3MDg0ZmMzNjRhNmYzZWIxNDEzOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Summer Cosmetic\",2:\"\",3:\"§7This exclusive §aSummer\",4:\"§a§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Fisherman\u0027s Cooler\"},ExtraAttributes:{id:\"FISHERMAN_COOLER\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Summer Cosmetic", + "", + "§7This exclusive §aSummer", + "§a§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "FISHERMAN_COOLER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/FLAMINGO.json b/items/FLAMINGO.json new file mode 100644 index 00000000..76079f7e --- /dev/null +++ b/items/FLAMINGO.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Flamingo Float", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f9b6d003-688a-3923-99a2-c3a22c3e3133\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ5ZTYzN2U4ZTZmZjNmMmVkZGRmZjU5NTQwMmRlMzI0ZmNmNDUxYWQ1NTBmNjkwYWQxOGVkZTA1MGYyYTVmMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Summer Cosmetic\",2:\"\",3:\"§7This exclusive §aSummer\",4:\"§a§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Flamingo Float\"},ExtraAttributes:{id:\"FLAMINGO\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Summer Cosmetic", + "", + "§7This exclusive §aSummer", + "§a§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "FLAMINGO", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/MCGRUBBER_BURGER.json b/items/MCGRUBBER_BURGER.json new file mode 100644 index 00000000..2ff3497c --- /dev/null +++ b/items/MCGRUBBER_BURGER.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5McGrubber\u0027s Burger", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f5622ccb-aebc-36b7-9d39-7cbe0824cb6a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDMzZGRiOTJjYjZiM2E3OTI4MGI4YmRjZWQ4OTc2YWVhYjEzYTRiZmZlYWVmMmQ0NmQ4MjhiZDkxZGVlMGYzZSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consume this tasty burger to\",1:\"§7permanently gain a §dGrubber\",2:\"§dStack§7.\",3:\"\",4:\"§7Each §dstack §7grants:\",5:\" §a+12ф Rift Time\",6:\" §d+5% Motes §7from §dMotes Grubber\",7:\" §d+40 Motes §7on §5Orb §7pickup\",8:\"§8Max 5 stacks!\",9:\"\",10:\"§eRight-click to consume!\",11:\"\",12:\"§5§lEPIC\"],Name:\"§5McGrubber\u0027s Burger\"},ExtraAttributes:{id:\"MCGRUBBER_BURGER\"}}", + "damage": 3, + "lore": [ + "§7Consume this tasty burger to", + "§7permanently gain a §dGrubber", + "§dStack§7.", + "", + "§7Each §dstack §7grants:", + " §a+12ф Rift Time", + " §d+5% Motes §7from §dMotes Grubber", + " §d+40 Motes §7on §5Orb §7pickup", + "§8Max 5 stacks!", + "", + "§eRight-click to consume!", + "", + "§5§lEPIC" + ], + "internalname": "MCGRUBBER_BURGER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/NETHERRACK.json b/items/NETHERRACK.json index 2d61174c..8619d69f 100644 --- a/items/NETHERRACK.json +++ b/items/NETHERRACK.json @@ -1,17 +1,19 @@ { "itemid": "minecraft:netherrack", "displayname": "§fNetherrack", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNetherrack\"},ExtraAttributes:{id:\"NETHERRACK\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fNetherrack\"},ExtraAttributes:{id:\"NETHERRACK\"}}", "damage": 0, "lore": [ + "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "NETHERRACK", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "vanilla": true, "clickcommand": "", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Netherrack" - ] + ], + "crafttext": "" } \ No newline at end of file diff --git a/items/NOT_CHICKEN_MONSTER.json b/items/NOT_CHICKEN_MONSTER.json index 0d3a51ca..846a3e2b 100644 --- a/items/NOT_CHICKEN_MONSTER.json +++ b/items/NOT_CHICKEN_MONSTER.json @@ -1,33 +1,33 @@ { - "itemid": "minecraft:skull", - "displayname": "§aNot Chicken (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"00000000-0000-0000-0000-000000000000\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWI3MDIyOTY2ZTJkMTE4N2Q4NTFmYzI3ZWNkODgxYzA1YWUwNTMyZmYzNDIzN2ZkYjA4MGYwMjU4ZTNhZWUifX19\"}]}}}", - "damage": 3, - "lore": [ - "§7Shoot with §9Berberis Blowgun §7to kill.", - "§7Found near the §eDreadfarm §7in §dthe Rift§7.", - "", - "§c❤ Health§8: §c3" - ], - "internalname": "NOT_CHICKEN_MONSTER", - "crafttext": "", - "clickcommand": "", - "modver": "2.1.1-PRE", - "infoType": "", - "recipes": [ - { - "type": "drops", - "coins": 0, - "level": 1, - "combat_xp": 0, - "drops": [ - "METAPHORIC_EGG:1" - ], - "render": "Chicken", - "panorama": "rift", - "name": "§2Not Chicken", - "xp": 0, - "extra": [] - } - ] + "itemid": "minecraft:skull", + "displayname": "§aNot Chicken (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"00000000-0000-0000-0000-000000000000\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWI3MDIyOTY2ZTJkMTE4N2Q4NTFmYzI3ZWNkODgxYzA1YWUwNTMyZmYzNDIzN2ZkYjA4MGYwMjU4ZTNhZWUifX19\"}]}},display:{Lore:[0:\"§7Shoot with §9Berberis Blowgun §7to kill.\",1:\"§7Found near the §eDreadfarm §7in §dthe Rift§7.\",2:\"\",3:\"§c❤ Health§8: §c3\"],Name:\"§aNot Chicken (Monster)\"},ExtraAttributes:{id:\"NOT_CHICKEN_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Shoot with §9Berberis Blowgun §7to kill.", + "§7Found near the §eDreadfarm §7in §dthe Rift§7.", + "", + "§c❤ Health§8: §c3" + ], + "internalname": "NOT_CHICKEN_MONSTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "drops", + "coins": 0, + "level": 1, + "combat_xp": 0, + "drops": [ + "METAPHORIC_EGG:1" + ], + "render": "Chicken", + "panorama": "rift", + "name": "§2Not Chicken", + "xp": 0, + "extra": [] + } + ] } \ No newline at end of file diff --git a/items/OASIS_SHEEP_SC.json b/items/OASIS_SHEEP_SC.json index 34665569..daf0f1ff 100644 --- a/items/OASIS_SHEEP_SC.json +++ b/items/OASIS_SHEEP_SC.json @@ -47,7 +47,7 @@ }, { "id": "ENCHANTED_MUTTON", - "chance": "20%" + "chance": "5%" }, { "id": "ENCHANTED_COOKED_MUTTON", diff --git a/items/PET_SKIN_AMMONITE_MAGMA.json b/items/PET_SKIN_AMMONITE_MAGMA.json index 84497ff3..a629137a 100644 --- a/items/PET_SKIN_AMMONITE_MAGMA.json +++ b/items/PET_SKIN_AMMONITE_MAGMA.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§dMagma Ammonite Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bbed9b9f-5138-3b0d-b8f5-a5487d9bbd02\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MTk4NDk0NjIwOSwKICAicHJvZmlsZUlkIiA6ICI2NTk0YzdiMTExOWE0Njc3ODc0Y2ZmOWNlMzM3NzYxOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJndHhzb3UiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzAwOGI4ZDA4ZjgxMmVmZTMyOGY4OThhYTdjY2Y3MGE2OGM3ZGRlZDNiYTcxNTQ5MGUyNTA2NWU3ZmYzNGQxMyIKICAgIH0KICB9Cn0\"}]}},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 Ammonite pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dMagma Ammonite Skin\"},ExtraAttributes:{id:\"PET_SKIN_AMMONITE_MAGMA\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bbed9b9f-5138-3b0d-b8f5-a5487d9bbd02\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MTk4NDk0NjIwOSwKICAicHJvZmlsZUlkIiA6ICI2NTk0YzdiMTExOWE0Njc3ODc0Y2ZmOWNlMzM3NzYxOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJndHhzb3UiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzAwOGI4ZDA4ZjgxMmVmZTMyOGY4OThhYTdjY2Y3MGE2OGM3ZGRlZDNiYTcxNTQ5MGUyNTA2NWU3ZmYzNGQxMyIKICAgIH0KICB9Cn0\"}]}},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 Ammonite pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dMagma Ammonite Skin\"},ExtraAttributes:{id:\"PET_SKIN_AMMONITE_MAGMA\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", @@ -16,8 +16,8 @@ "", "§7§aThis skin is animated!", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§d§lMYTHIC COSMETIC" ], diff --git a/items/PET_SKIN_AMMONITE_NATURAL.json b/items/PET_SKIN_AMMONITE_NATURAL.json index 3f124d91..98071e81 100644 --- a/items/PET_SKIN_AMMONITE_NATURAL.json +++ b/items/PET_SKIN_AMMONITE_NATURAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Natural Ammonite Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0c7b5379-3252-3696-868e-7ce52c563f11\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MTk4NTk0NTQzNywKICAicHJvZmlsZUlkIiA6ICI5MWYwNGZlOTBmMzY0M2I1OGYyMGUzMzc1Zjg2ZDM5ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdG9ybVN0b3JteSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mMTU0NmQ2YTY5MGVjZjIyYTVhOTM4MTI0MzVkZGFjYmJlOWMyNzhhMDJlYTM4MDM5ZDkzODMxMzM0NGRiYTUzIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\"}]}},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 Ammonite pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Natural Ammonite Skin\"},ExtraAttributes:{id:\"PET_SKIN_AMMONITE_NATURAL\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0c7b5379-3252-3696-868e-7ce52c563f11\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MTk4NTk0NTQzNywKICAicHJvZmlsZUlkIiA6ICI5MWYwNGZlOTBmMzY0M2I1OGYyMGUzMzc1Zjg2ZDM5ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdG9ybVN0b3JteSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mMTU0NmQ2YTY5MGVjZjIyYTVhOTM4MTI0MzVkZGFjYmJlOWMyNzhhMDJlYTM4MDM5ZDkzODMxMzM0NGRiYTUzIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\"}]}},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 Ammonite pets.\",9:\"\",10:\"§7§eRight click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Natural Ammonite Skin\"},ExtraAttributes:{id:\"PET_SKIN_AMMONITE_NATURAL\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", @@ -14,8 +14,8 @@ "§7§7This skin can only be applied", "§7to Ammonite pets.", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§5§lEPIC COSMETIC" ], diff --git a/items/PET_SKIN_ARMADILLO_ENCHANTED.json b/items/PET_SKIN_ARMADILLO_ENCHANTED.json index 84835b35..86de6f95 100644 --- a/items/PET_SKIN_ARMADILLO_ENCHANTED.json +++ b/items/PET_SKIN_ARMADILLO_ENCHANTED.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§dEnchanted Armadillo Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d1c649db-5d34-3c51-a0b8-9f727039eb16\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjIyNzA4MTc1OCwKICAicHJvZmlsZUlkIiA6ICIzNDkxZjJiOTdjMDE0MWE2OTM2YjFjMjJhMmEwMGZiNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJKZXNzc3N1aGgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQyNmQ3YjE3NGU4YmQ5YzI4M2Y5MWE0MmNmMmRmYTk1YTUxOGQ1ZWFlOTdhYjU1OTU0MTJkNDk1MWQ0ZGIxOCIKICAgIH0KICB9Cn0\"}]}},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 Armadillo pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dEnchanted Armadillo Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ARMADILLO_ENCHANTED\"},AttributeModifiers:[]}", + "displayname": "§f§f§dEnchanted Armadillo Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d1c649db-5d34-3c51-a0b8-9f727039eb16\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjIyNzA4MTc1OCwKICAicHJvZmlsZUlkIiA6ICIzNDkxZjJiOTdjMDE0MWE2OTM2YjFjMjJhMmEwMGZiNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJKZXNzc3N1aGgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQyNmQ3YjE3NGU4YmQ5YzI4M2Y5MWE0MmNmMmRmYTk1YTUxOGQ1ZWFlOTdhYjU1OTU0MTJkNDk1MWQ0ZGIxOCIKICAgIH0KICB9Cn0\"}]}},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 Armadillo pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§f§f§dEnchanted Armadillo Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ARMADILLO_ENCHANTED\"}}", "damage": 3, "lore": [ "§8Consumed on use", @@ -14,17 +14,17 @@ "§7§7This skin can only be applied", "§7to Armadillo pets.", "", - "§dThis skin is animated!", + "§7§aThis skin is animated!", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§d§lMYTHIC COSMETIC" ], "internalname": "PET_SKIN_ARMADILLO_ENCHANTED", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", diff --git a/items/PET_SKIN_ARMADILLO_SEAFOAM.json b/items/PET_SKIN_ARMADILLO_SEAFOAM.json index df980c6a..f4f2a51f 100644 --- a/items/PET_SKIN_ARMADILLO_SEAFOAM.json +++ b/items/PET_SKIN_ARMADILLO_SEAFOAM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§dSeafoam Armadillo Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9ce99dcb-f8de-3feb-aca2-d4fbfc96fe98\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjIyNjkwNTg3MiwKICAicHJvZmlsZUlkIiA6ICJmMTYwZTMxMzJjYWM0YjRiOWM5OTk2NDQ1OGIxOWM0ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb255S3VuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2QwYzcyYjBkYjJlY2JkYWYxNTNjNTYzNTkzZDE3ZDU0NmIzMDJiMjc4YjFiODFkM2UwNjM5NjNiNWIwZTViYzQiCiAgICB9CiAgfQp9\"}]}},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 Armadillo pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dSeafoam Armadillo Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ARMADILLO_SEAFOAM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9ce99dcb-f8de-3feb-aca2-d4fbfc96fe98\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjIyNjkwNTg3MiwKICAicHJvZmlsZUlkIiA6ICJmMTYwZTMxMzJjYWM0YjRiOWM5OTk2NDQ1OGIxOWM0ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb255S3VuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2QwYzcyYjBkYjJlY2JkYWYxNTNjNTYzNTkzZDE3ZDU0NmIzMDJiMjc4YjFiODFkM2UwNjM5NjNiNWIwZTViYzQiCiAgICB9CiAgfQp9\"}]}},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 Armadillo pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dSeafoam Armadillo Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ARMADILLO_SEAFOAM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", @@ -16,15 +16,15 @@ "", "§dThis skin is animated!", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§d§lMYTHIC COSMETIC" ], "internalname": "PET_SKIN_ARMADILLO_SEAFOAM", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", diff --git a/items/PET_SKIN_BAL_INFERNO.json b/items/PET_SKIN_BAL_INFERNO.json index 23ee4236..c42d53a3 100644 --- a/items/PET_SKIN_BAL_INFERNO.json +++ b/items/PET_SKIN_BAL_INFERNO.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§dInferno Bal Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"03eb412d-870b-3374-8276-7aeda02304af\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MTA5Nzg3MDgyOCwKICAicHJvZmlsZUlkIiA6ICI4ODBiZWMwYTE0MmM0YzRlYTJlZjliMTFiMTBkNWNiNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmZ2FiIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE1YWU2ZTM0N2MyYzgyODAyMGIyMmY2ZmFlZDYyYmFmMjc1NDhmYWQxNjU2NDQ3YWYwMDdiODAyZDZmNTU2ZTQiCiAgICB9CiAgfQp9\"}]}},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 Bal pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dInferno Bal Skin\"},ExtraAttributes:{id:\"PET_SKIN_BAL_INFERNO\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"03eb412d-870b-3374-8276-7aeda02304af\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MTA5Nzg3MDgyOCwKICAicHJvZmlsZUlkIiA6ICI4ODBiZWMwYTE0MmM0YzRlYTJlZjliMTFiMTBkNWNiNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmZ2FiIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE1YWU2ZTM0N2MyYzgyODAyMGIyMmY2ZmFlZDYyYmFmMjc1NDhmYWQxNjU2NDQ3YWYwMDdiODAyZDZmNTU2ZTQiCiAgICB9CiAgfQp9\"}]}},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 Bal pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dInferno Bal Skin\"},ExtraAttributes:{id:\"PET_SKIN_BAL_INFERNO\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", @@ -16,15 +16,15 @@ "", "§dThis skin is animated!", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§d§lMYTHIC COSMETIC" ], "internalname": "PET_SKIN_BAL_INFERNO", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", diff --git a/items/PET_SKIN_BAT_VAMPIRE.json b/items/PET_SKIN_BAT_VAMPIRE.json index 4aa75e9b..9ea0bc5c 100644 --- a/items/PET_SKIN_BAT_VAMPIRE.json +++ b/items/PET_SKIN_BAT_VAMPIRE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§dVampire Bat Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2827ca6d-99b2-3e2c-b46b-09b8dcd7e12a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzNTQ5NjQ2OTg1OSwKICAicHJvZmlsZUlkIiA6ICI2ZGVkZTVlZjE3MDQ0NTA5OGFmNGE5ZGQ2MzcxMjUzMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbHZhcm81MDE3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ3M2FmNjllZDliZjY3ZTJmNTQwM2RkN2QyOGJiZTMyMDM0NzQ5YmJmYjYzNWFjMTc4OWE0MTIwNTNjZGNiZjAiCiAgICB9CiAgfQp9\"}]}},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 Bat pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dVampire Bat Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_BAT_VAMPIRE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2827ca6d-99b2-3e2c-b46b-09b8dcd7e12a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzNTQ5NjQ2OTg1OSwKICAicHJvZmlsZUlkIiA6ICI2ZGVkZTVlZjE3MDQ0NTA5OGFmNGE5ZGQ2MzcxMjUzMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbHZhcm81MDE3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ3M2FmNjllZDliZjY3ZTJmNTQwM2RkN2QyOGJiZTMyMDM0NzQ5YmJmYjYzNWFjMTc4OWE0MTIwNTNjZGNiZjAiCiAgICB9CiAgfQp9\"}]}},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 Bat pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dVampire Bat Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_BAT_VAMPIRE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", @@ -16,15 +16,15 @@ "", "§dThis skin is animated!", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§d§lMYTHIC COSMETIC" ], "internalname": "PET_SKIN_BAT_VAMPIRE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", diff --git a/items/PET_SKIN_BEE_RGBEE.json b/items/PET_SKIN_BEE_RGBEE.json index ec55c2b3..43175731 100644 --- a/items/PET_SKIN_BEE_RGBEE.json +++ b/items/PET_SKIN_BEE_RGBEE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§dRGBee Bee Skin", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1ddd370a-f27d-35b1-966b-dbef29ba69e8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MTUyNDAyMTYwNiwKICAicHJvZmlsZUlkIiA6ICJlNGY1NWQzMzBjZmU0NzExYWNkMzNlYmNiMmU1YTc0ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJKMG9iaSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85OWM2ZGE0NWRhNWE0NjYxNGMwNWQ1ZjhkN2IzZGZlZmIwMjVlODJjYTRjZGI0ZjBkYjY0Y2VkMTMxNWRmNjU5IgogICAgfQogIH0KfQ\"}]}},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 Bee pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§f§f§dRGBee Bee Skin\"},ExtraAttributes:{id:\"PET_SKIN_BEE_RGBEE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1ddd370a-f27d-35b1-966b-dbef29ba69e8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MTUyNDAyMTYwNiwKICAicHJvZmlsZUlkIiA6ICJlNGY1NWQzMzBjZmU0NzExYWNkMzNlYmNiMmU1YTc0ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJKMG9iaSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85OWM2ZGE0NWRhNWE0NjYxNGMwNWQ1ZjhkN2IzZGZlZmIwMjVlODJjYTRjZGI0ZjBkYjY0Y2VkMTMxNWRmNjU5IgogICAgfQogIH0KfQ\"}]}},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 Bee pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§f§f§dRGBee Bee Skin\"},ExtraAttributes:{id:\"PET_SKIN_BEE_RGBEE\"}}", "damage": 3, "lore": [ "§8Consumed on use", @@ -16,15 +16,15 @@ "", "§7§aThis skin is animated!", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§d§lMYTHIC COSMETIC" ], "internalname": "PET_SKIN_BEE_RGBEE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", diff --git a/items/PET_SKIN_BEE_ZOMBEE.json b/items/PET_SKIN_BEE_ZOMBEE.json index 8a88fff2..5ae9d273 100644 --- a/items/PET_SKIN_BEE_ZOMBEE.json +++ b/items/PET_SKIN_BEE_ZOMBEE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5ZomBee Bee Skin", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"29b27f2a-c252-3ae5-a443-e2100c47d961\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2NDE1Njc0MTA0OSwKICAicHJvZmlsZUlkIiA6ICIxNmQ4NjI4NzYzMWY0NDY2OGQ0NDM2ZTJlY2IwNTllNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZXphVG91cm5leSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mNmUxYWU5M2FkNWU5NGEwOTA0YTA4NzdmZjE0YTlkZTU2MDgzMjQyYTU3ODZhYzdkYzUwM2UwOThhZTM3MTIwIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},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 Bee pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5ZomBee Bee Skin\"},ExtraAttributes:{id:\"PET_SKIN_BEE_ZOMBEE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"29b27f2a-c252-3ae5-a443-e2100c47d961\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2NDE1Njc0MTA0OSwKICAicHJvZmlsZUlkIiA6ICIxNmQ4NjI4NzYzMWY0NDY2OGQ0NDM2ZTJlY2IwNTllNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZXphVG91cm5leSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mNmUxYWU5M2FkNWU5NGEwOTA0YTA4NzdmZjE0YTlkZTU2MDgzMjQyYTU3ODZhYzdkYzUwM2UwOThhZTM3MTIwIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},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 Bee pets.\",9:\"\",10:\"§7§eRight click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5ZomBee Bee Skin\"},ExtraAttributes:{id:\"PET_SKIN_BEE_ZOMBEE\"}}", "damage": 3, "lore": [ "§8Consumed on use", @@ -14,15 +14,15 @@ "§7§7This skin can only be applied", "§7to Bee pets.", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§5§lEPIC COSMETIC" ], "internalname": "PET_SKIN_BEE_ZOMBEE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" diff --git a/items/PET_SKIN_BLACK_CAT_IVORY.json b/items/PET_SKIN_BLACK_CAT_IVORY.json index 18df4874..3c50d382 100644 --- a/items/PET_SKIN_BLACK_CAT_IVORY.json +++ b/items/PET_SKIN_BLACK_CAT_IVORY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Ivory Black Cat Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"226082cc-4eae-30ba-b3df-f73b2f898e29\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDIyNTAxMTY3MiwKICAicHJvZmlsZUlkIiA6ICIxNzhmMTJkYWMzNTQ0ZjRhYjExNzkyZDc1MDkzY2JmYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzaWxlbnRkZXRydWN0aW9uIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Y1MWIxN2Q3ZGVkNmM3ZThmM2IyZGFjMTIzNzhhNmZjNGU5MjI4YjkxMTk4NmY2NGM4YWY0NTgzN2FlNmQ5ZTEiCiAgICB9CiAgfQp9\"}]}},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 Black Cat pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Ivory Black Cat Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_BLACK_CAT_IVORY\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"226082cc-4eae-30ba-b3df-f73b2f898e29\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDIyNTAxMTY3MiwKICAicHJvZmlsZUlkIiA6ICIxNzhmMTJkYWMzNTQ0ZjRhYjExNzkyZDc1MDkzY2JmYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzaWxlbnRkZXRydWN0aW9uIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Y1MWIxN2Q3ZGVkNmM3ZThmM2IyZGFjMTIzNzhhNmZjNGU5MjI4YjkxMTk4NmY2NGM4YWY0NTgzN2FlNmQ5ZTEiCiAgICB9CiAgfQp9\"}]}},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 Black Cat pets.\",9:\"\",10:\"§7§eRight click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Ivory Black Cat Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_BLACK_CAT_IVORY\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", @@ -14,15 +14,15 @@ "§7§7This skin can only be applied", "§7to Black Cat pets.", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§5§lEPIC COSMETIC" ], "internalname": "PET_SKIN_BLACK_CAT_IVORY", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", diff --git a/items/PET_SKIN_BLACK_CAT_ONYX.json b/items/PET_SKIN_BLACK_CAT_ONYX.json index ed5520e3..51542a7f 100644 --- a/items/PET_SKIN_BLACK_CAT_ONYX.json +++ b/items/PET_SKIN_BLACK_CAT_ONYX.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Onyx Black Cat Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9c1f2945-99bf-3ab2-bd0f-7f223a58c7db\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDIyNTA0NDA4MiwKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iZTkyNDExNWQzYThiYmFjZmQ0ZmFmYjZjYzcwZjk5YTJmNzU4MGU0NTgzYTUwZmE5YjljMjg1YTk4YWMwYzU2IgogICAgfQogIH0KfQ\"}]}},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 Black Cat pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Onyx Black Cat Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_BLACK_CAT_ONYX\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9c1f2945-99bf-3ab2-bd0f-7f223a58c7db\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDIyNTA0NDA4MiwKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iZTkyNDExNWQzYThiYmFjZmQ0ZmFmYjZjYzcwZjk5YTJmNzU4MGU0NTgzYTUwZmE5YjljMjg1YTk4YWMwYzU2IgogICAgfQogIH0KfQ\"}]}},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 Black Cat pets.\",9:\"\",10:\"§7§eRight click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Onyx Black Cat Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_BLACK_CAT_ONYX\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", @@ -14,15 +14,15 @@ "§7§7This skin can only be applied", "§7to Black Cat pets.", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§5§lEPIC COSMETIC" ], "internalname": "PET_SKIN_BLACK_CAT_ONYX", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", diff --git a/items/PET_SKIN_BLACK_CAT_PURRANORMAL.json b/items/PET_SKIN_BLACK_CAT_PURRANORMAL.json index 31ff181d..2fcd8128 100644 --- a/items/PET_SKIN_BLACK_CAT_PURRANORMAL.json +++ b/items/PET_SKIN_BLACK_CAT_PURRANORMAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§dPurranormal Black Cat Skin", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"49a2ffc8-086d-3bc5-acb2-2c5678e078a1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2NDIxMjQzMTI1NCwKICAicHJvZmlsZUlkIiA6ICI3ZDJhY2YzOGQ3YTQ0YjU0YTliMGNkYTZhNzk1YmNmYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJXaW5zdHJlYWtzT1AiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0YTEzNDBmNWFhNGYwMTNiZDQ5ZTlkNDFkOGE0NzFkM2EwNDQxNjVhZGNiOTI5YzA1ZmUwNTIzNzZlNWU0YiIKICAgIH0KICB9Cn0\u003d\"}]}},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 Black Cat pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dPurranormal Black Cat Skin\"},ExtraAttributes:{id:\"PET_SKIN_BLACK_CAT_PURRANORMAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"49a2ffc8-086d-3bc5-acb2-2c5678e078a1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2NDIxMjQzMTI1NCwKICAicHJvZmlsZUlkIiA6ICI3ZDJhY2YzOGQ3YTQ0YjU0YTliMGNkYTZhNzk1YmNmYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJXaW5zdHJlYWtzT1AiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0YTEzNDBmNWFhNGYwMTNiZDQ5ZTlkNDFkOGE0NzFkM2EwNDQxNjVhZGNiOTI5YzA1ZmUwNTIzNzZlNWU0YiIKICAgIH0KICB9Cn0\u003d\"}]}},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 Black Cat pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dPurranormal Black Cat Skin\"},ExtraAttributes:{id:\"PET_SKIN_BLACK_CAT_PURRANORMAL\"}}", "damage": 3, "lore": [ "§8Consumed on use", @@ -16,15 +16,15 @@ "", "§7§aThis skin is animated!", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§d§lMYTHIC COSMETIC" ], "internalname": "PET_SKIN_BLACK_CAT_PURRANORMAL", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", diff --git a/items/PET_SKIN_BLAZE_FROZEN.json b/items/PET_SKIN_BLAZE_FROZEN.json index bafca99d..9e5ab44d 100644 --- a/items/PET_SKIN_BLAZE_FROZEN.json +++ b/items/PET_SKIN_BLAZE_FROZEN.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§dFrozen Blaze Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c142988e-3a90-35ef-9fa6-a7c1ab3cfa8c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzOTI4ODk2NjczMiwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85NjE3YTM0YzhmZjQ2N2ZkYjQ1YmUzZmYxNzg2M2ZjZmY3ZTg0MjRjOGRkOWI5OTY2NmVkZDEzYjQ0YjMyZThjIgogICAgfQogIH0KfQ\"}]}},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 Blaze pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dFrozen Blaze Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_BLAZE_FROZEN\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c142988e-3a90-35ef-9fa6-a7c1ab3cfa8c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzOTI4ODk2NjczMiwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85NjE3YTM0YzhmZjQ2N2ZkYjQ1YmUzZmYxNzg2M2ZjZmY3ZTg0MjRjOGRkOWI5OTY2NmVkZDEzYjQ0YjMyZThjIgogICAgfQogIH0KfQ\"}]}},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 Blaze pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dFrozen Blaze Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_BLAZE_FROZEN\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", @@ -16,18 +16,18 @@ "", "§dThis skin is animated!", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§d§lMYTHIC COSMETIC" ], "internalname": "PET_SKIN_BLAZE_FROZEN", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", "https://wiki.hypixel.net/Frozen_Blaze_Skin" ] -} +} \ No newline at end of file diff --git a/items/PET_SKIN_CHICKEN_BABY_CHICK.json b/items/PET_SKIN_CHICKEN_BABY_CHICK.json index a9d2c65a..c3d56f02 100644 --- a/items/PET_SKIN_CHICKEN_BABY_CHICK.json +++ b/items/PET_SKIN_CHICKEN_BABY_CHICK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Baby Chick Chicken Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"83abf023-37cc-3058-a9ff-c8d46cb57a2b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWJkZTU1ZWQ1NGNiNWM4NzY2MWI4NmMzNDkxODZhOWQ1YmFmZmIzY2I5MzRiNDQ5YTJkMzI5ZTM5OWQzNGJmIn19fQ==\"}]}},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 Chicken pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Chick Chicken Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_CHICKEN_BABY_CHICK\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"83abf023-37cc-3058-a9ff-c8d46cb57a2b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWJkZTU1ZWQ1NGNiNWM4NzY2MWI4NmMzNDkxODZhOWQ1YmFmZmIzY2I5MzRiNDQ5YTJkMzI5ZTM5OWQzNGJmIn19fQ\u003d\u003d\"}]}},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 Chicken pets.\",9:\"\",10:\"§7§eRight click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Chick Chicken Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_CHICKEN_BABY_CHICK\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", @@ -14,15 +14,15 @@ "§7§7This skin can only be applied", "§7to Chicken pets.", "", - "§7§eRight click on your pet to", - "§eapply this skin!", + "§7§eRight click on your summoned", + "§epet to apply this skin!", "", "§5§lEPIC COSMETIC" ], "internalname": "PET_SKIN_CHICKEN_BABY_CHICK", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", diff --git a/items/PET_SKIN_CHICKEN_TURKEY.json b/items/PET_SKIN_CHICKEN_TURKEY.json index 98b3511f..dbceb875 100644 --- a/items/PET_SKIN_CHICKEN_TURKEY.json +++ b/items/PET_SKIN_CHICKEN_TURKEY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Turkey Chicken