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
42
43
|
{
"itemid": "minecraft:enchanted_book",
"displayname": "§aEnchanted Book",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Knockback II\",1:\"§7Increases knockback by §a6§7\",2:\"§7blocks.\",3:\"§9Silk Touch I\",4:\"§7Allows you to collect normally\",5:\"§7unobtainable block drops.\",6:\"§9Thunderlord V\",7:\"§7Strikes a Monster with lightning\",8:\"§7every 3 consecutive hits,\",9:\"§7dealing §a50% §7of your Strength\",10:\"§7as damage.\",11:\"§9Venomous V\",12:\"§7Reduces the target's walk speed\",13:\"§7by §a25% §7and deals §225\",14:\"§2§7damage per second. Lasts §64\",15:\"§6§7seconds.\",16:\"\",17:\"§7Use this on an item in an Anvil\",18:\"§7to apply it!\",19:\"\",20:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{venomous:5,silk_touch:1,thunderlord:5,knockback:2}}}",
"damage": 0,
"lore": [
"§9Knockback II",
"§7Increases knockback by §a6§7",
"§7blocks.",
"§9Silk Touch I",
"§7Allows you to collect normally",
"§7unobtainable block drops.",
"§9Thunderlord V",
"§7Strikes a Monster with lightning",
"§7every 3 consecutive hits,",
"§7dealing §a50% §7of your Strength",
"§7as damage.",
"§9Venomous V",
"§7Reduces the target's walk speed",
"§7by §a25% §7and deals §225",
"§2§7damage per second. Lasts §64",
"§6§7seconds.",
"",
"§7Use this on an item in an Anvil",
"§7to apply it!",
"",
"§a§lUNCOMMON"
],
"recipe": {
"A1": "",
"A2": "",
"A3": "",
"B1": "",
"B2": "PAPER:8",
"B3": "PAPER:8",
"C1": "",
"C2": "PAPER:8",
"C3": "ENCHANTED_SPIDER_EYE:8"
},
"internalname": "VENOMOUS",
"clickcommand": "viewrecipe",
"modver": "1.0.0"
}
|