diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2022-05-13 17:02:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 17:02:55 +0200 |
commit | f9f4623383cd873d2d6087f12ae9d3b390b031e1 (patch) | |
tree | aa2839075400f0217df558f21af4196e28b52ff6 /items/GIFT_COMPASS.json | |
parent | a832b289337a0b3d1bd20f0db79808052f4fe66d (diff) | |
download | NotEnoughUpdates-REPO-f9f4623383cd873d2d6087f12ae9d3b390b031e1.tar.gz NotEnoughUpdates-REPO-f9f4623383cd873d2d6087f12ae9d3b390b031e1.tar.bz2 NotEnoughUpdates-REPO-f9f4623383cd873d2d6087f12ae9d3b390b031e1.zip |
Rusty Stuff (#739)
* Rusty Stuff Part 1
* I hate pets
* Add files via upload
* fine?
* I swear I changed that...
* thx jani
* I already had that in my clipboard...
Diffstat (limited to 'items/GIFT_COMPASS.json')
-rw-r--r-- | items/GIFT_COMPASS.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/items/GIFT_COMPASS.json b/items/GIFT_COMPASS.json index 429fc641..7c89847d 100644 --- a/items/GIFT_COMPASS.json +++ b/items/GIFT_COMPASS.json @@ -1,20 +1,22 @@ { - "internalname": "GIFT_COMPASS", "itemid": "minecraft:compass", "displayname": "§aGift Compass", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7When held, points towards the\",1:\"§7nearest unopened present while\",2:\"§7in Jerry\u0027s Workshop.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§a§lUNCOMMON\"],Name:\"§aGift Compass\"},ExtraAttributes:{id:\"GIFT_COMPASS\"}}", "damage": 0, - "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's Workshop.", + "§7in Jerry\u0027s Workshop.", "", + "§8§l* §8Co-op Soulbound §8§l*", "§a§lUNCOMMON" ], + "internalname": "GIFT_COMPASS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gift_Compass" ] -} +}
\ No newline at end of file |