This commit is contained in:
modmuss50 2017-12-17 21:24:25 +00:00
parent dce7e43c4f
commit 82eb0f62d6
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
2 changed files with 6 additions and 5 deletions

View file

@ -52,7 +52,7 @@ public class GuiAESU extends GuiBase {
this.drawSlot(62, 45, layer);
this.drawSlot(98, 45, layer);
this.drawArmourSlots(8, 18, layer);
this.builder.drawEnergyOutput(this, 171, 61, (int) this.tile.getBaseMaxOutput(), layer);
this.builder.drawEnergyOutput(this, 171, 61, this.tile.getCurrentOutput(), layer);
this.builder.drawUpDownButtons(this, 121, 79, layer);
}