diff options
Diffstat (limited to 'ihl/processing/chemistry/CryogenicDistillerGui.java')
| -rw-r--r-- | ihl/processing/chemistry/CryogenicDistillerGui.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihl/processing/chemistry/CryogenicDistillerGui.java b/ihl/processing/chemistry/CryogenicDistillerGui.java index 2bfd969..a8f9f0f 100644 --- a/ihl/processing/chemistry/CryogenicDistillerGui.java +++ b/ihl/processing/chemistry/CryogenicDistillerGui.java @@ -24,7 +24,7 @@ public class CryogenicDistillerGui extends GuiContainer { super.initGui();
int x = (width - xSize) / 2;
int y = (height - ySize) / 2;
- this.buttonList.add(new GuiButton(0, x + 7, y + 49, 49, 20, "Empty"));
+ this.buttonList.add(new GuiButton(0, x + 7, y + 50, 49, 20, "Empty"));
}
@Override
|
