blob: 0622cad919f6574551e7dc433216a599bba3e755 (
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/ingot_cobalt" }}],
"ardite": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_ardite" }}],
"manyullyn": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_manyullyn" }}],
"pigiron": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_pigiron" }}],
"knightslime": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_knightslime" }}],
"alubrass": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_alubrass" }}]
}
}
|