@Override
 public void onChunkUnload() {
   super.onChunkUnload();
   if (worldObj.isRemote && this instanceof IHarvestAreaContainer) {
     MineFactoryReloadedClient.removeTileFromAreaList((IHarvestAreaContainer) this);
   }
 }