1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"itemid": "minecraft:stone_sword",
"displayname": "§f§f§6Dark Claymore",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+500\",1:\"§7Strength: §c+100\",2:\"\",3:\"§7§7Swing Range: §c5\",4:\"§7§7§oThat thing was too big to be\",5:\"§7§ocalled a sword, it was more like\",6:\"§7§oa large hunk of stone.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY LONGSWORD\"],Name:\"§f§f§6Dark Claymore\"},ExtraAttributes:{id:\"DARK_CLAYMORE\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+500",
"§7Strength: §c+100",
"",
"§7§7Swing Range: §c5",
"§7§7§oThat thing was too big to be",
"§7§ocalled a sword, it was more like",
"§7§oa large hunk of stone.",
"",
"§7§8This item can be reforged!",
"§6§lLEGENDARY LONGSWORD"
],
"internalname": "DARK_CLAYMORE",
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
"infoType": ""
}
|