From b21648b4c0e0ad51dc7df2c50948ecc601c7044b Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 30 Apr 2017 15:36:43 +1000 Subject: $ Fixed dirt not working in the Tree Farmer Frame recipe. - Removed a touch of old code. --- .../base/lossless/GregtechBaseMetaTileEntityLossless.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechBaseMetaTileEntityLossless.java b/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechBaseMetaTileEntityLossless.java index aea0014e0c..f2a538d778 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechBaseMetaTileEntityLossless.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechBaseMetaTileEntityLossless.java @@ -2089,6 +2089,7 @@ public class GregtechBaseMetaTileEntityLossless extends BaseTileEntity implement } + @Override public ITexture[] getTexture(final Block arg0, final byte aSide) { final ITexture rIcon = this.getCoverTexture(aSide); if (rIcon != null) { @@ -2100,7 +2101,6 @@ public class GregtechBaseMetaTileEntityLossless extends BaseTileEntity implement return Textures.BlockIcons.ERROR_RENDERING; } - @Override public ITexture[] getTexture(final byte aSide) { final ITexture rIcon = this.getCoverTexture(aSide); if (rIcon != null) { -- cgit