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/SHENS_REGALIA.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/SHENS_REGALIA.json')
-rw-r--r-- | items/SHENS_REGALIA.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/SHENS_REGALIA.json b/items/SHENS_REGALIA.json new file mode 100644 index 00000000..69ce03d4 --- /dev/null +++ b/items/SHENS_REGALIA.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Shen\u0027s Regalia", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d4f3c713-ec61-327b-8eb3-1b3b25439e78\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1ODg3MTEwMDgzMywKICAicHJvZmlsZUlkIiA6ICI4YmM3MjdlYThjZjA0YWUzYTI4MDVhY2YzNjRjMmQyNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJub3RpbnZlbnRpdmUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWM3ZmI2ZjQxNGZmMGViNmJmNTc5N2FjYjNiM2FmMzU0Y2EzYWY5NWNlYjhmMzQxODEyNWY2YjgwNTQxOWYzOSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7According to the rumors, Shen\",1:\"§7himself is crafting special\",2:\"§7items. Wear this and you\u0027ll be\",3:\"§7granted access to a unique room\",4:\"§7hidden below the Auction House.\",5:\"\",6:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Shen\u0027s Regalia\"},ExtraAttributes:{id:\"SHENS_REGALIA\"}}", + "damage": 3, + "lore": [ + "§7§7According to the rumors, Shen", + "§7himself is crafting special", + "§7items. Wear this and you\u0027ll be", + "§7granted access to a unique room", + "§7hidden below the Auction House.", + "", + "§6§lLEGENDARY ACCESSORY" + ], + "internalname": "SHENS_REGALIA", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |