diff options
Diffstat (limited to 'items/GIFT_COMPASS.json')
-rw-r--r-- | items/GIFT_COMPASS.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/items/GIFT_COMPASS.json b/items/GIFT_COMPASS.json index 9a5c401d..bf7c2dc8 100644 --- a/items/GIFT_COMPASS.json +++ b/items/GIFT_COMPASS.json @@ -1,16 +1,20 @@ { "internalname": "GIFT_COMPASS", "itemid": "minecraft:compass", - "displayname": "Gift Compass", + "displayname": "§aGift Compass", "clickcommand": "", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7When held, points towards the\",1:\"§7nearest unopened present while\",2:\"§7in Jerry\u0027s Workshop.\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aGift Compass\"},ExtraAttributes:{id:\"GIFT_COMPASS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7When held, points towards the\",1:\"§7nearest unopened present while\",2:\"§7in Jerry's Workshop.\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aGift Compass\"},ExtraAttributes:{id:\"GIFT_COMPASS\"}}", "modver": "1.0.0", "lore": [ "§7When held, points towards the", "§7nearest unopened present while", - "§7in Jerry\u0027s Workshop.", + "§7in Jerry's Workshop.", "", "§a§lUNCOMMON" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gift_Compass" ] }
\ No newline at end of file |