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": "§f§fEnchanted Book",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fire Aspect III\",1:\"§7Ignites your enemies for §a4s§7,\",2:\"§7dealing §a9% §7of your damage\",3:\"§7per second.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_ASPECT;3\",enchantments:{fire_aspect:3}}}",
"damage": 0,
"lore": [
"§9Fire Aspect III",
"§7Ignites your enemies for §a4s§7,",
"§7dealing §a9% §7of your damage",
"§7per second.",
"",
"§7Use this on an item in an Anvil",
"§7to apply it!",
"",
"§f§lCOMMON"
],
"internalname": "FIRE_ASPECT;3",
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
"infoType": ""
}
|