The equal range should be capped at x, so if the maximum inserter range is 3, then all the inserters will have a range of 3.
Incremental will add x to the inserter base range so that each inserter will have: base_range + increment.
So with max_range = 3
- Normal inserter will have 1+3 = 4 max range
- Long inserter will have 2+3 = 5 max range
Sorry for the late reply, I was studying for an exam and did not check the mod portal.
The fact that a programmer that worked with this mod does not understand that means that I truly fucked up with my description of the feature...
I should rephrase everything, but it's already the second time doing that... I need to take some time to think of a way to properly explain what everything does.
Edit: I will test more tomorrow after the exam but it Looks like I fucked up something else with range technologies
If range technologies are enabled, the intended behavior goes out the window and in fact (incremental = equal)... sorry, I will check better and fix this.
It's most likely an if in the wrong order.
My system to check for technologies is a bit too scattered for my taste and it's not that easy to keep consistent but that' s a problem for future me.