1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"itemid": "minecraft:enchanted_book",
"displayname": "§fEnchanted Book",
"nbttag": "{ench:[0:{lvl:2s,id:32s}],HideFlags:254,display:{Lore:[0:\"§9Efficiency II\",1:\"§7Increases how quickly your tool\",2:\"§7breaks blocks.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"EFFICIENCY;2\",enchantments:{efficiency:2},uuid:\"16864124-c98c-4ee7-a7e0-87ae00802878\"}}",
"damage": 0,
"lore": [
"§9Efficiency II",
"§7Increases how quickly your tool",
"§7breaks blocks.",
"",
"§7Use this on an item in an Anvil",
"§7to apply it!",
"",
"§f§lCOMMON"
],
"internalname": "EFFICIENCY;2",
"parent": "EFFICIENCY;4",
"crafttext": "",
"clickcommand": "",
"modver": "1.3-REL",
"infoType": ""
}
|