Skip to content

Commit

Permalink
remove unnecessary addition
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 11, 2025
1 parent fa39f82 commit f6ca946
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) {
this.step);
}

@Override
public ITexture[][][] getTextureSet(ITexture[] aTextures) {
return super.getTextureSet(aTextures);
}

@Override
public boolean onRightclick(IGregTechTileEntity aBaseMetaTileEntity, EntityPlayer aPlayer) {
if (aBaseMetaTileEntity.isServerSide()) {
Expand Down

0 comments on commit f6ca946

Please sign in to comment.