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
|
{
"itemid": "minecraft:bookshelf",
"displayname": "§aEnchanted Bookshelf",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Place near an §9Enchantment\",1:\"§9Table to provide Bookshelf\",2:\"§7Power. The higher the Bookshelf\",3:\"§7Power, the more enchantments are\",4:\"§7available.\",5:\"\",6:\"§7Bookshelf Power: §915\",7:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Bookshelf\"},ExtraAttributes:{id:\"ENCHANTED_BOOKSHELF\"}}",
"damage": 0,
"lore": [
"§7Place near an §9Enchantment",
"§9Table to provide Bookshelf",
"§7Power. The higher the Bookshelf",
"§7Power, the more enchantments are",
"§7available.",
"",
"§7Bookshelf Power: §915",
"§a§lUNCOMMON"
],
"recipe": {
"A1": "ENCHANTED_OAK_LOG:1",
"A2": "ENCHANTED_OAK_LOG:1",
"A3": "ENCHANTED_OAK_LOG:1",
"B1": "ENCHANTED_PAPER:2",
"B2": "ENCHANTED_PAPER:2",
"B3": "ENCHANTED_PAPER:2",
"C1": "ENCHANTED_OAK_LOG:1",
"C2": "ENCHANTED_OAK_LOG:1",
"C3": "ENCHANTED_OAK_LOG:1"
},
"internalname": "ENCHANTED_BOOKSHELF",
"clickcommand": "viewrecipe",
"modver": "2.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Enchanted_Bookshelf"
],
"crafttext": "Requires: Sugar Cane VI"
}
|