diff options
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 |