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/SKELETON_STATUE.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'items/SKELETON_STATUE.json') diff --git a/items/SKELETON_STATUE.json b/items/SKELETON_STATUE.json index 63cf7b02..6074106b 100644 --- a/items/SKELETON_STATUE.json +++ b/items/SKELETON_STATUE.json @@ -1,22 +1,22 @@ { "itemid": "minecraft:skull", "displayname": "§5Skeleton Statue", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8225fc74-993a-37e1-bf35-c962289c97f6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmYyNGVkNjg3NTMwNGZhNGExZjBjNzg1YjJjYjZhNmE3MjU2M2U5ZjNlMjRlYTU1ZTE4MTc4NDUyMTE5YWE2NiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Halloween Cosmetic\",2:\"\",3:\"§7This exclusive §6Halloween\",4:\"§6§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Skeleton Statue\"},ExtraAttributes:{id:\"SKELETON_STATUE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8225fc74-993a-37e1-bf35-c962289c97f6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmYyNGVkNjg3NTMwNGZhNGExZjBjNzg1YjJjYjZhNmE3MjU2M2U5ZjNlMjRlYTU1ZTE4MTc4NDUyMTE5YWE2NiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Halloween Cosmetic\",2:\"\",3:\"§7This exclusive §6Halloween §7cosmetic\",4:\"§7can be placed on your island or\",5:\"§7traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Skeleton Statue\"},ExtraAttributes:{id:\"SKELETON_STATUE\"}}", "damage": 3, "lore": [ "§8Furniture", "§8Halloween Cosmetic", "", - "§7This exclusive §6Halloween", - "§6§7cosmetic can be placed on your", - "§7island or traded.", + "§7This exclusive §6Halloween §7cosmetic", + "§7can be placed on your island or", + "§7traded.", "", "§5§lEPIC" ], "internalname": "SKELETON_STATUE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Furniture" -- cgit