Added override tag

This commit is contained in:
CovertJaguar 2012-08-30 02:58:48 -07:00
parent 820dd20a09
commit 0073b52075

View file

@ -616,6 +616,7 @@ public class TileGenericPipe extends TileEntity implements IPowerReceptor, ITank
worldObj.markBlockAsNeedsUpdate(xCoord, yCoord, zCoord);
}
@Override
public double getRenderDistance() {
return 24;
}