From de9a85f0aeb34020a553aee032b898e6b4aa0077 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:21:20 +0100 Subject: Added new items from the winter update and fixed some items (#1051) * Added new items from the winter update and fixed some items * Added new sack items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added another missing item * Added Toy and Hoodie --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/ARCHAEOLOGIST_COMPASS.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/ARCHAEOLOGIST_COMPASS.json') diff --git a/items/ARCHAEOLOGIST_COMPASS.json b/items/ARCHAEOLOGIST_COMPASS.json index 896e9739..11e50416 100644 --- a/items/ARCHAEOLOGIST_COMPASS.json +++ b/items/ARCHAEOLOGIST_COMPASS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:compass", "displayname": "§fArchaeologist\u0027s Compass", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Right-click to point towards the\",1:\"§7nearest §bRelic§7!\",2:\"\",3:\"§7Relics Found: §b§K00§b/28\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§f§lCOMMON ACCESSORY\"],Name:\"§fArchaeologist\u0027s Compass\"},ExtraAttributes:{id:\"ARCHAEOLOGIST_COMPASS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Right-click to point towards the\",1:\"§7nearest §bRelic§7!\",2:\"\",3:\"§7Relics Found: §b§K00§b/28\",4:\"\",5:\"§8§l* §8Soulbound §8§l**\",6:\"§f§lCOMMON ACCESSORY\"],Name:\"§fArchaeologist\u0027s Compass\"},ExtraAttributes:{id:\"ARCHAEOLOGIST_COMPASS\"}}", "damage": 0, "lore": [ "§7Right-click to point towards the", @@ -9,13 +9,13 @@ "", "§7Relics Found: §b§K00§b/28", "", - "§8§l* §8Co-op Soulbound §8§l*", + "§8§l* §8Soulbound §8§l**", "§f§lCOMMON ACCESSORY" ], "internalname": "ARCHAEOLOGIST_COMPASS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Archaeologist%27s_Compass", -- cgit