aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/GoodGenerator/Blocks/TEs
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-07-21 23:06:21 +0800
committerGlodBlock <1356392126@qq.com>2021-07-21 23:06:21 +0800
commit72d39c8715eaf8a6b7f1431c14ff2f6e45f6f2f9 (patch)
treee30313f137318d90639a90b1fe5146ba54ab2784 /src/main/java/GoodGenerator/Blocks/TEs
parent923660facf7b690ccfd20a718e0d9ea8157e865f (diff)
downloadGT5-Unofficial-72d39c8715eaf8a6b7f1431c14ff2f6e45f6f2f9.tar.gz
GT5-Unofficial-72d39c8715eaf8a6b7f1431c14ff2f6e45f6f2f9.tar.bz2
GT5-Unofficial-72d39c8715eaf8a6b7f1431c14ff2f6e45f6f2f9.zip
remove unused import
Diffstat (limited to 'src/main/java/GoodGenerator/Blocks/TEs')
-rw-r--r--src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java b/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
index 93e6f0e6f9..3fe981bc24 100644
--- a/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
+++ b/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
@@ -13,10 +13,7 @@ import com.github.technus.tectech.mechanics.structure.StructureDefinition;
import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_EnergyMulti;
import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_EnergyTunnel;
import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM;
-import gregtech.api.GregTech_API;
-import gregtech.api.enums.HeatingCoilLevel;
import gregtech.api.enums.Textures;
-import gregtech.api.interfaces.IHeatingCoil;
import gregtech.api.interfaces.ITexture;
import gregtech.api.interfaces.metatileentity.IMetaTileEntity;
import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
@@ -26,7 +23,6 @@ import gregtech.api.render.TextureFactory;
import gregtech.api.util.GT_Multiblock_Tooltip_Builder;
import gregtech.api.util.GT_Recipe;
import gregtech.api.util.GT_Utility;
-import gregtech.common.blocks.GT_Block_Casings5;
import net.minecraft.block.Block;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;