Small fix
This commit is contained in:
parent
4378d8c673
commit
99a17ad3ef
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ public class BaseMetaPipeEntity extends BaseTileEntity implements IGregTechTileE
|
|||
}
|
||||
|
||||
@Override
|
||||
public ITexture[] getTexture(byte aSide) {
|
||||
public ITexture[] getTexture(Block block, byte aSide) {
|
||||
ITexture rIcon = getCoverTexture(aSide);
|
||||
if (rIcon != null) return new ITexture[]{rIcon};
|
||||
return getTextureUncovered(aSide);
|
||||
|
|
Loading…
Reference in a new issue