aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTechnus <daniel112092@gmail.com>2017-09-27 19:28:05 +0200
committerTechnus <daniel112092@gmail.com>2017-09-27 19:28:05 +0200
commitf53b5dce5e68650a264a47554003431d691351bf (patch)
treed8aeee2099bdf4d5861c6a0a7565315278f1046d /src
parent88650b9378e5691f473bd8077bc626c306125001 (diff)
downloadGT5-Unofficial-f53b5dce5e68650a264a47554003431d691351bf.tar.gz
GT5-Unofficial-f53b5dce5e68650a264a47554003431d691351bf.tar.bz2
GT5-Unofficial-f53b5dce5e68650a264a47554003431d691351bf.zip
optimize imports
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java1
-rw-r--r--src/main/java/com/github/technus/tectech/loader/RecipeLoader.java2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java
index b10f886a1a..1442744d89 100644
--- a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java
@@ -3,7 +3,6 @@ package com.github.technus.tectech.loader;
import com.github.technus.tectech.recipe.TT_recipeAdder;
import com.github.technus.tectech.thing.CustomItemList;
import com.github.technus.tectech.thing.block.QuantumGlassBlock;
-import com.github.technus.tectech.thing.casing.GT_Block_HintTT;
import com.github.technus.tectech.thing.item.ConstructableTriggerItem;
import gregtech.api.enums.*;
import gregtech.api.util.GT_ModHandler;
diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java
index aab236b7dc..601552e33e 100644
--- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java
@@ -2,8 +2,6 @@ package com.github.technus.tectech.loader;
import com.github.technus.tectech.compatibility.dreamcraft.DreamCraftRecipeLoader;
import com.github.technus.tectech.elementalMatter.definitions.complex.dAtomDefinition;
-import com.github.technus.tectech.thing.block.QuantumGlassBlock;
-import com.github.technus.tectech.thing.casing.GT_Block_HintTT;
import com.github.technus.tectech.thing.casing.TT_Container_Casings;
import cpw.mods.fml.common.Loader;
import gregtech.api.enums.Materials;