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/SUN_PERSONALITY.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'items/SUN_PERSONALITY.json') diff --git a/items/SUN_PERSONALITY.json b/items/SUN_PERSONALITY.json index 7d2c227c..449a3149 100644 --- a/items/SUN_PERSONALITY.json +++ b/items/SUN_PERSONALITY.json @@ -4,16 +4,14 @@ "displayname": "§fSun Minion Skin", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f2861b7e-caf2-3327-aeed-d45bfb510a22\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjMyMzEyOTcwMDAsInByb2ZpbGVJZCI6IjdkYTJhYjNhOTNjYTQ4ZWU4MzA0OGFmYzNiODBlNjhlIiwicHJvZmlsZU5hbWUiOiJHb2xkYXBmZWwiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczYTM3YzU4NmU4NTYxNGRhZWJiZDhjZDRlYmM1M2EwYzNhY2VhNjM2NmRkMDRjZTQ4MjNjN2U3MjU1YmQ0NzUifX19\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion's appearance to\",2:\"§7a §eSun§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fSun Minion Skin\"},ExtraAttributes:{id:\"SUN_PERSONALITY\"}}", - "modver": "2.1.0-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f2861b7e-caf2-3327-aeed-d45bfb510a22\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjMyMzEyOTcwMDAsInByb2ZpbGVJZCI6IjdkYTJhYjNhOTNjYTQ4ZWU4MzA0OGFmYzNiODBlNjhlIiwicHJvZmlsZU5hbWUiOiJHb2xkYXBmZWwiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczYTM3YzU4NmU4NTYxNGRhZWJiZDhjZDRlYmM1M2EwYzNhY2VhNjM2NmRkMDRjZTQ4MjNjN2U3MjU1YmQ0NzUifX19\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes your\",1:\"§7minion\u0027s appearance to a §eSun§7.\",2:\"\",3:\"§7§7You can place this item in any minion\",4:\"§7of your choice!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fSun Minion Skin\"},ExtraAttributes:{id:\"SUN_PERSONALITY\"}}", + "modver": "2.1.1-PRE", "lore": [ - "§7§7This Minion skin changes", - "§7your minion's appearance to", - "§7a §eSun§7.", + "§7§7This Minion skin changes your", + "§7minion\u0027s appearance to a §eSun§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" ], @@ -21,5 +19,6 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin", "https://wiki.hypixel.net/Minion_Skins" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit