main-- / rust-factorio-ic

name wip
1 stars 1 forks source link

Optimization: Use existing belt as Target #4

Open oberien opened 4 years ago

oberien commented 4 years ago

If both lanes of an input belt are required, and one of them has already been laid out, the other lane can be connected anywhere on the existing belt. However, it must come from the correct direction to attach to the correct lane.

main-- commented 4 years ago

Unclear how this is supposed to work, no clear point to implement, pathfinding code does not deal with lane considerations at all right now.