diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-10-21 05:10:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 23:10:58 -0400 |
commit | cde72801c32d97b5f92d893f86cbb51576155b3b (patch) | |
tree | bd3149ed9b17c1b77af4241c1dc8121d68155d4e | |
parent | c53e203f4bc1d49a348e17aaf78f255b84fc159d (diff) | |
download | NotEnoughUpdates-REPO-cde72801c32d97b5f92d893f86cbb51576155b3b.tar.gz NotEnoughUpdates-REPO-cde72801c32d97b5f92d893f86cbb51576155b3b.tar.bz2 NotEnoughUpdates-REPO-cde72801c32d97b5f92d893f86cbb51576155b3b.zip |
new pet skin (#639)
-rw-r--r-- | items/PET_SKIN_PARROT_GOLD_MACAW.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/PET_SKIN_PARROT_GOLD_MACAW.json b/items/PET_SKIN_PARROT_GOLD_MACAW.json new file mode 100644 index 00000000..e0e95977 --- /dev/null +++ b/items/PET_SKIN_PARROT_GOLD_MACAW.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Gold Macaw Parrot Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"02c2e5c0-67d3-3c2d-99fd-411a8a2b845e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzMDM3NTk2NjQ0NywKICAicHJvZmlsZUlkIiA6ICJiZmIyOTcyMDI4ZTA0YTdhOTk0N2U2YTJkZDc5YzYxOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYWxleCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81ZGFkMzQ2NTBmOGQxYzZhZmJmZDk3OWIzOGQ3ZTE0MTJlNjM2MjE1YjhmODUyNDBlMDZkOTk4Mjc4ODc5YjhiIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\"}]}},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 Parrot pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§f§f§9Gold Macaw Parrot Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_PARROT_GOLD_MACAW\"},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 Parrot pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_PARROT_GOLD_MACAW", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file |