AESU poweroutput icon fixed
This commit is contained in:
parent
e299518c4e
commit
fbc8ceb1ed
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class GuiAESU extends GuiBase {
|
||||||
drawSlot(62, 45, layer);
|
drawSlot(62, 45, layer);
|
||||||
drawSlot(98, 45, layer);
|
drawSlot(98, 45, layer);
|
||||||
drawArmourSlots(8, 18, layer);
|
drawArmourSlots(8, 18, layer);
|
||||||
builder.drawEnergyOutput(this, 171, 61, tile.getCurrentOutput(), layer);
|
builder.drawEnergyOutput(this, 155, 61, tile.getCurrentOutput(), layer);
|
||||||
builder.drawUpDownButtons(this, 121, 79, layer);
|
builder.drawUpDownButtons(this, 121, 79, layer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue