Limit number of items loader inserts into an assembly machine
Posted: Mon Dec 11, 2023 9:52 am
Current loader behavior is that it inserts the maximum number of items into the target entity.
Be it a chest or an assembly machine.
Inserters, on the other hand, limit the number of items they insert to twice the number of items necessary for the currently active recipe.
The inserter behavior seems better, as it reduces the amount of unnecessary buffering.
And speeds up removal of the assembly machine by bots.
I assume the discrepancy could be due to loaders not being part of the vanilla game.
As otherwise, loaders are actually described as being the inserter alternatives.
https://lua-api.factorio.com/latest/pro ... otype.html
It would be great if loaders would follow the same logic as inserters, when the target is an assembly machine with a recipe.
Be it a chest or an assembly machine.
Inserters, on the other hand, limit the number of items they insert to twice the number of items necessary for the currently active recipe.
The inserter behavior seems better, as it reduces the amount of unnecessary buffering.
And speeds up removal of the assembly machine by bots.
I assume the discrepancy could be due to loaders not being part of the vanilla game.
As otherwise, loaders are actually described as being the inserter alternatives.
https://lua-api.factorio.com/latest/pro ... otype.html
It would be great if loaders would follow the same logic as inserters, when the target is an assembly machine with a recipe.