From 7a3c1d323117ecf6693f570cf62e969afd8218d5 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 15 May 2024 16:30:15 +0200 Subject: Cleanup Pet Skin Lores (#1210) --- items/PET_SKIN_SHEEP_NEON_RED.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'items/PET_SKIN_SHEEP_NEON_RED.json') diff --git a/items/PET_SKIN_SHEEP_NEON_RED.json b/items/PET_SKIN_SHEEP_NEON_RED.json index 94ac366b..bf7707cb 100644 --- a/items/PET_SKIN_SHEEP_NEON_RED.json +++ b/items/PET_SKIN_SHEEP_NEON_RED.json @@ -1,28 +1,27 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§9Neon Red Sheep Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7714c9a8-c3c0-3a7d-b759-cebb4042136b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDkxOGJlMTQyYTIwYjJiMzliYzU4MmY0MjFmNmFlODdiMzE4NGI1Yzk1MjNkMTZmYmU2ZDY5NTMwMTA3ODg2YSJ9fX0K\"}]}},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 Sheep pets.\",9:\"\",10:\"§7§eRight click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§f§f§9Neon Red Sheep Skin\"},ExtraAttributes:{id:\"PET_SKIN_SHEEP_NEON_RED\"},AttributeModifiers:[]}", + "displayname": "§9Neon Red Sheep Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7714c9a8-c3c0-3a7d-b759-cebb4042136b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDkxOGJlMTQyYTIwYjJiMzliYzU4MmY0MjFmNmFlODdiMzE4NGI1Yzk1MjNkMTZmYmU2ZDY5NTMwMTA3ODg2YSJ9fX0K\"}]}},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:\"§7Sheep pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§9§lRARE COSMETIC\"],Name:\"§9Neon Red Sheep Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SHEEP_NEON_RED\"}}", "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 Sheep pets.", + "§7§7This skin can only be applied to", + "§7Sheep 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_SHEEP_NEON_RED", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", -- cgit