diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-25 10:03:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-25 10:03:48 +0100 |
commit | bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59 (patch) | |
tree | 99a14212220c645abc7afe9546f7c01865d087ff /items/PET_SKIN_REINDEER_AURORA.json | |
parent | 8ad06ae184148414b5df4dbe2da3a1516811552d (diff) | |
download | NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.tar.gz NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.tar.bz2 NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.zip |
Fixed a few items and added snowman (#877)
* Fixed a few items and added snowman
* Fixed more items and :cookie:
* Fixed Mana Disintegrator
* nopo im sorry :sob:
* North :star:
Diffstat (limited to 'items/PET_SKIN_REINDEER_AURORA.json')
-rw-r--r-- | items/PET_SKIN_REINDEER_AURORA.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/PET_SKIN_REINDEER_AURORA.json b/items/PET_SKIN_REINDEER_AURORA.json new file mode 100644 index 00000000..06a00c0e --- /dev/null +++ b/items/PET_SKIN_REINDEER_AURORA.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dAurora Reindeer Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6a08923e-250f-3b5e-8d47-7340542a41dc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3MTgzNTY5MjEzMywKICAicHJvZmlsZUlkIiA6ICJhODUxNzQ0MDNlNjg0MDgwYWNkODU3MzhlMjI5NGNhZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJEYVJpdmVyc09uZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zOWY4OGRlM2FhMTVhNjRkYTRmZTE5MGFlMWQ2NzRjZmNhZmQ0ZmJmNGMyOTg1NWM4NzY3MWJkNzQxNjI1Y2M2IgogICAgfQogIH0KfQ\"}]}},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 Reindeer 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:\"§dAurora Reindeer Skin\"},ExtraAttributes:{id:\"PET_SKIN_REINDEER_AURORA\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Reindeer pets.", + "", + "§7§aThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_REINDEER_AURORA", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pet_Skin", + "https://wiki.hypixel.net/Pet_Skin" + ] +}
\ No newline at end of file |