From da1300e3efd39e034407134c6365f142cd7fb763 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:59:00 +0100 Subject: Added new skin, fixed sa missing a gem slot and some lores (#1103) --- items/WISHING_COMPASS.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'items/WISHING_COMPASS.json') diff --git a/items/WISHING_COMPASS.json b/items/WISHING_COMPASS.json index 5d01de3d..9f6e4140 100644 --- a/items/WISHING_COMPASS.json +++ b/items/WISHING_COMPASS.json @@ -1,17 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§aWishing Compass", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b79aa74e-f5ac-3d6b-a9a8-169b227f9699\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhhMDY1NTg4YzdkYmYxMjk0NTk1YWJhNzc3OTFjM2FkNjVmMTliZjFjOWFkN2E1YzIzZGE0MGI4Mjg2MGI3In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7§oTrue enough, this compass\",1:\"§7§odoes not point north. It points\",2:\"§7§oto the thing you want most in\",3:\"§7§othis world.\",4:\"\",5:\"§7§7The §acompass §7will point to\",6:\"§7§dimportant locations §7when in\",7:\"§7the §5Crystal Hollows§7.\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§aWishing Compass\"},ExtraAttributes:{id:\"WISHING_COMPASS\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b79aa74e-f5ac-3d6b-a9a8-169b227f9699\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhhMDY1NTg4YzdkYmYxMjk0NTk1YWJhNzc3OTFjM2FkNjVmMTliZjFjOWFkN2E1YzIzZGE0MGI4Mjg2MGI3In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7§oTrue enough, this compass does not\",1:\"§7§opoint north. It points to the thing you\",2:\"§7§owant most in this world.\",3:\"\",4:\"§7§7The §acompass §7will point to §dimportant\",5:\"§dlocations §7when in the §5Crystal Hollows§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aWishing Compass\"},ExtraAttributes:{id:\"WISHING_COMPASS\"}}", "damage": 3, "lore": [ - "§7§7§oTrue enough, this compass", - "§7§odoes not point north. It points", - "§7§oto the thing you want most in", - "§7§othis world.", + "§7§7§oTrue enough, this compass does not", + "§7§opoint north. It points to the thing you", + "§7§owant most in this world.", "", - "§7§7The §acompass §7will point to", - "§7§dimportant locations §7when in", - "§7the §5Crystal Hollows§7.", + "§7§7The §acompass §7will point to §dimportant", + "§dlocations §7when in the §5Crystal Hollows§7.", "", "§a§lUNCOMMON" ], -- cgit