Hello,
It seems the maximum possible output count of an assembler machine is 200.
If you set higher values in a recipe - it will be a max of 200
But I can not find, where this value is set nor how to increase it.
Anyone an idea?
Thank you.
Set Maximum Output of assembler?
Re: Set Maximum Output of assembler?
There is no maximum output count of an assembling machine.
Are you sure the maximum stack size of the item isn't 200 that it's producing?
Are you sure the maximum stack size of the item isn't 200 that it's producing?
If you want to get ahold of me I'm almost always on Discord.
- eradicator
- Smart Inserter
- Posts: 5211
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: Set Maximum Output of assembler?
He's right. I did a quick test and the assembler only produces $stack_size even if the recipe should produce more. I guess output slots don't have the "overstacking" ability of input slots?
Code: Select all
data.raw.recipe['iron-gear-wheel'].normal.result_count = 1000
Re: Set Maximum Output of assembler?
Maybe this is a bug? How to report it?
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Set Maximum Output of assembler?
bug reporting subforum viewforum.php?f=7ravenbs wrote:Maybe this is a bug? How to report it?
So what I'm seeing out of this is... if the result count is higher than a single stack size, you only get a single stack's worth of output?
Re: Set Maximum Output of assembler?
It stack size is 200, but you are need 400, then:
The same for ingredients, if ingredients amount is more than 65535.
Code: Select all
results =
{
{
name = "iron-gear-wheel",
amount = 200
},
{
name = "iron-gear-wheel",
amount = 200
}
}
},
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Set Maximum Output of assembler?
Except inserters only fill the first instance of an item...darkfrei wrote:The same for ingredients, if ingredients amount is more than 65535.
I've received looots of bug reports due to duplicate input ingredients (and most of them were actually caused by mods that mod my mods, not my mods themselves) and the issues caused by inserters not filling them.
Re: Set Maximum Output of assembler?
Then we are need new mod for those mods modification!bobingabout wrote:Except inserters only fill the first instance of an item...darkfrei wrote:The same for ingredients, if ingredients amount is more than 65535.
I've received looots of bug reports due to duplicate input ingredients (and most of them were actually caused by mods that mod my mods, not my mods themselves) and the issues caused by inserters not filling them.