From f7ada52665fec28d5bda53716dd567460400de65 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 12 Sep 2020 14:59:34 -0400 Subject: Mayor Stuff Ik it isn't comlpeate, also theese are just the items, I am in the middle of adding recipies --- items/PET_SKIN_ENDERMAN.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 items/PET_SKIN_ENDERMAN.json (limited to 'items/PET_SKIN_ENDERMAN.json') diff --git a/items/PET_SKIN_ENDERMAN.json b/items/PET_SKIN_ENDERMAN.json new file mode 100644 index 00000000..e678a253 --- /dev/null +++ b/items/PET_SKIN_ENDERMAN.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Spooky Enderman Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"62d9011f-9a1c-3673-b60e-d38c5ce1e4af\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWE4NGNjODgxOGMyOTM0ODRmZGFhZmM4ZmEyZjBiZjM5ZTU1NzMzYTI0N2Q2ODAyM2RmMmM2YzZiOWI2NzFkMCJ9fX0K\"}]}},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 Enderman pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Spooky Enderman Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ENDERMAN\",uuid:\"81712520-edcd-4a5c-8be5-6426df9a6a2f\",timestamp:\"9/12/20 2:23 PM\"},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 Enderman pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_ENDERMAN", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +} \ No newline at end of file -- cgit