Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/drive_base_depth.json
2016-09-17 16:57:09 +02:00

120 lines
3.8 KiB
JSON

{
"parent": "block/block",
"textures": {
"side": "appliedenergistics2:blocks/drive_side",
"bottom": "appliedenergistics2:blocks/drive_bottom",
"top": "appliedenergistics2:blocks/drive_top",
"front": "appliedenergistics2:blocks/drive_front",
"inner": "appliedenergistics2:blocks/drive_bottom"
},
"elements": [
{
"name": "Right Side Panel",
"from": [ 0.0, 1.0, 0.0 ],
"to": [ 2.0, 15.0, 16.0 ],
"faces": {
"north": { "texture": "#front" },
"east": { "texture": "#inner" },
"south": { "texture": "#side" },
"west": { "texture": "#side" }
}
},
{
"name": "Left Side Panel",
"from": [ 14.0, 1.0, 0.0 ],
"to": [ 16.0, 15.0, 16.0 ],
"faces": {
"north": { "texture": "#front" },
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inner" }
}
},
{
"name": "Back Panel",
"from": [ 2.0, 1.0, 8.0 ],
"to": [ 14.0, 15.0, 16.0 ],
"faces": {
"north": { "texture": "#inner" },
"south": { "texture": "#side" }
}
},
{
"name": "Bottom Panel",
"from": [ 0.0, 0.0, 0.0 ],
"to": [ 16.0, 1.0, 16.0 ],
"faces": {
"north": { "texture": "#front" },
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"up": { "texture": "#inner" },
"down": { "texture": "#bottom" }
}
},
{
"name": "Top Panel",
"from": [ 0.0, 15.0, 0.0 ],
"to": [ 16.0, 16.0, 16.0 ],
"faces": {
"north": { "texture": "#front" },
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"up": { "texture": "#top" },
"down": { "texture": "#inner" }
}
},
{
"name": "Middle Strut",
"from": [ 7.0, 1.0, 0.0 ],
"to": [ 9.0, 15.0, 8.0 ],
"faces": {
"north": { "texture": "#front" },
"east": { "texture": "#inner" },
"west": { "texture": "#inner" }
}
},
{
"name": "Separator",
"from": [ 2.0, 3.0, 1.0 ],
"to": [ 14.0, 4.0, 8.0 ],
"faces": {
"north": { "texture": "#front" },
"up": { "texture": "#inner" },
"down": { "texture": "#inner" }
}
},
{
"name": "Separator",
"from": [ 2.0, 6.0, 1.0 ],
"to": [ 14.0, 7.0, 8.0 ],
"faces": {
"north": { "texture": "#front" },
"up": { "texture": "#inner" },
"down": { "texture": "#inner" }
}
},
{
"name": "Separator",
"from": [ 2.0, 9.0, 1.0 ],
"to": [ 14.0, 10.0, 8.0 ],
"faces": {
"north": { "texture": "#front" },
"up": { "texture": "#inner" },
"down": { "texture": "#inner" }
}
},
{
"name": "Separator",
"from": [ 2.0, 12.0, 1.0 ],
"to": [ 14.0, 13.0, 8.0 ],
"faces": {
"north": { "texture": "#front" },
"up": { "texture": "#inner" },
"down": { "texture": "#inner" }
}
}
]
}