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/GHOST_PERSONALITY.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'items/GHOST_PERSONALITY.json') diff --git a/items/GHOST_PERSONALITY.json b/items/GHOST_PERSONALITY.json index f0c0fba7..47e7a34b 100644 --- a/items/GHOST_PERSONALITY.json +++ b/items/GHOST_PERSONALITY.json @@ -1,23 +1,21 @@ { "itemid": "minecraft:skull", "displayname": "§fGhost Minion Skin", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6e20c837-7c24-376a-9d2f-332816aacd3e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg0OTczMDgzOSwKICAicHJvZmlsZUlkIiA6ICJhNzdkNmQ2YmFjOWE0NzY3YTFhNzU1NjYxOTllYmY5MiIsCiAgInByb2ZpbGVOYW1lIiA6ICIwOEJFRDUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmY2M2U4MWVmYzAzMTBiN2RhYjJiMWYzZjc4NjFmNmNkZmZhMzZjNDNmOTVhZjc4MDhhM2U3MWViYTc2YzgyYyIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion's appearance to\",2:\"§7a §eGhost§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fGhost Minion Skin\"},ExtraAttributes:{id:\"GHOST_PERSONALITY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6e20c837-7c24-376a-9d2f-332816aacd3e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg0OTczMDgzOSwKICAicHJvZmlsZUlkIiA6ICJhNzdkNmQ2YmFjOWE0NzY3YTFhNzU1NjYxOTllYmY5MiIsCiAgInByb2ZpbGVOYW1lIiA6ICIwOEJFRDUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmY2M2U4MWVmYzAzMTBiN2RhYjJiMWYzZjc4NjFmNmNkZmZhMzZjNDNmOTVhZjc4MDhhM2U3MWViYTc2YzgyYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes your\",1:\"§7minion\u0027s appearance to a §eGhost§7.\",2:\"\",3:\"§7§7You can place this item in any minion\",4:\"§7of your choice!\",5:\"\",6:\"§f§lCOMMON COSMETIC\"],Name:\"§fGhost Minion Skin\"},ExtraAttributes:{id:\"GHOST_PERSONALITY\"}}", "damage": 3, "lore": [ - "§7§7This Minion skin changes", - "§7your minion's appearance to", - "§7a §eGhost§7.", + "§7§7This Minion skin changes your", + "§7minion\u0027s appearance to a §eGhost§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": "GHOST_PERSONALITY", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin", -- cgit