diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-28 19:21:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 18:21:20 +0000 |
commit | de9a85f0aeb34020a553aee032b898e6b4aa0077 (patch) | |
tree | 121284a9ef6e81fd81a7dde3dbe5e589a3a860d3 /items/ARCHAEOLOGIST_COMPASS.json | |
parent | 28aa9caa4fbdf986b1ede13b9e27d577c284652b (diff) | |
download | NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.gz NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.bz2 NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.zip |
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>
Diffstat (limited to 'items/ARCHAEOLOGIST_COMPASS.json')
-rw-r--r-- | items/ARCHAEOLOGIST_COMPASS.json | 6 |
1 files changed, 3 insertions, 3 deletions
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", |