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:enchanted_book",
"displayname": "§5Experience Artifact",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Increase the experience orbs you\",1:\"§7gain by §a25% §7while this item\",2:\"§7is in your inventory.\",3:\"\",4:\"§5§lEPIC ACCESSORY\"],Name:\"§5Experience Artifact\"},ExtraAttributes:{id:\"EXPERIENCE_ARTIFACT\"}}",
"damage": 0,
"lore": [
"§7Increase the experience orbs you",
"§7gain by §a25% §7while this item",
"§7is in your inventory.",
"",
"§5§lEPIC ACCESSORY"
],
"recipe": {
"A1": "ENCHANTED_LAPIS_LAZULI_BLOCK:1",
"A2": "ENCHANTED_LAPIS_LAZULI_BLOCK:1",
"A3": "ENCHANTED_LAPIS_LAZULI_BLOCK:1",
"B1": "ENCHANTED_LAPIS_LAZULI_BLOCK:1",
"B2": "ENCHANTED_LAPIS_LAZULI_BLOCK:1",
"B3": "ENCHANTED_LAPIS_LAZULI_BLOCK:1",
"C1": "ENCHANTED_LAPIS_LAZULI_BLOCK:1",
"C2": "ENCHANTED_LAPIS_LAZULI_BLOCK:1",
"C3": "ENCHANTED_LAPIS_LAZULI_BLOCK:1"
},
"internalname": "EXPERIENCE_ARTIFACT",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Experience_Artifact"
],
"crafttext": "Requires: Lapis Lazuli IX"
}
|