Fixes #2427: Don't render security station UI on top of the block when it's offline.
This commit is contained in:
+2
-2
@@ -33,14 +33,14 @@
|
||||
"from": [ 0, 15, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"up": { "texture": "#lightsMedium", "tintindex": 2 }
|
||||
"up": { "texture": "#lightsMedium", "tintindex": 3 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 0, 15, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"up": { "texture": "#lightsDark", "tintindex": 1 }
|
||||
"up": { "texture": "#lightsDark", "tintindex": 3 }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user