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:
@@ -360,7 +360,7 @@ public class PartCable extends AEBasePart implements IPartCable
|
||||
@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 );
|
||||
|
||||
rh.setTexture( getTexture( getCableColor() ) );
|
||||
rh.setBounds( 6.0f, 6.0f, 2.0f, 10.0f, 10.0f, 14.0f );
|
||||
|
||||
Reference in New Issue
Block a user