From f0884e5f76bb944f9f28bfb623fffe77cdc56599 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Jan 2021 19:11:53 +0100 Subject: 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 --- items/PET_SKIN_SHEEP_NEON_BLUE.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 items/PET_SKIN_SHEEP_NEON_BLUE.json (limited to 'items/PET_SKIN_SHEEP_NEON_BLUE.json') diff --git a/items/PET_SKIN_SHEEP_NEON_BLUE.json b/items/PET_SKIN_SHEEP_NEON_BLUE.json new file mode 100644 index 00000000..ab997fb3 --- /dev/null +++ b/items/PET_SKIN_SHEEP_NEON_BLUE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Neon Blue Sheep Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c7ad0ae4-f4bb-3f44-ae71-03dc976ba1f3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTU1YjNmZTkzMTFjOTkzNDJlYTU2NTQ4M2NiZjllOTY5YTI1OGZhZjdhZmEzMDI3MGZiOWEwOTI5Mzc3YWNmZCJ9fX0K\"}]}},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 Blue Sheep Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SHEEP_NEON_BLUE\",uuid:\"620ecce8-7353-4bdf-9cd0-e490f0ccc0f0\"},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_BLUE", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +} -- cgit