diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/JADE_CRYSTAL.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/JADE_CRYSTAL.json')
-rw-r--r-- | items/JADE_CRYSTAL.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/JADE_CRYSTAL.json b/items/JADE_CRYSTAL.json new file mode 100644 index 00000000..5b29b337 --- /dev/null +++ b/items/JADE_CRYSTAL.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aJade Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"590d8a78-e836-39ff-87a7-2c5cdfd40e3c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3NjM5MzU2NywKICAicHJvZmlsZUlkIiA6ICI1N2IzZGZiNWY4YTY0OWUyOGI1NDRlNGZmYzYzMjU2ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJYaWthcm8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGIxZWFjNDI5MDAwZWIyYzQxOGJlNDZlYTA2YWNkZWZlZDRiNzA1M2EwMGUzZTdmMTEyNzI4MzAwNjhmMjEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Energetic crystal found deep\",1:\"§7in the §5Crystal Hollows§7.\",2:\"\",3:\"§7§7Some say that it can be\",4:\"§7infused with §dgemstones§7, and\",5:\"§7it is rumored to unlock\",6:\"§7§etreasure§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§aJade Crystal\"},ExtraAttributes:{id:\"JADE_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7§7Energetic crystal found deep", + "§7in the §5Crystal Hollows§7.", + "", + "§7§7Some say that it can be", + "§7infused with §dgemstones§7, and", + "§7it is rumored to unlock", + "§7§etreasure§7.", + "", + "§9§lRARE" + ], + "internalname": "JADE_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Crystals", + "https://wiki.hypixel.net/Jade_Crystal" + ] +}
\ No newline at end of file |