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

@ -48,7 +48,7 @@ public class GuiElectricFurnace extends GuiBase {
drawSlot(55, 45, layer);
drawOutputSlot(101, 45, layer);
builder.drawJEIButton(this, 150, 4, layer);
builder.drawJEIButton(this, 158, 5, layer);
}
@Override