diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-11 16:45:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 14:45:04 +0000 |
commit | 8286a7616d11f2848a0a0f7fbf16485c1969e4b8 (patch) | |
tree | 02ae745321a9c6c57ba03d75dbc93ff68e9fbbc7 /items/OPAL_CRYSTAL.json | |
parent | 1be01049c8878ec9b087cff9036408a4bbca98ca (diff) | |
download | NotEnoughUpdates-REPO-8286a7616d11f2848a0a0f7fbf16485c1969e4b8.tar.gz NotEnoughUpdates-REPO-8286a7616d11f2848a0a0f7fbf16485c1969e4b8.tar.bz2 NotEnoughUpdates-REPO-8286a7616d11f2848a0a0f7fbf16485c1969e4b8.zip |
Added new enchants and fixed opal recipe (#1154)
* Added new enchants and fixed opal recipe
* Added alias to basecamp
Diffstat (limited to 'items/OPAL_CRYSTAL.json')
-rw-r--r-- | items/OPAL_CRYSTAL.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/OPAL_CRYSTAL.json b/items/OPAL_CRYSTAL.json new file mode 100644 index 00000000..e422e50a --- /dev/null +++ b/items/OPAL_CRYSTAL.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fOpal Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e3227fdb-f27f-3ae1-b2ce-bc05717cdaa1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMDExNTg1NTQ3OSwKICAicHJvZmlsZUlkIiA6ICIyNDY1ODI2NWVjMjg0NTY4YTg3MDJkOTVlYzdlYTc4MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJBcmdvc1oxMiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lMzI2NGMwOTA5OWZiMjUzMmY1OGU1OWI5MWQ5ZjEwZmJmZmMwYjI3MGE3ZWMzODgzM2U4MmFjOWQxN2M4NGJlIgogICAgfQogIH0KfQ\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:\"§fOpal Crystal\"},ExtraAttributes:{id:\"OPAL_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": "OPAL_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |