From 1f54c5c123e2fb652c4789832a1b9867e964988f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 22 Jul 2022 13:48:30 +0200 Subject: Enchstuff (#784) * Fixed a few ench glints * ups * new soulbound items * Added new skin --- items/PET_SKIN_ENDER_DRAGON_UNDEAD.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 items/PET_SKIN_ENDER_DRAGON_UNDEAD.json (limited to 'items/PET_SKIN_ENDER_DRAGON_UNDEAD.json') diff --git a/items/PET_SKIN_ENDER_DRAGON_UNDEAD.json b/items/PET_SKIN_ENDER_DRAGON_UNDEAD.json new file mode 100644 index 00000000..1baf0269 --- /dev/null +++ b/items/PET_SKIN_ENDER_DRAGON_UNDEAD.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Undead Ender Dragon Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"ccd08832-492b-3371-9859-629cb08169a8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1ODM5NTIyNDQ4NSwKICAicHJvZmlsZUlkIiA6ICJmMTYwZTMxMzJjYWM0YjRiOWM5OTk2NDQ1OGIxOWM0ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb255S0tLIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U3MjMyYjJkMmU2MTgwNzZjZDYyMGUzNTI0NDVkNGExNjM4MmZkYjI0YmNmYWZiYTdhY2NlZWMwYzE0NmQyZjYiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\"}]}},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 Ender Dragon pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Undead Ender Dragon Skin\"},ExtraAttributes:{id:\"PET_SKIN_ENDER_DRAGON_UNDEAD\"},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 Ender Dragon pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "PET_SKIN_ENDER_DRAGON_UNDEAD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +} \ No newline at end of file -- cgit