diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-03 12:03:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 21:03:49 +1100 |
commit | 82aa90c2ee5cf63674d0c754ee6c8c068dd3f39c (patch) | |
tree | 290505cb0d39a5904e760d5121f7e9e3f0bd3660 /items/PET_SKIN_BABY_YETI_LIGHT_SASQUATCH.json | |
parent | e33176ddff89b5fb08fbe449848044d488a676ba (diff) | |
download | NotEnoughUpdates-REPO-82aa90c2ee5cf63674d0c754ee6c8c068dd3f39c.tar.gz NotEnoughUpdates-REPO-82aa90c2ee5cf63674d0c754ee6c8c068dd3f39c.tar.bz2 NotEnoughUpdates-REPO-82aa90c2ee5cf63674d0c754ee6c8c068dd3f39c.zip |
Fixed lore of 2 items, fixed a chest price and corleone drop chance (#994)
Diffstat (limited to 'items/PET_SKIN_BABY_YETI_LIGHT_SASQUATCH.json')
-rw-r--r-- | items/PET_SKIN_BABY_YETI_LIGHT_SASQUATCH.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/PET_SKIN_BABY_YETI_LIGHT_SASQUATCH.json b/items/PET_SKIN_BABY_YETI_LIGHT_SASQUATCH.json new file mode 100644 index 00000000..a2d3a496 --- /dev/null +++ b/items/PET_SKIN_BABY_YETI_LIGHT_SASQUATCH.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Light Sasquatch Baby Yeti Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a103ef8e-ef95-3e8d-9213-a3a0276f0d33\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MzQwMTk0Njc4NiwKICAicHJvZmlsZUlkIiA6ICJkNzU2OTc4MWUyYjY0OWIyYjVlMjVlYTJhNDZkOGQxOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEckthcGRvciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80MDA1YmRmYjUyMTE3YjZlOWIxNzdlZTJkYzdiODBjZDYxZDY4NjFjZDY2ZDg3YTJhMzg5MDYwY2VkNjg5NCIKICAgIH0KICB9Cn0\"}]}},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 Baby Yeti pets.\",9:\"\",10:\"§7§eRight click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Light Sasquatch Baby Yeti Skin\"},ExtraAttributes:{id:\"PET_SKIN_BABY_YETI_LIGHT_SASQUATCH\"},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 Baby Yeti pets.", + "", + "§7§eRight click on your summoned", + "§epet to apply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_BABY_YETI_LIGHT_SASQUATCH", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |