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

15 lines
248 B
JSON

{
"textures": {
"lights": "appliedenergistics2:blocks/chest/lights_off"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"up": { "texture": "#lights", "tintindex": 3 }
}
}
]
}