Request Setter


Set logistic request on one stack

Content
6 months ago
1.1 - 2.0
566
Logistics

i Set to only '10'

6 months 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,

6 months 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

6 months ago

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

6 months 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

5 months ago

I have done a small test, and because i play with a stacking mod that changes stack sizes to 5k, i have found that if i limit the stack size to just 100, all operations goes VERY smoothly.

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

If you tell it to request that specific quality, then yes, it should give it to you, does for me.

New response