ActuallyAdditions/src/main/resources/assets/actuallyadditions/models/block/blockFurnaceSolar.json
2016-01-09 18:37:21 +01:00

39 lines
1.1 KiB
JSON

{
"__createdwith": "opl's Model Creator",
"ambientocclusion": false,
"textures": {
"furnaceSolar": "actuallyadditions:blocks/models/modelFurnaceSolar"
},
"elements": [
{
"from": [0,0,0],
"to": [16,6,16],
"faces": {
"up": {
"uv": [4,0,8,4],
"texture": "#furnaceSolar"
},
"down": {
"uv": [8,0,12,4],
"texture": "#furnaceSolar"
},
"west": {
"uv": [4,4,8,4.75],
"texture": "#furnaceSolar"
},
"east": {
"uv": [0,4,4,4.75],
"texture": "#furnaceSolar"
},
"north": {
"uv": [0,4,4,4.75],
"texture": "#furnaceSolar"
},
"south": {
"uv": [0,4,4,4.75],
"texture": "#furnaceSolar"
}
}
}
]
}