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

16 lines
323 B
JSON

{
"uvlMarker": true,
"textures": {
"front": "appliedenergistics2:blocks/drive_cell_states"
},
"elements": [
{
"name": "Cell Backdrop",
"from": [ 9.0, 13.0, 0.0 ],
"to": [ 14.0, 15.0, 1.0 ],
"faces": {
"north": { "texture": "#front", "uv": [0, 10, 5, 12] }
}
}
]
}