aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-11-27 14:13:50 +1000
committerAlkalus <draknyte1@hotmail.com>2017-11-27 14:13:50 +1000
commit2f23943b0c802ce4439ee166e7eb258bd93f0eea (patch)
tree237d34ebc9ee4710e0013cd72660c7f4baee5cd1 /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities
parent5d4f2648ceb147aae7ce00241ebfb34919dbb1bf (diff)
downloadGT5-Unofficial-2f23943b0c802ce4439ee166e7eb258bd93f0eea.tar.gz
GT5-Unofficial-2f23943b0c802ce4439ee166e7eb258bd93f0eea.tar.bz2
GT5-Unofficial-2f23943b0c802ce4439ee166e7eb258bd93f0eea.zip
$ 5.08.33 compat.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java
index 04bcd5e0dc..eb7b1eb712 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityGeneratorArray.java
@@ -53,7 +53,7 @@ public class GregtechMetaTileEntityGeneratorArray extends GT_MetaTileEntity_Mult
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[48], new GT_RenderedTexture(aActive ? Textures.BlockIcons.OVERLAY_FRONT_PROCESSING_ARRAY_ACTIVE : Textures.BlockIcons.OVERLAY_FRONT_PROCESSING_ARRAY)};
+ return new ITexture[]{Textures.BlockIcons.CASING_BLOCKS[48], new GT_RenderedTexture(aActive ? Textures.BlockIcons.OVERLAY_FRONT_ELECTRIC_BLAST_FURNACE_ACTIVE : Textures.BlockIcons.OVERLAY_FRONT_ELECTRIC_BLAST_FURNACE)};
}
return new ITexture[]{Textures.BlockIcons.CASING_BLOCKS[48]};
}