1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"itemid": "minecraft:tripwire_hook",
"displayname": "§6Skeleton Key",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Can be used to open any backpack\",1:\"§7held by §bFrozen Corpses §7in the\",2:\"§7§bGlacite Mineshafts§7.\",3:\"§7\",4:\"§7§8Forged by the finest Dwarven\",5:\"§8Blacksmith around. The name would\",6:\"§8come to be quite ironic.\",7:\"\",8:\"§6§lLEGENDARY\"],Name:\"§6Skeleton Key\"},ExtraAttributes:{id:\"SKELETON_KEY\"}}",
"damage": 0,
"lore": [
"§7Can be used to open any backpack",
"§7held by §bFrozen Corpses §7in the",
"§7§bGlacite Mineshafts§7.",
"§7",
"§7§8Forged by the finest Dwarven",
"§8Blacksmith around. The name would",
"§8come to be quite ironic.",
"",
"§6§lLEGENDARY"
],
"internalname": "SKELETON_KEY",
"crafttext": "",
"clickcommand": "",
"modver": "2.1.1-PRE",
"infoType": ""
}
|