Yinan wrote:Currently, inserters will take items from top to bottom and from left to right.
This is problematic, because you set the limit from bottem to top and right to left and thus any extra item you place in them will not be taken unless items are taken out at a higher rate than they're put in.
This is bad, because when you add some stuff manually that you got by tearing some parts down or so won't get taken from the chest unless the input inserter doesn't have anything to put in any more while the output inserter still takes stuff out.
Example current behaviour:
Chest is limited to 1 slot. A standard inserters puts copper cables inside a chest, another inserter takes those out of the chest.
Now you manually add 5 Stacks of cable.
The out inserter will still take from the first stack, not the last. So new items will be inserted even so you have more than 1 slot filled.
Example Suggested behavious:
Chest is limited to 1 slot. A standard inserters puts copper cables inside a chest, another inserter takes those out of the chest.
Now you manually add 5 Stacks of cable.
The out inserter will still take from the last stack, not the first. No new items will be inserted unless all other slots except the first slot are completely empy again.
As it turns out, the problems were not the inserters, but the logistic bots!
THEY take out the items from top to bottom and left to right.
So currently, bots take out items in a different order than inserters to, but they should behave just like inserters in this way.