diff options
author | Technus <daniel112092@gmail.com> | 2017-03-15 18:02:53 +0100 |
---|---|---|
committer | Technus <daniel112092@gmail.com> | 2017-03-15 18:02:53 +0100 |
commit | 74f8aa0533b35035d411179fc05377d63f145a76 (patch) | |
tree | 8047b88d9603d775b1c468df8e4d5dacb5709400 /src/main/java/gregtech/loaders/postload | |
parent | 51cc55d9167e26026d3b64c765e85d65f4f8cb9d (diff) | |
download | GT5-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.java | 1 |
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; |