Cables now use simplified rendering.

This commit is contained in:
AlgorithmX2
2014-02-13 23:32:35 -06:00
parent de0cea955a
commit 480f4b8180
4 changed files with 9 additions and 0 deletions
+1
View File
@@ -156,6 +156,7 @@ public class PartCableSmart extends PartCable
@SideOnly(Side.CLIENT)
public void renderStatic(int x, int y, int z, IPartRenderHelper rh, RenderBlocks renderer)
{
rh.useSimpliedRendering( x, y, z, this );
rh.setTexture( getTexture( getCableColor() ) );
EnumSet<ForgeDirection> sides = connections.clone();