From aa42aedecd2d2842351088085e8fd9d69ec79565 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Fri, 14 Apr 2017 07:58:16 +0300 Subject: Colourful lights --- ihl/processing/chemistry/CryogenicDistillerGui.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihl/processing/chemistry/CryogenicDistillerGui.java') 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 -- cgit v1.2.3