blob: 19700b7387cbf93940556780d287661dca08469f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-item",
"model": "forge:item-layer"
},
"variants": {
"cobalt": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_cobalt" }}],
"ardite": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_ardite" }}],
"manyullyn": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_manyullyn" }}],
"pigiron": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_pigiron" }}],
"knightslime": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_knightslime" }}],
"alubrass": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_alubrass" }}]
}
}
|