@Override
 public int fill(ForgeDirection from, FluidStack resource, boolean doFill) {
   return tank.fill(resource, doFill);
 }