Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/chest/cell_state_full.json
2016-08-27 18:12:54 +02:00

23 lines
509 B
JSON

{
"uvlMarker": true,
"textures": {
"backdrop": "appliedenergistics2:blocks/chest/cell_state_backdrop",
"state": "appliedenergistics2:blocks/chest/cell_state_full"
},
"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 }}
}
}
]
}