summaryrefslogtreecommitdiff
path: root/ihl/processing/chemistry/ElectrolysisBathGui.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/processing/chemistry/ElectrolysisBathGui.java')
-rw-r--r--ihl/processing/chemistry/ElectrolysisBathGui.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/ihl/processing/chemistry/ElectrolysisBathGui.java b/ihl/processing/chemistry/ElectrolysisBathGui.java
index 89b8ddb..404ef94 100644
--- a/ihl/processing/chemistry/ElectrolysisBathGui.java
+++ b/ihl/processing/chemistry/ElectrolysisBathGui.java
@@ -1,16 +1,15 @@
package ihl.processing.chemistry;
-import cpw.mods.fml.relauncher.Side;
+import org.lwjgl.opengl.GL11;
+import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import ic2.core.IC2;
+import ihl.utils.GuiMultiTextureButton;
+import ihl.utils.IHLRenderUtils;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.inventory.GuiContainer;
import net.minecraft.util.ResourceLocation;
-import org.lwjgl.opengl.GL11;
-
-import ihl.utils.GuiMultiTextureButton;
-import ihl.utils.IHLRenderUtils;
@SideOnly(Side.CLIENT)
public class ElectrolysisBathGui extends GuiContainer {