From 3b6457d8a760edd475afc640fd2ac12b2ac4a10f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:38:42 +0100 Subject: Fixed lores of furniture and minion skins (#1131) --- items/LADY_BUG_PERSONALITY.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'items/LADY_BUG_PERSONALITY.json') diff --git a/items/LADY_BUG_PERSONALITY.json b/items/LADY_BUG_PERSONALITY.json index 69472a4a..d24d7054 100644 --- a/items/LADY_BUG_PERSONALITY.json +++ b/items/LADY_BUG_PERSONALITY.json @@ -1,25 +1,24 @@ { "itemid": "minecraft:skull", "displayname": "§fLady Bug Minion Skin", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7292b0bb-22a6-30c1-b85b-20f162f98d1b\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1ODU2MTMxOTE3OTUsInByb2ZpbGVJZCI6ImIwZDczMmZlMDBmNzQwN2U5ZTdmNzQ2MzAxY2Q5OGNhIiwicHJvZmlsZU5hbWUiOiJPUHBscyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWI3OGM1ZGQ0ZTg1Njk4OWMzYzk0NmNiODYxZDczYjMyNzY2MGYwN2E5OGVlYzY3NTg4Y2U3ZDc1NGNiMDhiYSJ9fX0=\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion's appearance to\",2:\"§7a §eLady Bug§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fLady Bug Minion Skin\"},ExtraAttributes:{id:\"LADY_BUG_PERSONALITY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7292b0bb-22a6-30c1-b85b-20f162f98d1b\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1ODU2MTMxOTE3OTUsInByb2ZpbGVJZCI6ImIwZDczMmZlMDBmNzQwN2U5ZTdmNzQ2MzAxY2Q5OGNhIiwicHJvZmlsZU5hbWUiOiJPUHBscyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWI3OGM1ZGQ0ZTg1Njk4OWMzYzk0NmNiODYxZDczYjMyNzY2MGYwN2E5OGVlYzY3NTg4Y2U3ZDc1NGNiMDhiYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes your\",1:\"§7minion\u0027s appearance to a §eLady Bug§7.\",2:\"\",3:\"§7§7You can place this item in any minion\",4:\"§7of your choice!\",5:\"\",6:\"§f§lCOMMON COSMETIC\"],Name:\"§fLady Bug Minion Skin\"},ExtraAttributes:{id:\"LADY_BUG_PERSONALITY\"}}", "damage": 3, "lore": [ - "§7§7This Minion skin changes", - "§7your minion's appearance to", - "§7a §eLady Bug§7.", + "§7§7This Minion skin changes your", + "§7minion\u0027s appearance to a §eLady Bug§7.", "", - "§7§7You can place this item", - "§7in any minion of your", - "§7choice!", + "§7§7You can place this item in any minion", + "§7of your choice!", "", "§f§lCOMMON COSMETIC" ], "internalname": "LADY_BUG_PERSONALITY", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin", "https://wiki.hypixel.net/Minion_Skins" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit