aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/GoodGenerator/Blocks/TEs/LargeEssentiaGenerator.java
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-09-12 23:09:39 +0800
committerGlodBlock <1356392126@qq.com>2021-09-12 23:09:39 +0800
commit2c618093796b521c4b8952baf7694c49f83a28ea (patch)
tree08e5f5dfb5dc857f3d1b376310aa0068107b541c /src/main/java/GoodGenerator/Blocks/TEs/LargeEssentiaGenerator.java
parent76db237b633324cad97e000bbc56c8a01a53663f (diff)
downloadGT5-Unofficial-2c618093796b521c4b8952baf7694c49f83a28ea.tar.gz
GT5-Unofficial-2c618093796b521c4b8952baf7694c49f83a28ea.tar.bz2
GT5-Unofficial-2c618093796b521c4b8952baf7694c49f83a28ea.zip
update TecTech lib
Diffstat (limited to 'src/main/java/GoodGenerator/Blocks/TEs/LargeEssentiaGenerator.java')
-rw-r--r--src/main/java/GoodGenerator/Blocks/TEs/LargeEssentiaGenerator.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/java/GoodGenerator/Blocks/TEs/LargeEssentiaGenerator.java b/src/main/java/GoodGenerator/Blocks/TEs/LargeEssentiaGenerator.java
index 376ea8bfc6..31e975d6f4 100644
--- a/src/main/java/GoodGenerator/Blocks/TEs/LargeEssentiaGenerator.java
+++ b/src/main/java/GoodGenerator/Blocks/TEs/LargeEssentiaGenerator.java
@@ -3,13 +3,13 @@ package GoodGenerator.Blocks.TEs;
import GoodGenerator.Loader.Loaders;
import GoodGenerator.util.DescTextLocalization;
import com.github.bartimaeusnek.crossmod.tectech.TecTechEnabledMulti;
-import com.github.technus.tectech.mechanics.constructable.IConstructable;
-import com.github.technus.tectech.mechanics.structure.IStructureDefinition;
-import com.github.technus.tectech.mechanics.structure.StructureDefinition;
import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_DynamoMulti;
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 com.gtnewhorizon.structurelib.alignment.constructable.IConstructable;
+import com.gtnewhorizon.structurelib.structure.IStructureDefinition;
+import com.gtnewhorizon.structurelib.structure.StructureDefinition;
import gregtech.api.enums.TC_Aspects;
import gregtech.api.enums.Textures;
import gregtech.api.interfaces.ITexture;
@@ -32,7 +32,8 @@ import thaumcraft.common.config.ConfigBlocks;
import java.util.ArrayList;
import java.util.List;
-import static com.github.technus.tectech.mechanics.structure.StructureUtility.*;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.*;
+import static gregtech.api.util.GT_StructureUtility.ofHatchAdder;
public class LargeEssentiaGenerator extends GT_MetaTileEntity_MultiblockBase_EM implements TecTechEnabledMulti, IConstructable {