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 --- items/PET_SKIN_ARMADILLO_SEAFOAM.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/PET_SKIN_ARMADILLO_SEAFOAM.json') 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", -- cgit