diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-05-23 08:58:56 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-05-23 08:58:56 +1000 |
commit | 83595f2379850fadcd17d91dfec49c87fdfd02a3 (patch) | |
tree | 3883d7fdcd748d41c7c4a2a6507bf30f62f7b0a9 /src/Java/miscutil/gregtech/common | |
parent | 12ced6d3ea25823190453b4db9b7b905cc759a69 (diff) | |
download | GT5-Unofficial-83595f2379850fadcd17d91dfec49c87fdfd02a3.tar.gz GT5-Unofficial-83595f2379850fadcd17d91dfec49c87fdfd02a3.tar.bz2 GT5-Unofficial-83595f2379850fadcd17d91dfec49c87fdfd02a3.zip |
Removed WAILA and UpTime Support.
Diffstat (limited to 'src/Java/miscutil/gregtech/common')
-rw-r--r-- | src/Java/miscutil/gregtech/common/machines/multi/GregtechMetaTileEntityIndustrialCokeOven.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/miscutil/gregtech/common/machines/multi/GregtechMetaTileEntityIndustrialCokeOven.java b/src/Java/miscutil/gregtech/common/machines/multi/GregtechMetaTileEntityIndustrialCokeOven.java index fce63c2e5d..606cac5482 100644 --- a/src/Java/miscutil/gregtech/common/machines/multi/GregtechMetaTileEntityIndustrialCokeOven.java +++ b/src/Java/miscutil/gregtech/common/machines/multi/GregtechMetaTileEntityIndustrialCokeOven.java @@ -55,9 +55,9 @@ public class GregtechMetaTileEntityIndustrialCokeOven @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.CASING_BLOCKS[57], new GT_RenderedTexture(aActive ? Textures.BlockIcons.OVERLAY_FRONT_MULTI_SMELTER_ACTIVE : Textures.BlockIcons.OVERLAY_FRONT_MULTI_SMELTER)}; + return new ITexture[]{Textures.BlockIcons.CASING_BLOCKS[58], new GT_RenderedTexture(aActive ? Textures.BlockIcons.OVERLAY_FRONT_MULTI_SMELTER_ACTIVE : Textures.BlockIcons.OVERLAY_FRONT_MULTI_SMELTER)}; } - return new ITexture[]{Textures.BlockIcons.CASING_BLOCKS[57]}; + return new ITexture[]{Textures.BlockIcons.CASING_BLOCKS[58]}; } @Override |