Minor cleanup and tabs
This commit is contained in:
parent
0864e1061a
commit
5f26402bd9
1 changed files with 20 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue