Updated JEI button location.

This commit is contained in:
drcrazy 2018-12-04 18:12:05 +03:00
parent f91493dbc5
commit 7c1daf83e0
26 changed files with 50 additions and 50 deletions

View file

@ -44,7 +44,7 @@ public class GuiGasTurbine extends GuiBase {
final GuiBase.Layer layer = GuiBase.Layer.BACKGROUND;
drawSlot(25, 35, layer);
drawSlot(25, 55, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
this.builder.drawJEIButton(this, 158, 5, layer);
}