-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
Enables citizens to use lever to toggle T-cross railway #10410
Conversation
…ecolonies into Toggle-T-Cross
This should probably not be a goal, but should be handled by the pathfollow mechanism + should not need a lever even (just auto rotate the rail) |
Yes, in future versions, due to the adjustable speed of the mining car, continuing to use Goal will have a certain probability of failure. I will modify my code later. |
There is also the option of ignoring the rail and telling the railcart entity the junctions at which it would have to change direction. |
better solution would be a T cross rail block :D |
Agreed, but it would still require at least to tell the cart which direction to go =D |
Citizens now are able to toggle the direction of a RailBlock using the Lever next to it. There only exists a small chance that more than one citizens are on the same rail block in one tick that they may go to wrong direction.
Let citizens use railways more efficiently!
Testing
Review please
// Sorry that I deleted my fork by mistake, so I had to re-create this pull request😭.