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:\"§9Power III\",1:\"§7Increases bow damage by §a24%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"ENCHANTING_TABLE\",id:\"POWER;3\",enchantments:{power:3},uuid:\"5cc235fc-c4a2-4fdb-a0f5-3c3047d302df\",timestamp:\"10/7/20 7:44 AM\"}}",
"damage": 0,
"lore": [
"§9Power III",
"§7Increases bow damage by §a24%§7.",
"",
"§7Use this on an item in an Anvil",
"§7to apply it!",
"",
"§f§lCOMMON"
],
"internalname": "POWER;3",
"crafttext": "",
"clickcommand": "",
"modver": "1.3-REL",
"infoType": ""
}
|