Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/wireless_access_point_status_on.json

18 lines
710 B
JSON

{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [5, 5, 0],
"to": [11, 11, 1],
"faces": {
"down": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}