diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-23 11:38:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 19:38:42 +1000 |
commit | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (patch) | |
tree | 67718e67176589f5970bc90c3e4db2fa3c51a2ee /items/POLARVOID_BOOK.json | |
parent | 38a2c295289dae2cf5de3e6c40694a76156cb54a (diff) | |
download | NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.gz NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.bz2 NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.zip |
Rift (#944)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'items/POLARVOID_BOOK.json')
-rw-r--r-- | items/POLARVOID_BOOK.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/items/POLARVOID_BOOK.json b/items/POLARVOID_BOOK.json new file mode 100644 index 00000000..564dbbf0 --- /dev/null +++ b/items/POLARVOID_BOOK.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:book", + "displayname": "§9Polarvoid Book", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7When applied to a drill, grants\",3:\"§7§6+10⸕ Mining Speed§7.\",4:\"\",5:\"§7This can be applied to an item\",6:\"§7up to §a5 §7times!\",7:\"\",8:\"§7If at least 1 book is applied,\",9:\"§7grants §2+1Ⓟ Breaking Power§7.\",10:\"\",11:\"§5§kX§5 Rift-Transferable §kX\",12:\"§9§lRARE\"],Name:\"§9Polarvoid Book\"},ExtraAttributes:{id:\"POLARVOID_BOOK\"}}", + "damage": 0, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7When applied to a drill, grants", + "§7§6+10⸕ Mining Speed§7.", + "", + "§7This can be applied to an item", + "§7up to §a5 §7times!", + "", + "§7If at least 1 book is applied,", + "§7grants §2+1Ⓟ Breaking Power§7.", + "", + "§5§kX§5 Rift-Transferable §kX", + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "FROSTY_CRUX:1", + "B3": "FROSTY_CRUX:1", + "C1": "", + "C2": "FROSTY_CRUX:1", + "C3": "METAL_HEART:20" + }, + "internalname": "POLARVOID_BOOK", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Living Metal Heart IV", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Polarvoid_Book", + "https://wiki.hypixel.net/Polarvoid_Book" + ] +}
\ No newline at end of file |