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/THE_ART_OF_PEACE.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/THE_ART_OF_PEACE.json')
-rw-r--r-- | items/THE_ART_OF_PEACE.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/THE_ART_OF_PEACE.json b/items/THE_ART_OF_PEACE.json new file mode 100644 index 00000000..09de5b86 --- /dev/null +++ b/items/THE_ART_OF_PEACE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:book", + "displayname": "§6The Art of Peace", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Grants §c+40❤ Health §7when\",3:\"§7applied to an armor piece. Can\",4:\"§7only be applied to an item once.\",5:\"\",6:\"§7§8Stop quoting my brother.\",7:\"§8 - Moon Tzu\",8:\"\",9:\"§6§lLEGENDARY\"],Name:\"§6The Art of Peace\"},ExtraAttributes:{id:\"THE_ART_OF_PEACE\"}}", + "damage": 0, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7Grants §c+40❤ Health §7when", + "§7applied to an armor piece. Can", + "§7only be applied to an item once.", + "", + "§7§8Stop quoting my brother.", + "§8 - Moon Tzu", + "", + "§6§lLEGENDARY" + ], + "internalname": "THE_ART_OF_PEACE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |