From 7d489aff38c343105b0fb706402e6ed785a19afc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:08:31 +0200 Subject: Added SOME of the new items (alot missing) (#1150) --- items/AQUAMARINE_CRYSTAL.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/AQUAMARINE_CRYSTAL.json (limited to 'items/AQUAMARINE_CRYSTAL.json') diff --git a/items/AQUAMARINE_CRYSTAL.json b/items/AQUAMARINE_CRYSTAL.json new file mode 100644 index 00000000..ce1f62ec --- /dev/null +++ b/items/AQUAMARINE_CRYSTAL.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Aquamarine Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2ac29f2e-32cf-31a4-b3ae-be7f91fcb01a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMDExNTg3NDUxOSwKICAicHJvZmlsZUlkIiA6ICI2NmRmYzFmNTRlNTU0ZTZmODJjNTA5ZjM1NTJiYTkwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJadWFyaWciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY3ZjM3NGU5OGIwZGYwYjlmNGUzNDBlMTBhNjE0ZTVlYWU2NWIxY2UxZDAzMmJhNmZlZDE3ZTM3MmI0YWM2IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7Extraordinary crystal found deep in\",1:\"§7the §bGlacite Mineshafts§7.\",2:\"\",3:\"§7§7Some say that it can be infused with\",4:\"§7§dgemstones§7, and holds the secrets to\",5:\"§7a §otime long past§7.\",6:\"\",7:\"§c§lSPECIAL\"],Name:\"§9Aquamarine Crystal\"},ExtraAttributes:{id:\"AQUAMARINE_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7§7Extraordinary crystal found deep in", + "§7the §bGlacite Mineshafts§7.", + "", + "§7§7Some say that it can be infused with", + "§7§dgemstones§7, and holds the secrets to", + "§7a §otime long past§7.", + "", + "§c§lSPECIAL" + ], + "internalname": "AQUAMARINE_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit