FurnaceSolar/Solar Panel JSON

This commit is contained in:
canitzp 2016-01-09 18:37:21 +01:00
parent 8efe5482f8
commit f18dfa97c8

View file

@ -0,0 +1,39 @@
{
"__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"
}
}
}
]
}