break;
}
boolean success = false;
IAdditionalTargetInformation targetInformation = new PatternSupplierTargetInformation(slotArray[i], needed.getStackSize());
if(_patternMode != PatternMode.Full) {
_service.getDebug().log("Supplier: Requesting partial: " + toRequest);
neededCount = RequestTree.requestPartial(toRequest, this, targetInformation);
_service.getDebug().log("Supplier: Requested: " + toRequest.getItem().makeStack(neededCount));