diff options
author | GitHub GTNH Actions <> | 2023-02-16 20:49:57 +0000 |
---|---|---|
committer | GitHub GTNH Actions <> | 2023-02-16 20:49:57 +0000 |
commit | fd23315c47eef80ca8448ea945d7208eb9c543e0 (patch) | |
tree | 20a51ab25affc1db1d8d67c06d69e5b5edc36441 /src/main/java | |
parent | 5fcd96ae9bc7e0846f3c03e10731024378aa8b47 (diff) | |
download | GT5-Unofficial-fd23315c47eef80ca8448ea945d7208eb9c543e0.tar.gz GT5-Unofficial-fd23315c47eef80ca8448ea945d7208eb9c543e0.tar.bz2 GT5-Unofficial-fd23315c47eef80ca8448ea945d7208eb9c543e0.zip |
spotlessApply
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/com/github/technus/tectech/TecTech.java | 4 | ||||
-rw-r--r-- | src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 4e9d36eee8..17b5c88828 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -7,12 +7,8 @@ import java.lang.reflect.Modifier; import java.util.Collection; import java.util.Iterator; -import cpw.mods.fml.common.eventhandler.EventPriority; -import net.minecraft.item.ItemStack; import net.minecraftforge.common.MinecraftForge; -import pers.gwyog.gtneioreplugin.plugin.block.ModBlocks; - import com.github.technus.tectech.loader.MainLoader; import com.github.technus.tectech.loader.TecTechConfig; import com.github.technus.tectech.loader.gui.CreativeTabEM; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java index 8c11063d2b..fc74091ea6 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java @@ -692,8 +692,8 @@ public class GT_MetaTileEntity_EM_EyeOfHarmony extends GT_MetaTileEntity_Multibl .addElement( 'H', buildHatchAdder(GT_MetaTileEntity_EM_EyeOfHarmony.class) - .atLeast(InputHatch, OutputHatch, InputBus, OutputBus) - .casingIndex(texturePage << 7).dot(1).buildAndChain(sBlockCasingsBA0, 12)) + .atLeast(InputHatch, OutputHatch, InputBus, OutputBus).casingIndex(texturePage << 7).dot(1) + .buildAndChain(sBlockCasingsBA0, 12)) .addElement( 'E', ofBlocksTiered( |