diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-12 14:59:34 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-12 14:59:34 -0400 |
commit | f7ada52665fec28d5bda53716dd567460400de65 (patch) | |
tree | e3dc8196e0879c7c2f47517a989c19d94da716cf /items/PET_SKIN_ENDERMAN.json | |
parent | 9d673df50050b09142be9dc812e8126900f7a1c0 (diff) | |
download | NotEnoughUpdates-REPO-f7ada52665fec28d5bda53716dd567460400de65.tar.gz NotEnoughUpdates-REPO-f7ada52665fec28d5bda53716dd567460400de65.tar.bz2 NotEnoughUpdates-REPO-f7ada52665fec28d5bda53716dd567460400de65.zip |
Mayor Stuff
Ik it isn't comlpeate, also theese are just the items, I am in the middle of adding recipies
Diffstat (limited to 'items/PET_SKIN_ENDERMAN.json')
-rw-r--r-- | items/PET_SKIN_ENDERMAN.json | 30 |
1 files changed, 30 insertions, 0 deletions
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 |