diff options
author | Strebbypatty <82723062+Strebbypatty@users.noreply.github.com> | 2021-07-15 20:55:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 14:55:46 -0400 |
commit | 29b7f3ec10378deb5a7d967db18601cd9efcfec6 (patch) | |
tree | b5a1172559cf9760cf252b3df68b7c33fc3d3da8 /items/WISHING_COMPASS.json | |
parent | 57c13e388731f52ee8e6b6d3b75ea7d0dfcecf7e (diff) | |
download | NotEnoughUpdates-REPO-29b7f3ec10378deb5a7d967db18601cd9efcfec6.tar.gz NotEnoughUpdates-REPO-29b7f3ec10378deb5a7d967db18601cd9efcfec6.tar.bz2 NotEnoughUpdates-REPO-29b7f3ec10378deb5a7d967db18601cd9efcfec6.zip |
New Crystal Hollow Items (#551)
* Add files via upload
* Add files via upload
* Delete WISHING_COMPASS.json
* Add files via upload
Diffstat (limited to 'items/WISHING_COMPASS.json')
-rw-r--r-- | items/WISHING_COMPASS.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/WISHING_COMPASS.json b/items/WISHING_COMPASS.json new file mode 100644 index 00000000..21be476c --- /dev/null +++ b/items/WISHING_COMPASS.json @@ -0,0 +1,34 @@ +{ + "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 origin of this unique\",6:\"§7§acompass §7is shrouded in\",7:\"§7mystery. It is said that it once\",8:\"§7belonged to the §6greatest\",9:\"§6pirates §7to sail the seas. The\",10:\"§7bigger mystery is how ended up\",11:\"§7so far §8underground§7.\",12:\"\",13:\"§7§7The §acompass §7will\",14:\"§7prioritise §dimportant locations\",15:\"§d§7when in the §bCrystal\",16:\"§bHollows§7.\",17:\"\",18:\"§7Remaining Uses: §e3§8/§e3\",19:\"\",20:\"§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§7The origin of this unique", + "§7§acompass §7is shrouded in", + "§7mystery. It is said that it once", + "§7belonged to the §6greatest", + "§6pirates §7to sail the seas. The", + "§7bigger mystery is how ended up", + "§7so far §8underground§7.", + "", + "§7§7The §acompass §7will", + "§7prioritise §dimportant locations", + "§d§7when in the §bCrystal", + "§bHollows§7.", + "", + "§7Remaining Uses: §e3§8/§e3", + "", + "§a§lUNCOMMON" + ], + "internalname": "WISHING_COMPASS", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |