diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-05 19:11:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 13:11:53 -0500 |
commit | f0884e5f76bb944f9f28bfb623fffe77cdc56599 (patch) | |
tree | 2e460081a96f93cf2ee0e62c0499977e96da4140 /items/PET_SKIN_SHEEP_NEON_GREEN.json | |
parent | 6d059724fbcd2f76728a45a302e92b0213f33546 (diff) | |
download | NotEnoughUpdates-REPO-f0884e5f76bb944f9f28bfb623fffe77cdc56599.tar.gz NotEnoughUpdates-REPO-f0884e5f76bb944f9f28bfb623fffe77cdc56599.tar.bz2 NotEnoughUpdates-REPO-f0884e5f76bb944f9f28bfb623fffe77cdc56599.zip |
Added Pet Skins, a Pet, Pet Recipes and Rarity Colors. fixed Flying Fish (#351)
* Added Pet Skins
* Added Common Zombie, added Recipes for Zombies, fixed Flying FIsh
* Added Rarity Colors
Diffstat (limited to 'items/PET_SKIN_SHEEP_NEON_GREEN.json')
-rw-r--r-- | items/PET_SKIN_SHEEP_NEON_GREEN.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/PET_SKIN_SHEEP_NEON_GREEN.json b/items/PET_SKIN_SHEEP_NEON_GREEN.json new file mode 100644 index 00000000..74ca680a --- /dev/null +++ b/items/PET_SKIN_SHEEP_NEON_GREEN.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Neon Green Sheep Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1144114b-5624-323e-bb06-66448d2f0f96\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmMxNGQ2NjkxMTU1NGJkMDg4MjMzOTA3NGJmNmI4MTEwYzJkMzUwOWI2OWU3YTYxNDRlNGQ1YTcxNjRiYWNjOCJ9fX0K\"}]}},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 Sheep pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§f§f§9Neon Green Sheep Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SHEEP_NEON_GREEN\",uuid:\"e093ecac-8d51-4f7f-8e80-bdc7d1ee7793\"},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 Sheep pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_SHEEP_NEON_GREEN", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +} |