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

16 lines
292 B
JSON

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