Smart cables color update revisited!

This commit is contained in:
AlgorithmX2 2014-07-16 20:35:06 -05:00
parent a69d1492ef
commit 4e3d829f38

View file

@ -327,7 +327,7 @@ public class PartCableSmart extends PartCable
Tessellator.instance.setBrightness( 15 << 20 | 15 << 4 );
Tessellator.instance.setColorOpaque_I( getCableColor().mediumVariant );
Tessellator.instance.setColorOpaque_I( getCableColor().blackVariant );
rh.setTexture( offa, offa, defa, defa, offa, offa );
renderAllFaces( (AEBaseBlock) rh.getBlock(), x, y, z, rh, renderer );