More rendering.

This commit is contained in:
AlgorithmX2
2014-01-01 03:02:25 -06:00
parent 084fcf7d44
commit d278f04a8c
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ public class PartBasicState extends AEBasePart
public void renderLights(int x, int y, int z, IPartRenderHelper rh, RenderBlocks renderer)
{
rh.normalRendering();
setColors( (clientFlags & (POWERED_FLAG | CHANNEL_FLAG)) == (POWERED_FLAG | CHANNEL_FLAG), (clientFlags & POWERED_FLAG) == POWERED_FLAG );
rh.renderFace( x, y, z, CableBusTextures.PartMonitorSidesStatusLights.getIcon(), ForgeDirection.EAST, renderer );
rh.renderFace( x, y, z, CableBusTextures.PartMonitorSidesStatusLights.getIcon(), ForgeDirection.WEST, renderer );