aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2023-04-15 21:48:02 +0200
committerGitHub <noreply@github.com>2023-04-15 21:48:02 +0200
commitf74465e5c858678ed09c0140c72c7d89480d5df3 (patch)
tree7e7d8956cfe1354255102e1056ebe8e88097c69a /src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java
parentd1ec4f813c7182eda8bd9bb00feb2462e537f12e (diff)
parent9adb11d7c5a88b38bacdacdf7da2c69c9e519248 (diff)
downloadGT5-Unofficial-f74465e5c858678ed09c0140c72c7d89480d5df3.tar.gz
GT5-Unofficial-f74465e5c858678ed09c0140c72c7d89480d5df3.tar.bz2
GT5-Unofficial-f74465e5c858678ed09c0140c72c7d89480d5df3.zip
Merge pull request #64 from GTNewHorizons/cleanup
Cleanup
Diffstat (limited to 'src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java')
-rw-r--r--src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java b/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java
index 56986228ae..baaef17858 100644
--- a/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java
+++ b/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java
@@ -1,8 +1,13 @@
package common.tileentities;
-import static com.gtnewhorizon.structurelib.structure.StructureUtility.*;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.ofBlock;
import static com.gtnewhorizon.structurelib.structure.StructureUtility.ofBlockAnyMeta;
-import static gregtech.api.enums.Textures.BlockIcons.*;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.ofChain;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.onElementPass;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.transpose;
+import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_HEAT_EXCHANGER;
+import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_HEAT_EXCHANGER_ACTIVE;
+import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_HEAT_EXCHANGER_ACTIVE_GLOW;
import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_HEAT_EXCHANGER_GLOW;
import static gregtech.api.util.GT_StructureUtility.ofHatchAdder;