blob: d33d05466d172d09ce4ad8ec1747a1c3132784f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-item",
"model": "forge:item-layer"
},
"variants": {
"hard": [{ "textures": { "layer0": "tconstruct:items/food/spaghetti_hard" }}],
"soggy": [{ "textures": { "layer0": "tconstruct:items/food/spaghetti_soggy" }}],
"cold": [{ "textures": { "layer0": "tconstruct:items/food/spaghetti_cold" }}]
}
}
|