Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/security_station_on.json
2016-08-26 13:59:59 +02:00

48 lines
1.7 KiB
JSON

{
"uvlMarker": true,
"parent": "block/block",
"textures": {
"particle": "appliedenergistics2:blocks/security_station_side",
"side": "appliedenergistics2:blocks/security_station_side",
"bottom": "appliedenergistics2:blocks/security_station_bottom",
"top": "appliedenergistics2:blocks/security_station_top",
"lightsBright": "appliedenergistics2:blocks/security_station_light_bright",
"lightsMedium": "appliedenergistics2:blocks/security_station_light_medium",
"lightsDark": "appliedenergistics2:blocks/security_station_light_dark"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top"},
"north": { "texture": "#side"},
"south": { "texture": "#side"},
"west": { "texture": "#side"},
"east": { "texture": "#side"}
}
},
{
"from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#lightsBright", "tintindex": 0, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#lightsMedium", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#lightsDark", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}