diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-23 16:04:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 16:04:10 +0200 |
commit | f18a467e17e845bb79404ed329e14a73e3891343 (patch) | |
tree | f720e22ff36ce4dd0b2d86037b68092f85410851 /items/PET_SKIN_GOLDEN_DRAGON_ANUBIS.json | |
parent | 106aa9b1d572132bb16e51d31e05f760dae39733 (diff) | |
download | NotEnoughUpdates-REPO-f18a467e17e845bb79404ed329e14a73e3891343.tar.gz NotEnoughUpdates-REPO-f18a467e17e845bb79404ed329e14a73e3891343.tar.bz2 NotEnoughUpdates-REPO-f18a467e17e845bb79404ed329e14a73e3891343.zip |
Fixed 4 Items (#825)
* Fixed 4 Items
* Added recipe to wand of strength
* Fixed Wolf Wisdom + Added new skin
* Added Recipes to 3 items
* Fixed Wisp Pet
Diffstat (limited to 'items/PET_SKIN_GOLDEN_DRAGON_ANUBIS.json')
-rw-r--r-- | items/PET_SKIN_GOLDEN_DRAGON_ANUBIS.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/PET_SKIN_GOLDEN_DRAGON_ANUBIS.json b/items/PET_SKIN_GOLDEN_DRAGON_ANUBIS.json new file mode 100644 index 00000000..cf84d1ac --- /dev/null +++ b/items/PET_SKIN_GOLDEN_DRAGON_ANUBIS.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dAnubis Golden Dragon Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"39608321-90ef-3dda-92dd-d107140174df\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2Mzg0MzYxNzY1MywKICAicHJvZmlsZUlkIiA6ICJhNTkyMjkwNDVjMjI0MGUyOTM0ZjMxZWFjMzNiY2IzNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTbHVnRGVhbGVyQWdhaW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjQ0ZGYyNTA3NWEzMjBjNjhkZjBlOWJjNzZmZDdmMGRiMGJlNmYxMjhlNTlkMTRmMDU5MWZlZDVjYzZjMzk2ZSIKICAgIH0KICB9Cn0\"}]}},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 Golden Dragon pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dAnubis Golden Dragon Skin\"},ExtraAttributes:{id:\"PET_SKIN_GOLDEN_DRAGON_ANUBIS\"},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 Golden Dragon pets.", + "", + "§7§aThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_GOLDEN_DRAGON_ANUBIS", + "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 |