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
33
34
35
36
37
|
{
"itemid": "minecraft:bookshelf",
"displayname": "§fBookshelf",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Place near an §9Enchantment\",1:\"§9Table §7to provide Bookshelf\",2:\"§7Power. The higher the Bookshelf\",3:\"§7Power, the more enchantments are\",4:\"§7available.\",5:\"§7\",6:\"§7§7Bookshelf Power: §91\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fBookshelf\"},ExtraAttributes:{id:\"BOOKSHELF\"}}",
"damage": 0,
"lore": [
"§7§7Place near an §9Enchantment",
"§9Table §7to provide Bookshelf",
"§7Power. The higher the Bookshelf",
"§7Power, the more enchantments are",
"§7available.",
"§7",
"§7§7Bookshelf Power: §91",
"",
"§f§lCOMMON"
],
"internalname": "BOOKSHELF",
"modver": "2.1.0-REL",
"vanilla": true,
"clickcommand": "viewrecipe",
"recipe": {
"A1": "WOOD:1",
"A2": "WOOD:1",
"A3": "WOOD:1",
"B1": "BOOK:1",
"B2": "BOOK:1",
"B3": "BOOK:1",
"C1": "WOOD:1",
"C2": "WOOD:1",
"C3": "WOOD:1"
},
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Bookshelf"
],
"crafttext": ""
}
|