diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-25 14:47:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-25 14:47:42 +0100 |
commit | e17d43aab28388331b3443a0fc4528284f4390b9 (patch) | |
tree | ae18c3a6760c1127966ec8ed8ee9a6f4f34cedcd /items/PET_SKIN_PHOENIX_ICE.json | |
parent | 10fff6c9c7f7e38222bd85328c0f3b7216163dce (diff) | |
download | NotEnoughUpdates-REPO-e17d43aab28388331b3443a0fc4528284f4390b9.tar.gz NotEnoughUpdates-REPO-e17d43aab28388331b3443a0fc4528284f4390b9.tar.bz2 NotEnoughUpdates-REPO-e17d43aab28388331b3443a0fc4528284f4390b9.zip |
Fixed Books and added new Skin (#659)
Diffstat (limited to 'items/PET_SKIN_PHOENIX_ICE.json')
-rw-r--r-- | items/PET_SKIN_PHOENIX_ICE.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/PET_SKIN_PHOENIX_ICE.json b/items/PET_SKIN_PHOENIX_ICE.json new file mode 100644 index 00000000..5fa68f9c --- /dev/null +++ b/items/PET_SKIN_PHOENIX_ICE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Ice Phoenix Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"18d426ba-40de-3789-bf91-21e744d83119\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyOTYxNjMwNDc2NCwKICAicHJvZmlsZUlkIiA6ICJmN2RiZWFlNmE5MWQ0OTYxYTU4NjY5NThiMjc2MjJhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzbGltZWdhbWVyNDM3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzEyNTgyMDU3ZTUyZDBmN2ZmZmQxYTFmOTNhY2YxOTZkYjVmMDliNzZmMWJhM2VkZTI4NDc2Y2M0Y2Q4MmRhOTciLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\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 Phoenix pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Ice Phoenix Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_PHOENIX_ICE\"},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 Phoenix pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_PHOENIX_ICE", + "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 |