Minor cleanup and tabs

This commit is contained in:
Ben Spiers 2014-07-21 21:45:32 +01:00
parent 0864e1061a
commit 5f26402bd9

View file

@ -55,7 +55,8 @@ public class RenderEnergyCube extends TileEntitySpecialRenderer
model.render(0.0625F);
GL11.glPopMatrix();
if(tileEntity.getEnergy()/tileEntity.getMaxEnergy()>0.1) {
if(tileEntity.getEnergy()/tileEntity.getMaxEnergy() > 0.1)
{
GL11.glPushMatrix();
GL11.glTranslated(x + 0.5, y + 0.5, z + 0.5);