diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2021-03-21 10:16:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 10:16:30 -0400 |
commit | b054e4b55e36ad8219f65e5826eadfe18508a501 (patch) | |
tree | fd3c14b848dcdd4acebc607539b89532df100aa5 | |
parent | 3ae96d1298ae6e76b278ee27cef5f4d062cbc0a8 (diff) | |
download | NotEnoughUpdates-REPO-b054e4b55e36ad8219f65e5826eadfe18508a501.tar.gz NotEnoughUpdates-REPO-b054e4b55e36ad8219f65e5826eadfe18508a501.tar.bz2 NotEnoughUpdates-REPO-b054e4b55e36ad8219f65e5826eadfe18508a501.zip |
New Pet Skin (#445)
-rw-r--r-- | items/PET_SKIN_ELEPHANT_MONOCHROME.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/PET_SKIN_ELEPHANT_MONOCHROME.json b/items/PET_SKIN_ELEPHANT_MONOCHROME.json new file mode 100644 index 00000000..a354742f --- /dev/null +++ b/items/PET_SKIN_ELEPHANT_MONOCHROME.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Monochrome Elephant Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"45229ffc-a97e-3d18-98b0-58829db92154\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTQwMTIyMDM3NywKICAicHJvZmlsZUlkIiA6ICI0ZTMwZjUwZTdiYWU0M2YzYWZkMmE3NDUyY2ViZTI5YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJfdG9tYXRvel8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGJkZjBmNjI4YzA1ZTg2Y2FiZGVlMmY1ODU4ZGQ1ZGVmN2Y4YjhkOTQwY2JmMjVmOTkzN2UyZmZiNTM0MzJmNCIKICAgIH0KICB9Cn0\"}]}},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 Elephant pets.\",9:\"\",10:\"§5This skin adapts to the day-night cycle!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§5§lEPIC COSMETIC\"],Name:\"§5Monochrome Elephant Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ELEPHANT_MONOCHROME\",uuid:\"4a49374e-4bc9-4ce5-a400-c8e3b9e3f9d3\",timestamp:\"3/21/21 9:48 AM\"},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 Elephant pets.", + "", + "§5This skin adapts to the day-night cycle!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_ELEPHANT_MONOCHROME", + "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 |