aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2017-04-30 15:36:43 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2017-04-30 15:36:43 +1000
commitb21648b4c0e0ad51dc7df2c50948ecc601c7044b (patch)
tree4a0d84bf7cf45da9519943515d79c0b953cdb6e2 /src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity
parentb8fcf82060c66cc383f7be9c3a5d064a718cbffa (diff)
downloadGT5-Unofficial-b21648b4c0e0ad51dc7df2c50948ecc601c7044b.tar.gz
GT5-Unofficial-b21648b4c0e0ad51dc7df2c50948ecc601c7044b.tar.bz2
GT5-Unofficial-b21648b4c0e0ad51dc7df2c50948ecc601c7044b.zip
$ Fixed dirt not working in the Tree Farmer Frame recipe.
- Removed a touch of old code.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/lossless/GregtechBaseMetaTileEntityLossless.java2
1 files changed, 1 insertions, 1 deletions
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) {