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

24 lines
512 B
JSON

{
"uvlMarker": true,
"textures": {
"backdrop": "appliedenergistics2:blocks/chest/cell_state_backdrop",
"state": "appliedenergistics2:blocks/chest/cell_state_online"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"texture": "#backdrop" }
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"texture": "#state", "uvlightmap": { "block": 0.007, "sky": 0.007 }}
}
}
]
}