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
38
39
40
41
|
{
"itemid": "minecraft:enchanted_book",
"displayname": "§fEnchanted Book",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave I\",1:\"§7Deals §a3% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a3.3 §7blocks of the target.\",4:\"§9Experience II\",5:\"§7Grants a §a25% §7chance for mobs\",6:\"§7and ores to drop double\",7:\"§7experience.\",8:\"§9Scavenger III\",9:\"§7Scavenge §60.9 Coins §7per\",10:\"§7monster level on kill.\",11:\"§9Sharpness II\",12:\"§7Increases melee damage dealt by\",13:\"§7§a10%§7\",14:\"\",15:\"§7Use this on an item in an Anvil\",16:\"§7to apply it!\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{cleave:1,scavenger:3,sharpness:2,experience:2}}}",
"damage": 0,
"lore": [
"§9Cleave I",
"§7Deals §a3% §7of your damage",
"§7dealt to other monsters within",
"§7§a3.3 §7blocks of the target.",
"§9Experience II",
"§7Grants a §a25% §7chance for mobs",
"§7and ores to drop double",
"§7experience.",
"§9Scavenger III",
"§7Scavenge §60.9 Coins §7per",
"§7monster level on kill.",
"§9Sharpness II",
"§7Increases melee damage dealt by",
"§7§a10%§7",
"",
"§7Use this on an item in an Anvil",
"§7to apply it!",
"",
"§f§lCOMMON"
],
"recipe": {
"A1": "",
"A2": "",
"A3": "",
"B1": "",
"B2": "PAPER:8",
"B3": "PAPER:8",
"C1": "",
"C2": "PAPER:8",
"C3": "RAW_FISH:3:40"
},
"internalname": "CLEAVE",
"clickcommand": "viewrecipe",
"modver": "1.0.0"
}
|