Buses now render properly in Item Frames.

Fixed Issue with Storage Monitor Renders.
Fixed  a render glitch on formation/annihilation entity form.
This commit is contained in:
AlgorithmX2
2014-02-19 22:20:38 -06:00
parent 39fed650aa
commit 921c681b47
11 changed files with 138 additions and 81 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ public class PartCableSmart extends PartCable
@SideOnly(Side.CLIENT)
public void renderInventory(IPartRenderHelper rh, RenderBlocks renderer)
{
GL11.glTranslated( -0.2, -0.3, 0.0 );
GL11.glTranslated( -0.0, -0.0, 0.3 );
float offu = 0;
float offv = 9;