diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-06 17:27:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 01:27:25 +1000 |
commit | 924d43e30cb570bc75f1ab53442e7e8f98e6e8e7 (patch) | |
tree | 2ede934b4c11587dac9223798f5ed31c13c209bb /items/JALAPENO_BOOK.json | |
parent | 27f73b42b3aaa20d361e8b29ace2ed3878367820 (diff) | |
download | NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.tar.gz NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.tar.bz2 NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.zip |
Chili Update (#792)
Diffstat (limited to 'items/JALAPENO_BOOK.json')
-rw-r--r-- | items/JALAPENO_BOOK.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/JALAPENO_BOOK.json b/items/JALAPENO_BOOK.json new file mode 100644 index 00000000..9bf15c42 --- /dev/null +++ b/items/JALAPENO_BOOK.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:book", + "displayname": "§5Jalapeno Book", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Combine this Book in an Anvil\",1:\"§7with a deployable to gain a\",2:\"§7small but permanent stat boost!\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Jalapeno Book\"},ExtraAttributes:{id:\"JALAPENO_BOOK\"}}", + "lore": [ + "§7Combine this Book in an Anvil", + "§7with a deployable to gain a", + "§7small but permanent stat boost!", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "ENCHANTED_PAPER:1", + "B3": "ENCHANTED_PAPER:1", + "C1": "", + "C2": "ENCHANTED_PAPER:1", + "C3": "STUFFED_CHILI_PEPPER:1" + }, + "internalname": "JALAPENO_BOOK", + "crafttext": "Requires: Chili Pepper VII", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jalapeno_Book" + ] +}
\ No newline at end of file |