diff options
author | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2023-01-10 05:20:13 +0000 |
---|---|---|
committer | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2023-01-10 05:20:13 +0000 |
commit | f7108130c995f151f86f56fdacc1829ef1ab70b6 (patch) | |
tree | 2f503f2dc95071e662740eee96d2e81ea30d475a /src | |
parent | 5d8923f5ccc7581a7aa1e6ef3e11bd81fda336ed (diff) | |
download | GT5-Unofficial-f7108130c995f151f86f56fdacc1829ef1ab70b6.tar.gz GT5-Unofficial-f7108130c995f151f86f56fdacc1829ef1ab70b6.tar.bz2 GT5-Unofficial-f7108130c995f151f86f56fdacc1829ef1ab70b6.zip |
Spotless
Diffstat (limited to 'src')
4 files changed, 0 insertions, 13 deletions
diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java index 7394f1a668..1d77c71ce8 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java @@ -6,8 +6,6 @@ import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turret import com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles.projectileEM; import com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles.projectileRenderEM; import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret.TileTurretHeadEM; -import com.github.technus.tectech.thing.block.RenderEyeOfHarmony; -import com.github.technus.tectech.thing.block.TileEyeOfHarmony; import cpw.mods.fml.client.registry.ClientRegistry; import cpw.mods.fml.client.registry.RenderingRegistry; import net.minecraft.item.Item; diff --git a/src/main/java/com/github/technus/tectech/loader/TecTechConfig.java b/src/main/java/com/github/technus/tectech/loader/TecTechConfig.java index 3acc7320d6..c27fd95bd3 100644 --- a/src/main/java/com/github/technus/tectech/loader/TecTechConfig.java +++ b/src/main/java/com/github/technus/tectech/loader/TecTechConfig.java @@ -1,11 +1,5 @@ package com.github.technus.tectech.loader; -import com.github.technus.tectech.thing.block.RenderEyeOfHarmony; -import com.github.technus.tectech.thing.block.TileEyeOfHarmony; -import cpw.mods.fml.client.registry.ClientRegistry; -import cpw.mods.fml.common.event.FMLInitializationEvent; -import cpw.mods.fml.relauncher.Side; -import cpw.mods.fml.relauncher.SideOnly; import eu.usrv.yamcore.config.ConfigManager; import java.io.File; diff --git a/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java b/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java index e5d75932a2..9a5c8cdbfa 100644 --- a/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java +++ b/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java @@ -13,7 +13,6 @@ import cpw.mods.fml.client.FMLClientHandler; import cpw.mods.fml.client.registry.ClientRegistry; import cpw.mods.fml.client.registry.RenderingRegistry; import cpw.mods.fml.common.Loader; -import cpw.mods.fml.common.event.FMLInitializationEvent; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import net.minecraft.client.Minecraft; import net.minecraft.client.entity.EntityClientPlayerMP; @@ -47,7 +46,6 @@ public class ClientProxy extends CommonProxy { } ClientRegistry.bindTileEntitySpecialRenderer(TileEyeOfHarmony.class, new RenderEyeOfHarmony()); - } @Override @@ -188,6 +186,4 @@ public class ClientProxy extends CommonProxy { public boolean isThePlayer(EntityPlayer player) { return getPlayer() == player; } - - } 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 a4fae895c9..c7977ff569 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 @@ -39,7 +39,6 @@ import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_Outpu import gregtech.api.util.GT_Multiblock_Tooltip_Builder; import gregtech.common.tileentities.machines.GT_MetaTileEntity_Hatch_OutputBus_ME; import gregtech.common.tileentities.machines.GT_MetaTileEntity_Hatch_Output_ME; - import java.util.*; import java.util.List; import net.minecraft.client.renderer.texture.IIconRegister; |