aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/postload
diff options
context:
space:
mode:
authorTechnus <daniel112092@gmail.com>2017-03-15 18:02:53 +0100
committerTechnus <daniel112092@gmail.com>2017-03-15 18:02:53 +0100
commit74f8aa0533b35035d411179fc05377d63f145a76 (patch)
tree8047b88d9603d775b1c468df8e4d5dacb5709400 /src/main/java/gregtech/loaders/postload
parent51cc55d9167e26026d3b64c765e85d65f4f8cb9d (diff)
downloadGT5-Unofficial-74f8aa0533b35035d411179fc05377d63f145a76.tar.gz
GT5-Unofficial-74f8aa0533b35035d411179fc05377d63f145a76.tar.bz2
GT5-Unofficial-74f8aa0533b35035d411179fc05377d63f145a76.zip
Optimize imports
Diffstat (limited to 'src/main/java/gregtech/loaders/postload')
-rw-r--r--src/main/java/gregtech/loaders/postload/GT_CraftingRecipeLoader.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/postload/GT_CraftingRecipeLoader.java b/src/main/java/gregtech/loaders/postload/GT_CraftingRecipeLoader.java
index 3413798208..0e7b14e439 100644
--- a/src/main/java/gregtech/loaders/postload/GT_CraftingRecipeLoader.java
+++ b/src/main/java/gregtech/loaders/postload/GT_CraftingRecipeLoader.java
@@ -1,6 +1,5 @@
package gregtech.loaders.postload;
-import com.dreammaster.gthandler.CustomItemList;
import cpw.mods.fml.common.Loader;
import gregtech.GT_Mod;
import gregtech.api.GregTech_API;