1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"
]
}
|