Request Setter


Set logistic request on one stack

Content
27 days ago
1.1 - 2.0
471
Logistics

i Set to only '10'

27 days ago

Would you be willing to make a settings menu or something.
I hate having my requester chests demand EVERYTHING in my network...
Would it be possible to make it only set the values to 10 instead of MAX stack values? Please?
Or at least make a 2nd mod that does that???
Been wanting something like this for a looooong time,

27 days ago

Nevermind, i solved it myself via trial and error:
Changed:
if request_count == -1 or request_count > item.stack_size then
request_count = item.stack_size
end
To:
if request_count == -1 or request_count > 10 then
request_count = 10
end
And that seems to have solved it thus far... Trial and error in one go. Nice :P

27 days ago

I will think about how I can integrate this satisfactorily into the settings.

21 days ago

Will this request all the qualities in the network above normal? I would love a mod for this. Im swamped with quality items and i would like to ship them to the upcycler station

New response