From cc3b081c23fabb3c7122aa5c51eefec25c2422ae Mon Sep 17 00:00:00 2001 From: MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> Date: Sun, 28 Feb 2021 14:25:50 -0500 Subject: Fire Sale Skin Parenting (#419) Parented all Elephant, Sheep, Dragon Pet, Dragon Helm, and Rock Pet skins. I used the following color order for the colored pets: Black, Red, Green, Brown, Blue, Purple, Cyan, Light Grey, Dark Grey, Pink, Light Green, Yellow, Light Blue, Magenta, Orange, White. For the baby and rock skins, I used a fairly arbitrary order. Neons come after regulars. --- ENDERPACK.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ENDERPACK.json (limited to 'ENDERPACK.json') diff --git a/ENDERPACK.json b/ENDERPACK.json new file mode 100644 index 00000000..24aa70bd --- /dev/null +++ b/ENDERPACK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Enderpack Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a77392ee-b601-30f4-919a-e85fbf396c41\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzY4NTU4MTkwOSwKICAicHJvZmlsZUlkIiA6ICJkZGVkNTZlMWVmOGI0MGZlOGFkMTYyOTIwZjdhZWNkYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEaXNjb3JkQXBwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmOTc3ZTY5MTY0ZWNkZGRiZDFmOTM1MzY1M2I2OTAzNWFkMjUxN2IwODIyY2E2YmU0MGNmYmI3YWEyMjI3ZTQiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§aBackpacks\",9:\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Enderpack skin\"},ExtraAttributes:{id:\"ENDERPACK\",uuid:\"c282abc0-222c-4d26-87c5-c7dd5c30bda5\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can only be applied to", + "§aBackpacks", + "", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "ENDERPACK", + "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 -- cgit