This is adjacent to [134061], which was marked as "not a bug" which makes sense (left relative lane preference is (was) a feature), but in 2.1.7 the inserter logic changed, which was undocumented in the changelog (or it's accidental and came from some another unrelated change instead):
For the corner belt case, inserters now take from the inside lane always (which is optimal), not the left lane (which was the intended behavior as per "not a bug" category for the report above), which is optimal for the corner belt case.
But as you can see, after inserting into a chest the east inserter now prefers returning by counter-clockwise rotation instead of the optimal clockwise rotation (that would make the throughput equal to the west-east belt case)
In 2.0.77, that was not the case, in the same setup the east inserter correctly rotates clockwise, although inoptimally taking from the far lane (this was intended I guess)
The new inside lane preference for corner belts brought the throughput difference from approx. 20% down to just 3.6% (there's still a difference because of the rotation preference changes which is the subject of this report) more details in the previous report mentioned above.
But the rotation changes introduced a roughly 10% difference in throughput even when taking from parallel belts running opposite directions, which was equal in 2.0.77, which is the main reason why I'm making this report:
(2.1.7):
(2.0.77):
I think it's best if the new 2.1.7 inside lane preference for corner belts stays, and the rotations are fixed back to their 2.0.77 state (or at least made consistent for belt direction, as it has higher throughput when taking from parallel lanes and doesn't leave stray items in the gif above), as it will make all cases in both these reports equal in throughput, which is especially important in loading trains.
[2.1.7] Inserter rotations now depend on belt direction
-
Providence
- Burner Inserter

- Posts: 11
- Joined: Sun Feb 21, 2021 7:02 pm
- Contact:
[2.1.7] Inserter rotations now depend on belt direction
Last edited by Providence on Tue Jun 23, 2026 1:20 pm, edited 1 time in total.
Re: [2.1.7] Inserter rotations now depend on belt direction
Thanks for the report. I did some tiny adjustments to inserter hand rotation logic which hopefully will fix this issue.
-
Providence
- Burner Inserter

- Posts: 11
- Joined: Sun Feb 21, 2021 7:02 pm
- Contact:
Re: [2.1.7] Inserter rotations now depend on belt direction
Thanks! It's fixed and now throughput is consistent across all cases, even corner beltsboskid wrote: Tue Jun 23, 2026 6:40 pm Thanks for the report. I did some tiny adjustments to inserter hand rotation logic which hopefully will fix this issue.
