Adjustments for updated power output icon.
This commit is contained in:
parent
1a8c730591
commit
7cc0c472f9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue