From 29b7f3ec10378deb5a7d967db18601cd9efcfec6 Mon Sep 17 00:00:00 2001 From: Strebbypatty <82723062+Strebbypatty@users.noreply.github.com> Date: Thu, 15 Jul 2021 20:55:46 +0200 Subject: New Crystal Hollow Items (#551) * Add files via upload * Add files via upload * Delete WISHING_COMPASS.json * Add files via upload --- items/WISHING_COMPASS.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 items/WISHING_COMPASS.json (limited to 'items/WISHING_COMPASS.json') 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 -- cgit