blob: b75a52f22604f01df12a72caffe679cc30641e2b (
plain)
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
30
31
32
|
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"uvlock": true
},
"variants": {
"facing": {
"north": {},
"south": { "y": 180 },
"west": { "y": 270 },
"east": { "y": 90 }
},
"active": {
"true": { "model": "tconstruct:tinker_tank_active" },
"false": {
"textures": {
"top": "tconstruct:blocks/smeltery/seared_brick",
"front": "tconstruct:blocks/smeltery/tinker_tank",
"side": "#top"
}
}
},
"inventory": [{
"textures": {
"top": "tconstruct:blocks/smeltery/seared_brick",
"front": "tconstruct:blocks/smeltery/tinker_tank",
"side": "#top"
}
}]
}
}
|