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