Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/part/storage_monitor_locked_on.json
2016-09-10 01:01:47 +02:00

31 lines
880 B
JSON

{
"uvlMarker": true,
"textures": {
"lightsBright": "appliedenergistics2:parts/storage_monitor_bright",
"lightsMedium": "appliedenergistics2:parts/storage_monitor_medium",
"lightsDark": "appliedenergistics2:parts/storage_monitor_dark_locked"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsBright", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsMedium", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsDark", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}