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
|
{
"itemid": "minecraft:enchanted_book",
"parent": "SHARPNESS;4",
"displayname": "§9Enchanted Book",
<<<<<<< master
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness VI\",1:\"§7Increases melee damage dealt by\",2:\"§7§a30%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§aObtained from the Dark Auction or\",8:\"§afrom Tomioka for 10 million\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;6\",enchantments:{sharpness:6}}}",
=======
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness VI\",1:\"§7Increases melee damage dealt by\",2:\"§7§a30%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§aObtained from the Dark Auction.\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;6\",enchantments:{sharpness:6}}}",
>>>>>>> apotato321-items-1
"damage": 0,
"lore": [
"§9Sharpness VI",
"§7Increases melee damage dealt by",
"§7§a30%§7",
"",
"§7Use this on an item in an Anvil",
"§7to apply it!",
"",
"§aObtained from the Dark Auction or",
"§afrom Tomioka for 10 million",
"",
"§9§lRARE"
],
"internalname": "SHARPNESS;6",
"modver": "1.4-REL",
"crafttext": "",
"clickcommand": "",
"infoType": ""
}
|