diff options
Diffstat (limited to 'ihl/processing/chemistry/LabElectrolyzerGui.java')
| -rw-r--r-- | ihl/processing/chemistry/LabElectrolyzerGui.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ihl/processing/chemistry/LabElectrolyzerGui.java b/ihl/processing/chemistry/LabElectrolyzerGui.java index 8690257..3eb14a3 100644 --- a/ihl/processing/chemistry/LabElectrolyzerGui.java +++ b/ihl/processing/chemistry/LabElectrolyzerGui.java @@ -1,12 +1,12 @@ 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 ihl.utils.IHLRenderUtils;
import net.minecraft.client.gui.inventory.GuiContainer;
import net.minecraft.util.ResourceLocation;
-import org.lwjgl.opengl.GL11;
-import ihl.utils.IHLRenderUtils;
@SideOnly(Side.CLIENT)
public class LabElectrolyzerGui extends GuiContainer {
|
