diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-29 14:37:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 13:37:00 +0000 |
commit | bb79c8cc5d60b64a462ea35c5877bdc672516fa6 (patch) | |
tree | 135bfe99e10323e6f4e9b3da9fc3208d4647d27a /items/PET_SKIN_BABY_YETI_PLUSHIE.json | |
parent | 33e97fe454144149b50c23c9584b86067df66a13 (diff) | |
download | NotEnoughUpdates-REPO-bb79c8cc5d60b64a462ea35c5877bdc672516fa6.tar.gz NotEnoughUpdates-REPO-bb79c8cc5d60b64a462ea35c5877bdc672516fa6.tar.bz2 NotEnoughUpdates-REPO-bb79c8cc5d60b64a462ea35c5877bdc672516fa6.zip |
Added new skins, fixed some lores (#1080)
Diffstat (limited to 'items/PET_SKIN_BABY_YETI_PLUSHIE.json')
-rw-r--r-- | items/PET_SKIN_BABY_YETI_PLUSHIE.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/PET_SKIN_BABY_YETI_PLUSHIE.json b/items/PET_SKIN_BABY_YETI_PLUSHIE.json new file mode 100644 index 00000000..8e9d0c68 --- /dev/null +++ b/items/PET_SKIN_BABY_YETI_PLUSHIE.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Plushie Baby Yeti Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"04696433-92bd-3be6-b96c-1b6e5fda819d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwMjYyMjAwMTk2MCwKICAicHJvZmlsZUlkIiA6ICJlZDUzZGQ4MTRmOWQ0YTNjYjRlYjY1MWRjYmE3N2U2NiIsCiAgInByb2ZpbGVOYW1lIiA6ICI0MTQxNDE0MWgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjBlZjUxOGNiNjc3MzljNGFmMThjZGZmZmEwNTM2MDA3OWFmYzczNWVmMjkxNTI4ZmE3YWUwYzkyNjgwNGM1OSIKICAgIH0KICB9Cn0\"}]}},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 Baby\",7:\"§7Yeti pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5Plushie Baby Yeti Skin\"},ExtraAttributes:{id:\"PET_SKIN_BABY_YETI_PLUSHIE\"}}", + "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 Baby", + "§7Yeti pets.", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_BABY_YETI_PLUSHIE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |