This commit is contained in:
AlgorithmX2 2014-06-27 13:48:48 -05:00
parent d750a25fca
commit 8ffc032f07

View file

@ -76,11 +76,16 @@ public class RenderMEChest extends BaseBlockRender
fico.setFlip( false, true );
else if ( forward == ForgeDirection.DOWN )
fico.setFlip( true, false );
/* 1.7.2
else if ( forward == ForgeDirection.EAST && up == ForgeDirection.UP )
fico.setFlip( true, false );
fico.setFlip( true, false );
else if ( forward == ForgeDirection.NORTH && up == ForgeDirection.UP )
fico.setFlip( true, false );
*/
renderFace( x, y, z, imb, fico, renderer, forward );
if ( stat != 0 )