diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-07-14 13:56:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 13:56:50 +0200 |
commit | bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2 (patch) | |
tree | c51e420df104a0a949f79311a264bfb1d0856d76 /items/BOOK_OF_PROGRESSION.json | |
parent | 9505bfa9c47422660c8c7922416ea9943dea7cf9 (diff) | |
download | NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.tar.gz NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.tar.bz2 NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.zip |
SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & B… (#956)
* SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & Bug Fixes
* Added right click to sack
* Added undead to lore
* Fixed Wisp's and mana steal enchant
Diffstat (limited to 'items/BOOK_OF_PROGRESSION.json')
-rw-r--r-- | items/BOOK_OF_PROGRESSION.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/BOOK_OF_PROGRESSION.json b/items/BOOK_OF_PROGRESSION.json new file mode 100644 index 00000000..c58fb449 --- /dev/null +++ b/items/BOOK_OF_PROGRESSION.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:book", + "displayname": "§6Book of Progression", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7This book, imbued with great\",1:\"§7power, upgrades as you do.\",2:\"\",3:\"§7§8§oA wise novel once thought to\",4:\"§8§obe the cure to all problems.\",5:\"\",6:\"§eClick to select modifiers!\",7:\"\",8:\"§8§l* §8Soulbound §8§l*\",9:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Book of Progression\"},ExtraAttributes:{id:\"BOOK_OF_PROGRESSION\",upgradedRarity:\"LEGENDARY\"}}", + "damage": 0, + "lore": [ + "§7§7This book, imbued with great", + "§7power, upgrades as you do.", + "", + "§7§8§oA wise novel once thought to", + "§8§obe the cure to all problems.", + "", + "§eClick to select modifiers!", + "", + "§8§l* §8Soulbound §8§l*", + "§6§lLEGENDARY ACCESSORY" + ], + "internalname": "BOOK_OF_PROGRESSION", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |