From 0b261aac24c4ae90ec0387140a18f7244124d0ff Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sat, 8 Oct 2016 13:32:17 +0200 Subject: [PATCH] Fixes #2427: Don't render security station UI on top of the block when it's offline. --- .../models/block/security_station_off.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/appliedenergistics2/models/block/security_station_off.json b/src/main/resources/assets/appliedenergistics2/models/block/security_station_off.json index 18bdf2cd..4b678e19 100644 --- a/src/main/resources/assets/appliedenergistics2/models/block/security_station_off.json +++ b/src/main/resources/assets/appliedenergistics2/models/block/security_station_off.json @@ -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 } } } ]