Some small changes
This commit is contained in:
parent
c5e73c6fc3
commit
7dced713ba
3 changed files with 13 additions and 6 deletions
|
@ -46,9 +46,6 @@ public class GuiImplosionCompressor extends GuiContainer{
|
|||
j = this.containerImplosionCompressor.currentTickTime * 20 / this.containerImplosionCompressor.currentNeededTicks;
|
||||
}
|
||||
|
||||
|
||||
System.out.println(this.containerImplosionCompressor.currentTickTime);
|
||||
|
||||
this.drawTexturedModalRect(k + 60, l + 38, 176, 14, j + 1, 16);
|
||||
|
||||
j = this.containerImplosionCompressor.energy * 12 / this.compresser.energy.getCapacity();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue