worldObj.playAuxSFXAtEntity(null, 2001, targetCoords.x, targetCoords.y, targetCoords.z, harvestedBlockId + (harvestedBlockMetadata << 12));
}
worldObj.setBlockToAir(targetCoords.x, targetCoords.y, targetCoords.z);
}
harvestable.postHarvest(worldObj, targetCoords.x, targetCoords.y, targetCoords.z);
_tank.fill(LiquidDictionary.getLiquid("sludge", 10), true);
return true;
}