summaryrefslogtreecommitdiff
path: root/ihl/processing/chemistry/CryogenicDistillerGui.java
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-04-14 07:58:16 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-04-14 07:58:16 +0300
commitaa42aedecd2d2842351088085e8fd9d69ec79565 (patch)
tree94c888b3d362868f427980dd37765f9bb166dba9 /ihl/processing/chemistry/CryogenicDistillerGui.java
parentfb29b09822057ae7b1b913993dc1fa3a67345eec (diff)
Colourful lights
Diffstat (limited to 'ihl/processing/chemistry/CryogenicDistillerGui.java')
-rw-r--r--ihl/processing/chemistry/CryogenicDistillerGui.java2
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