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
|
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block"
},
"variants": {
"type=craftingstation": { "model": "tconstruct:craftingstation" },
"type=stenciltable": { "model": "tconstruct:stenciltable" },
"type=partbuilder": { "model": "tconstruct:partbuilder" },
"type=toolstation": { "model": "tconstruct:toolstation" },
"type=toolforge": { "model": "tconstruct:toolforge" },
"type=patternchest": {
"model": "tconstruct:patternchest",
"textures": {
"side": "tconstruct:blocks/patternchest",
"bottom": "#side",
"top": "#side"
}
},
"type=partchest": {
"model": "tconstruct:patternchest",
"textures": {
"side": "tconstruct:blocks/partchest",
"bottom": "#side",
"top": "#side"
}
}
}
}
|