diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-10 05:08:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 03:08:31 +0000 |
commit | 7d489aff38c343105b0fb706402e6ed785a19afc (patch) | |
tree | b5cc910a918b83c52e4dfd2f34059041795ca013 /items/AQUAMARINE_CRYSTAL.json | |
parent | deb0f6167140625d7997a88fdb15bab12d78d15f (diff) | |
download | NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.gz NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.bz2 NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.zip |
Added SOME of the new items (alot missing) (#1150)
Diffstat (limited to 'items/AQUAMARINE_CRYSTAL.json')
-rw-r--r-- | items/AQUAMARINE_CRYSTAL.json | 21 |
1 files changed, 21 insertions, 0 deletions
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 |