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_DARK_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_DARK_SASQUATCH.json')
-rw-r--r-- | items/PET_SKIN_BABY_YETI_DARK_SASQUATCH.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/PET_SKIN_BABY_YETI_DARK_SASQUATCH.json b/items/PET_SKIN_BABY_YETI_DARK_SASQUATCH.json new file mode 100644 index 00000000..81e4ee57 --- /dev/null +++ b/items/PET_SKIN_BABY_YETI_DARK_SASQUATCH.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Dark Sasquatch Baby Yeti Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"73fcdec0-835c-3ae6-b72a-e8f886c22812\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MzQwMTk2Njc3NiwKICAicHJvZmlsZUlkIiA6ICI4N2YzOGM1MWE4Yzc0MmNmYTY2YTgxNWExZTI2NzMzYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWR3YXJzQ3V0aWUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZThhZWJiMDk0NGZiZmFhMzBlZTY4NTY4NGFiZTIzNDBhNTMyZGQyMWRhN2UzNjRhZGI2ZTgzOWYwNjQ2NmFkYyIKICAgIH0KICB9Cn0\"}]}},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:\"§5Dark Sasquatch Baby Yeti Skin\"},ExtraAttributes:{id:\"PET_SKIN_BABY_YETI_DARK_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_DARK_SASQUATCH", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |