diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-25 10:03:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-25 10:03:48 +0100 |
commit | bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59 (patch) | |
tree | 99a14212220c645abc7afe9546f7c01865d087ff /items/PET_SKIN_GRIFFIN_REINDRAKE.json | |
parent | 8ad06ae184148414b5df4dbe2da3a1516811552d (diff) | |
download | NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.tar.gz NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.tar.bz2 NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.zip |
Fixed a few items and added snowman (#877)
* Fixed a few items and added snowman
* Fixed more items and :cookie:
* Fixed Mana Disintegrator
* nopo im sorry :sob:
* North :star:
Diffstat (limited to 'items/PET_SKIN_GRIFFIN_REINDRAKE.json')
-rw-r--r-- | items/PET_SKIN_GRIFFIN_REINDRAKE.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/PET_SKIN_GRIFFIN_REINDRAKE.json b/items/PET_SKIN_GRIFFIN_REINDRAKE.json new file mode 100644 index 00000000..636f3d54 --- /dev/null +++ b/items/PET_SKIN_GRIFFIN_REINDRAKE.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dReindrake Griffin Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"80b9ea26-3dc8-3346-bf7d-76b069a70e99\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3MTc2MzUyNTg5OCwKICAicHJvZmlsZUlkIiA6ICI4MTc1MTc4NzQ2MjE0NmY2YjllOWM3MTYyMWRiODQwZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFwcGVhcmFuY2UiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzBiZWI0YzdmNWY4ZDE0YmUzYTA0ZjZmYTM1NzNmYThiZDU5ZWEyMjM2YjY2ZjA1ZmJhNTdjNjc4Y2EzNzc3NiIKICAgIH0KICB9Cn0\"}]}},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 Griffin 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:\"§dReindrake Griffin Skin\"},ExtraAttributes:{id:\"PET_SKIN_GRIFFIN_REINDRAKE\"},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 Griffin pets.", + "", + "§7§aThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_GRIFFIN_REINDRAKE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pet_Skin", + "https://wiki.hypixel.net/Pet_Skin" + ] +}
\ No newline at end of file |