diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-12 16:15:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 15:15:32 +0000 |
commit | ebb12d1d2e7c21c54d2587fbd78399f349f1b9a9 (patch) | |
tree | 96588d5a12d7f3f4de96522df92fc3662edd6be1 /items/PET_SKIN_GIRAFFE_SAFARI.json | |
parent | 59a9316cdf022acc4677bf29591096d6e3ba4688 (diff) | |
download | NotEnoughUpdates-REPO-ebb12d1d2e7c21c54d2587fbd78399f349f1b9a9.tar.gz NotEnoughUpdates-REPO-ebb12d1d2e7c21c54d2587fbd78399f349f1b9a9.tar.bz2 NotEnoughUpdates-REPO-ebb12d1d2e7c21c54d2587fbd78399f349f1b9a9.zip |
Added new skins and fixed lore of deletor (#1085)
Diffstat (limited to 'items/PET_SKIN_GIRAFFE_SAFARI.json')
-rw-r--r-- | items/PET_SKIN_GIRAFFE_SAFARI.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/PET_SKIN_GIRAFFE_SAFARI.json b/items/PET_SKIN_GIRAFFE_SAFARI.json new file mode 100644 index 00000000..044ff0b8 --- /dev/null +++ b/items/PET_SKIN_GIRAFFE_SAFARI.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Safari Giraffe Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0861adb5-f1fd-34e2-ba1c-15736e3dcc47\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNDkzNzc5NzIxNCwKICAicHJvZmlsZUlkIiA6ICI1YjFiZGQxNDU1MzU0MmM3ODQ5MTMzY2VmODJmMWYwNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJnaW5hdGV0ZXN0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE2NDc0ZGZjM2ZiMWM1OTMyYjMzZDJiODVhZGM4NDBmMWRjYWE4YzViODRiZjZlMzJiMzViYmExMzAyODg1ZjciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but only\",4:\"§7one skin can be active at a time!\",5:\"\",6:\"§7§7This skin can only be applied to\",7:\"§7Giraffe pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5Safari Giraffe Skin\"},ExtraAttributes:{id:\"PET_SKIN_GIRAFFE_SAFARI\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but only", + "§7one skin can be active at a time!", + "", + "§7§7This skin can only be applied to", + "§7Giraffe pets.", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_GIRAFFE_SAFARI", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |