blob: 086e23f61fda2acd03b41ea9683f1f39f14fb347 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-item",
"model": "forge:item-layer"
},
"variants": {
"ingot": [{ "textures": { "layer0": "tconstruct:items/cast_ingot" }}],
"nugget": [{ "textures": { "layer0": "tconstruct:items/cast_nugget" }}],
"gem": [{ "textures": { "layer0": "tconstruct:items/cast_gem" }}],
"plate": [{ "textures": { "layer0": "tconstruct:items/cast_plate" }}],
"gear": [{ "textures": { "layer0": "tconstruct:items/cast_gear" }}]
}
}
|