diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-20 13:12:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 13:12:30 +0200 |
commit | 64398a560ef328a787e5106197504a56d9cf80db (patch) | |
tree | 9206bdf4feb105884ea498c453741381ef265bf5 /items/RIFT_NECKLACE_INSIDE_1.json | |
parent | 3ae2abbed4df9a495d9ab068202c09736b072add (diff) | |
download | NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.gz NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.bz2 NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.zip |
New Alpha Stuff (#787)
* Nerds
* More Items
* I love stats
* I love hypixel
* Added and changed stuff from shitty update
* editor throwing
* I love the github editor
* More fixes
* Added new stuff to enchants.json
Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Diffstat (limited to 'items/RIFT_NECKLACE_INSIDE_1.json')
-rw-r--r-- | items/RIFT_NECKLACE_INSIDE_1.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/RIFT_NECKLACE_INSIDE_1.json b/items/RIFT_NECKLACE_INSIDE_1.json new file mode 100644 index 00000000..63c20bb9 --- /dev/null +++ b/items/RIFT_NECKLACE_INSIDE_1.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§a§dRift Necklace", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ad049247-1862-300f-a0db-dfd5cf5f6220\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Nzg2ODQ3MDQxOCwKICAicHJvZmlsZUlkIiA6ICIwNjNhMTc2Y2RkMTU0ODRiYjU1MjRhNjQyMGM1YjdhNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkYXZpcGF0dXJ5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzljMDg5NDkzMWE1MTAzODdlNGY2MTM4MjhmMDIzOWNhNGQ5MDg1MzQ5OTYzN2Y2MDc5ZDM5MzI3ZjE0NmYwZTkiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7A very powerful piece of\",1:\"§7equipment, bound to another\",2:\"§7necklace in the real world.\",3:\"\",4:\"§7Upgrade tier: §dI\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON NECKLACE\"],Name:\"§a§dRift Necklace\"},ExtraAttributes:{id:\"RIFT_NECKLACE_INSIDE_1\"}}", + "damage": 3, + "lore": [ + "§7A very powerful piece of", + "§7equipment, bound to another", + "§7necklace in the real world.", + "", + "§7Upgrade tier: §dI", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON NECKLACE" + ], + "internalname": "RIFT_NECKLACE_INSIDE_1", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |