aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/GoodGenerator/Blocks/TEs/UniversalChemicalFuelEngine.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/UniversalChemicalFuelEngine.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/UniversalChemicalFuelEngine.java')
-rw-r--r--src/main/java/GoodGenerator/Blocks/TEs/UniversalChemicalFuelEngine.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/java/GoodGenerator/Blocks/TEs/UniversalChemicalFuelEngine.java b/src/main/java/GoodGenerator/Blocks/TEs/UniversalChemicalFuelEngine.java
index 9f589db8bb..8d5962b49c 100644
--- a/src/main/java/GoodGenerator/Blocks/TEs/UniversalChemicalFuelEngine.java
+++ b/src/main/java/GoodGenerator/Blocks/TEs/UniversalChemicalFuelEngine.java
@@ -3,12 +3,12 @@ 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_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.GregTech_API;
import gregtech.api.interfaces.ITexture;
import gregtech.api.interfaces.metatileentity.IMetaTileEntity;
@@ -28,8 +28,9 @@ import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
-import static com.github.technus.tectech.mechanics.structure.StructureUtility.*;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.*;
import static gregtech.api.enums.Textures.BlockIcons.*;
+import static gregtech.api.util.GT_StructureUtility.ofHatchAdder;
public class UniversalChemicalFuelEngine extends GT_MetaTileEntity_MultiblockBase_EM implements TecTechEnabledMulti, IConstructable {