Adjustments for updated power output icon.

This commit is contained in:
drcrazy 2019-01-14 15:11:26 +03:00
parent 1a8c730591
commit 7cc0c472f9

View file

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