diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/WISHING_COMPASS.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
First part (#972)
* First part
* Part 2
* Part III
* Part 4
* Fixed items
* Fixed Pets
* Fixed nbt
* Fixed name
* Fixed Mooshroom Cow lore
* Added wiki links
* Fixed shortbow lores
* Fixed Fel Sword lore
* Fixed drill recipe
* patch notes wtf
* More fixes
Diffstat (limited to 'items/WISHING_COMPASS.json')
-rw-r--r-- | items/WISHING_COMPASS.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/items/WISHING_COMPASS.json b/items/WISHING_COMPASS.json index 52585dce..d4f1bffb 100644 --- a/items/WISHING_COMPASS.json +++ b/items/WISHING_COMPASS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aWishing Compass", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b79aa74e-f5ac-3d6b-a9a8-169b227f9699\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhhMDY1NTg4YzdkYmYxMjk0NTk1YWJhNzc3OTFjM2FkNjVmMTliZjFjOWFkN2E1YzIzZGE0MGI4Mjg2MGI3In19fQ==\"}]}},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 §bCrystal Hollows§7.\",8:\"\",9:\"§7Remaining Uses: §e3§8/§e3\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§aWishing Compass\"},ExtraAttributes:{originTag:\"UNKNOWN\",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\",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 §bCrystal Hollows§7.\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§aWishing Compass\"},ExtraAttributes:{id:\"WISHING_COMPASS\"}}", "damage": 3, "lore": [ "§7§7§oTrue enough, this compass", @@ -13,14 +13,12 @@ "§7§dimportant locations §7when in", "§7the §bCrystal Hollows§7.", "", - "§7Remaining Uses: §e3§8/§e3", - "", "§a§lUNCOMMON" ], "internalname": "WISHING_COMPASS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wishing_Compass", |