From cd16be8962ac4a16ba73d100803de02d7589da22 Mon Sep 17 00:00:00 2001 From: Technus Date: Wed, 15 Mar 2017 18:05:27 +0100 Subject: Optimize imports --- src/main/java/com/github/technus/tectech/TecTech.java | 2 +- src/main/java/com/github/technus/tectech/casing/GT_Block_CasingsTT.java | 1 - .../technus/tectech/elementalMatter/definitions/dAtomDefinition.java | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main/java') diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 4c5f0d451d..d776dac376 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -1,8 +1,8 @@ package com.github.technus.tectech; + import com.github.technus.tectech.auxiliary.Reference; import com.github.technus.tectech.auxiliary.TecTechConfig; import com.github.technus.tectech.blocks.QuantumGlass; -import com.github.technus.tectech.casing.GT_Block_CasingsTT; import com.github.technus.tectech.casing.GT_Container_CasingsTT; import com.github.technus.tectech.proxy.CommonProxy; import cpw.mods.fml.common.Loader; diff --git a/src/main/java/com/github/technus/tectech/casing/GT_Block_CasingsTT.java b/src/main/java/com/github/technus/tectech/casing/GT_Block_CasingsTT.java index d7f8a197d1..5e0ef2c4af 100644 --- a/src/main/java/com/github/technus/tectech/casing/GT_Block_CasingsTT.java +++ b/src/main/java/com/github/technus/tectech/casing/GT_Block_CasingsTT.java @@ -1,7 +1,6 @@ package com.github.technus.tectech.casing; import com.github.technus.tectech.CustomItemList; -import com.github.technus.tectech.TecTech; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/dAtomDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/dAtomDefinition.java index 98b84d9446..11c7c4589b 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/dAtomDefinition.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/dAtomDefinition.java @@ -7,7 +7,6 @@ import gregtech.api.objects.XSTR; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import net.minecraftforge.fluids.FluidStack; -import org.apache.logging.log4j.Level; import java.util.*; -- cgit