Is there way how can I change default item count that is requesting chest, when you copy blueprint from assembling machine to requester chest?
Something like default_request_amount, or some event that can used to alter requester slots.
Altering counts on copy from assembling machine to chest
Re: Altering counts on copy from assembling machine to chest
requester_paste_multiplier in the recipe definition. The default is 2 - change it to what you want
If you want to get ahold of me I'm almost always on Discord.
Re: Altering counts on copy from assembling machine to chest
i am trying to do the same thing. but you manual is not very detailed. could you specify it more clearly please?Rseding91 wrote:requester_paste_multiplier in the recipe definition. The default is 2 - change it to what you want
Re: Altering counts on copy from assembling machine to chest
add "requester_paste_multiplier = #" to the recipe definition you want to have a higher count. Where # is the recipe counts * # the chest will get.Hovadko wrote:i am trying to do the same thing. but you manual is not very detailed. could you specify it more clearly please?Rseding91 wrote:requester_paste_multiplier in the recipe definition. The default is 2 - change it to what you want
If you want to get ahold of me I'm almost always on Discord.
Re: Altering counts on copy from assembling machine to chest
i have to do it for every recipe? there has to be some global variable no?
Re: Altering counts on copy from assembling machine to chest
It's not that painful.Hovadko wrote:i have to do it for every recipe? there has to be some global variable no?
Code: Select all
for _, v in pairs(data.raw.recipe) do
v.requester_paste_multiplier = 10
end
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!