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
30
|
{
"itemid": "minecraft:lever",
"displayname": "§5Tungsten Key",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Can be used to open backpacks with\",1:\"§7a Tungsten lock held by §bFrozen\",2:\"§bCorpses §7in the §bGlacite Mineshafts§7.\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Tungsten Key\"},ExtraAttributes:{id:\"TUNGSTEN_KEY\"}}",
"damage": 0,
"lore": [
"§7Can be used to open backpacks with",
"§7a Tungsten lock held by §bFrozen",
"§bCorpses §7in the §bGlacite Mineshafts§7.",
"",
"§5§lEPIC"
],
"internalname": "TUNGSTEN_KEY",
"crafttext": "",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "",
"recipes": [
{
"type": "forge",
"inputs": [
"BEJEWELED_HANDLE:1.0",
"REFINED_TUNGSTEN:1.0"
],
"count": 1.0,
"overrideOutputId": "TUNGSTEN_KEY",
"duration": 1800
}
]
}
|