Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/chest/lights_on.json
2016-09-10 00:56:28 +02:00

31 lines
873 B
JSON

{
"uvlMarker": true,
"textures": {
"lights_bright": "appliedenergistics2:blocks/chest/lights_on_bright",
"lights_medium": "appliedenergistics2:blocks/chest/lights_on_medium",
"lights_dark": "appliedenergistics2:blocks/chest/lights_on_dark"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"up": {"texture": "#lights_bright", "tintindex": 3, "uvlightmap": { "block": 0.007, "sky": 0.007 }}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"up": {"texture": "#lights_medium", "tintindex": 2, "uvlightmap": { "block": 0.007, "sky": 0.007 }}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"up": {"texture": "#lights_dark", "tintindex": 1, "uvlightmap": { "block": 0.007, "sky": 0.007 }}
}
}
]
}