aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/gui
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-11-06 22:12:41 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-11-06 22:12:41 +1000
commita858b50d7fe80dd2d030500d931c40411ce13676 (patch)
tree2c7919aea3a89cdcaebdb0f8412a3bb54fe33c64 /src/Java/gtPlusPlus/xmod/gregtech/api/gui
parentcbe0e497be8e466c380a5b4fa781b314ede9ada3 (diff)
downloadGT5-Unofficial-a858b50d7fe80dd2d030500d931c40411ce13676.tar.gz
GT5-Unofficial-a858b50d7fe80dd2d030500d931c40411ce13676.tar.bz2
GT5-Unofficial-a858b50d7fe80dd2d030500d931c40411ce13676.zip
+ Added two new recipes for etched IV wiring. Should help with #35
+ Re-did imports again, from the desktop, with looser rules.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/gui')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_DeluxeTank.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_DeluxeTank.java b/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_DeluxeTank.java
index 12094ad620..d4412ca3f5 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_DeluxeTank.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_DeluxeTank.java
@@ -1,8 +1,6 @@
package gtPlusPlus.xmod.gregtech.api.gui;
-import gregtech.api.gui.GT_Container_BasicTank;
-import gregtech.api.gui.GT_Slot_Output;
-import gregtech.api.gui.GT_Slot_Render;
+import gregtech.api.gui.*;
import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
import gtPlusPlus.xmod.gregtech.api.metatileentity.implementations.GT_MetaTileEntity_DeluxeTank;