Fixes #2427: Don't render security station UI on top of the block when it's offline.

This commit is contained in:
Sebastian Hartte 2016-10-08 13:32:17 +02:00
parent 8df692053a
commit 0b261aac24

View file

@ -33,14 +33,14 @@
"from": [ 0, 15, 0 ], "from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ], "to": [ 16, 16, 16 ],
"faces": { "faces": {
"up": { "texture": "#lightsMedium", "tintindex": 2 } "up": { "texture": "#lightsMedium", "tintindex": 3 }
} }
}, },
{ {
"from": [ 0, 15, 0 ], "from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ], "to": [ 16, 16, 16 ],
"faces": { "faces": {
"up": { "texture": "#lightsDark", "tintindex": 1 } "up": { "texture": "#lightsDark", "tintindex": 3 }
} }
} }
] ]