diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-10 00:59:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 23:59:00 +0000 |
commit | da1300e3efd39e034407134c6365f142cd7fb763 (patch) | |
tree | 9260089fbe60466f9d34672a2062a57e5f3bcac9 /items/WISHING_COMPASS.json | |
parent | b38c30469da7f92dfc4051d0a5db280239091b17 (diff) | |
download | NotEnoughUpdates-REPO-da1300e3efd39e034407134c6365f142cd7fb763.tar.gz NotEnoughUpdates-REPO-da1300e3efd39e034407134c6365f142cd7fb763.tar.bz2 NotEnoughUpdates-REPO-da1300e3efd39e034407134c6365f142cd7fb763.zip |
Added new skin, fixed sa missing a gem slot and some lores (#1103)
Diffstat (limited to 'items/WISHING_COMPASS.json')
-rw-r--r-- | items/WISHING_COMPASS.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/items/WISHING_COMPASS.json b/items/WISHING_COMPASS.json index 5d01de3d..9f6e4140 100644 --- a/items/WISHING_COMPASS.json +++ b/items/WISHING_COMPASS.json @@ -1,17 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§aWishing 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 §5Crystal Hollows§7.\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§aWishing Compass\"},ExtraAttributes:{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 does not\",1:\"§7§opoint north. It points to the thing you\",2:\"§7§owant most in this world.\",3:\"\",4:\"§7§7The §acompass §7will point to §dimportant\",5:\"§dlocations §7when in the §5Crystal Hollows§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aWishing Compass\"},ExtraAttributes:{id:\"WISHING_COMPASS\"}}", "damage": 3, "lore": [ - "§7§7§oTrue enough, this compass", - "§7§odoes not point north. It points", - "§7§oto the thing you want most in", - "§7§othis world.", + "§7§7§oTrue enough, this compass does not", + "§7§opoint north. It points to the thing you", + "§7§owant most in this world.", "", - "§7§7The §acompass §7will point to", - "§7§dimportant locations §7when in", - "§7the §5Crystal Hollows§7.", + "§7§7The §acompass §7will point to §dimportant", + "§dlocations §7when in the §5Crystal Hollows§7.", "", "§a§lUNCOMMON" ], |