-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High-speed speedup tubes connect sideways with their "slow" ends #1644
Comments
Actually - never mind, there is another problem here too. While items never travel sideways, system treats that connection as existing and tries to send items belonging to the right pipe into the left one. |
Actually - it's worse than that. System treats two nearby high-speed tubes as connected (even if they are not) in general, causing hard to debug issues if two of them are placed near each other. |
There are two separate issues by this point, apparently:
Should I open a separate issue to track the second problem? |
Use Disconnect upgrade to separate end of high-speed tube |
I had no idea disconnection upgrade can be used there! Still, IMO this does stay as a valid issue. |
|
Yes, I understood what you said. Yes, this still seems like a valid bug to me, because items don't actually travel sideways there, ever. This is not how usual unrouted pipes work, they just choose destination randomly. Your explanation shows why this bug happens, not why this is not a bug. Second issue of system treating nearby pipes as connected extends to all high-speed tubes, not just their slow-end sections. |
Probably a single screenshot will describe the issue better than any amount of words:
Items don't actually travel sideways there, so red "error" indication is wrong - there is no issue here.
The text was updated successfully, but these errors were encountered: