Page 1 of 1

Entity: 1x1 Lane balancer

Posted: Wed Jun 03, 2026 8:38 pm
by thesixthroc
The internal 1x1 Lane splitter entity was added in Factorio 2.0. If fed a single-lane input, it distributes that lane across both output lanes, balancing them. However, for a full two-lane input AB, it just transposes the lanes to BA.

I haven't seen a mod make use of it, and I believe that's because it neither cleanly mixes nor swaps the lanes.

There is a closely related entity I think mods would use (in particular my mod has a need for it): a 1x1 Lane balancer that mixes cleanly. I imagine it might work by swapping between mapping AB->AB and AB->BA when one or more items pass by. It could use the same graphics as the Lane splitter.

Re: Entity: 1x1 Lane balancer

Posted: Thu Jun 11, 2026 1:26 pm
by FluidNatalie
+1

Re: Entity: 1x1 Lane balancer

Posted: Thu Jun 11, 2026 1:43 pm
by eugenekay
thesixthroc wrote: Wed Jun 03, 2026 8:38 pmI haven't seen a mod make use of it
Lane Splitters was created 1 year, 7 months ago.

Good Luck!

Re: Entity: 1x1 Lane balancer

Posted: Thu Jun 11, 2026 2:07 pm
by Powerscooter
+1

I do use the current implementation but I agree it's not intuitive when compared to splitters.

Re: Entity: 1x1 Lane balancer

Posted: Thu Jun 11, 2026 2:08 pm
by BraveCaperCat
+1
I think it should replace the existing lane splitter though.

Re: Entity: 1x1 Lane balancer

Posted: Fri Jun 12, 2026 12:23 pm
by thesixthroc
This request is still desired for my mod despite the new changes to inserter lane settings.

Re: Entity: 1x1 Lane balancer

Posted: Fri Jun 12, 2026 6:08 pm
by MeteorSwarm
+1

Re: Entity: 1x1 Lane balancer

Posted: Sat Jun 20, 2026 11:13 pm
by Zaflis
I think what you are looking for is Lane Balancers mod:
https://mods.factorio.com/mod/lane-balancers
(It does not even have control.lua, making it entirely scriptless)

Re: Entity: 1x1 Lane balancer

Posted: Mon Jun 22, 2026 4:22 pm
by BraveCaperCat
Zaflis wrote: Sat Jun 20, 2026 11:13 pm I think what you are looking for is Lane Balancers mod:
https://mods.factorio.com/mod/lane-balancers
(It does not even have control.lua, making it entirely scriptless)
I don't think you read the original post. It's nothing like what we're looking for, since it only swaps the 2 lanes if both have items on it.