diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-05-15 16:30:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 14:30:15 +0000 |
commit | 7a3c1d323117ecf6693f570cf62e969afd8218d5 (patch) | |
tree | 5ff5c55c1f163c94c19bda28187ded23ba766715 /items/PET_SKIN_ROCK_SMILE.json | |
parent | c1998ffc15e5406bc2cfde7072dd5d879d793f3b (diff) | |
download | NotEnoughUpdates-REPO-7a3c1d323117ecf6693f570cf62e969afd8218d5.tar.gz NotEnoughUpdates-REPO-7a3c1d323117ecf6693f570cf62e969afd8218d5.tar.bz2 NotEnoughUpdates-REPO-7a3c1d323117ecf6693f570cf62e969afd8218d5.zip |
Cleanup Pet Skin Lores (#1210)
Diffstat (limited to 'items/PET_SKIN_ROCK_SMILE.json')
-rw-r--r-- | items/PET_SKIN_ROCK_SMILE.json | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/items/PET_SKIN_ROCK_SMILE.json b/items/PET_SKIN_ROCK_SMILE.json index 7b6cda7e..997c0f5a 100644 --- a/items/PET_SKIN_ROCK_SMILE.json +++ b/items/PET_SKIN_ROCK_SMILE.json @@ -1,28 +1,27 @@ { "itemid": "minecraft:skull", "displayname": "§9Smiling Rock Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"67981030-6f1c-3348-81c5-a3d572617693\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzEzYzhiMjkxNmEyNzVkYjRjMTc2MmNmNWYxM2Q3Yjk1YjkxZDYwYmFmNTE2NGE0NDdkNmVmYTc3MDRjZjExYiJ9fX0K\"}]}},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 Rock pets.\",9:\"\",10:\"§7§eRight click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Smiling Rock Skin\"},ExtraAttributes:{id:\"PET_SKIN_ROCK_SMILE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"67981030-6f1c-3348-81c5-a3d572617693\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzEzYzhiMjkxNmEyNzVkYjRjMTc2MmNmNWYxM2Q3Yjk1YjkxZDYwYmFmNTE2NGE0NDdkNmVmYTc3MDRjZjExYiJ9fX0K\"}]}},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\",7:\"§7to Rock pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§9§lRARE COSMETIC\"],Name:\"§9Smiling Rock Skin\"},ExtraAttributes:{id:\"PET_SKIN_ROCK_SMILE\"},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!", + "§7particle trail of your pet but only", + "§7one skin can be active at a time!", "", "§7§7This skin can only be applied", "§7to Rock pets.", "", - "§7§eRight click on your summoned", - "§epet to apply this skin!", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", "", "§9§lRARE COSMETIC" ], "internalname": "PET_SKIN_ROCK_SMILE", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", |