1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"itemid": "minecraft:enchanted_book",
"displayname": "§fEnchanted Book",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter I\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a8%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER\",enchantments:{dragon_hunter:1}}}",
"damage": 0,
"lore": [
"§9Dragon Hunter I",
"§7Increases damage dealt to",
"§7§7Ender Dragons§7 by §a8%§7.",
"",
"§7Use this on an item in an Anvil",
"§7to apply it!",
"",
"§f§lCOMMON"
],
"internalname": "DRAGON_HUNTER",
"clickcommand": "",
"modver": "1.0.0",
"infoType": ""
}
|