Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/drive_base.json

77 lines
2.5 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": "Front Panel",
"from": [ 2.0, 1.0, 0.0 ],
"to": [ 14.0, 15.0, 8.0 ],
"faces": {
"north": { "texture": "#front" }
}
}
]
}