Skip to content
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

Break Multi-Item Sorting System #10

Closed
Small-Ku opened this issue May 5, 2022 · 3 comments
Closed

Break Multi-Item Sorting System #10

Small-Ku opened this issue May 5, 2022 · 3 comments

Comments

@Small-Ku
Copy link

Small-Ku commented May 5, 2022

This mod is excellent for me to build a minecart system for travelling. I built an item categorisor in a server with this mod. It seems that it breaks the full minecart detection in the system. The hopper appears unable to pull items from the hopper minecart, which is too fast.
https://youtu.be/bXMTdNxzvEQ

@audaki
Copy link
Owner

audaki commented May 5, 2022

Hey @Small-Ku

thanks for this issue! I think I know why this happens, because the algorithm does not look below the rail pieces. Checking below every rail piece would increase the calculation cost for the allowed speed a lot so I'm hesitant to code this in. Nobody wants laggy servers.

Can you try replacing most of the powered rails with normal Rails? It goes this fast because there are so many powered rails, which is not necessary.

Another option would be placing an activator rail or a detector rail to slow down the cart. Because the algorithm does check for activator and detector rails upfront and slows down for them. But there's a high chance that this will interfere with your sorting machine.

EDIT FROM THE FUTURE: My mod only minimally increases speed of Carts with Hoppers and Carts with Chests, so it shouldn't break Sorting Machines.

@Small-Ku
Copy link
Author

Small-Ku commented May 5, 2022

Thank you for your advice! I could not remove more powered rails because the hopper is too close to the minecart loader. It works after replacing some blocks with slabs and some rails with activator rails near the hopper. I could close this issue now.

@Small-Ku Small-Ku closed this as completed May 5, 2022
@audaki
Copy link
Owner

audaki commented Sep 30, 2022

@Small-Ku So I tested this myself more now and I remembered that my mod only increases speed a lot for minecarts with entities in them. For Minecarts with Hoppers and Minecarts with Chests (and Empty Minecarts) the speed is only increased from 8m/s to 9.2m/s so I'm actually wondering why your Sorting Machine broke.

I tested some hopper configurations and they all worked.

Did you have some other mod as well that increased minecart speed installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants