-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add support for Krastorio loaders #156
Add support for Krastorio loaders #156
Conversation
221787e
to
358cfdb
Compare
Krastorio2 already has purple and green tier loaders (as well as matching belts, undergrounds, and splitters). Rather than creating additional new entities, I think it would be best to use the existing ones:
|
We could go with either the Bob's two top tiers of belts or the K2 belts, but I think sticking with the Bob's belts would be best. That would be more convenient for the setting that allows you to change the speeds of the belts, and it would keep the colors consistent with the inserters and everything else, since K2 belts go green and then purple instead of purple and then green. It should still not be necessary to generate new loaders, though. It would work just as well to repurpose the current K2 ones by swapping their graphics and adjusting them so their speeds match whatever the Bob's belts have (since their speed is adjustable). |
Yes, that also works. Placed underground belts are one of the more difficult things to migrate as their reach may have decreased. |
All of this has been taken care of by my new B+SE+K2 mod as well. (But doing something with K2 loaders in base Bob's Logistics would not be any kind of issue) |
This adds basic compatibility for Krastorio’s loaders and also fixes the Fast and Express inserter recipes when K2+SE is present.
I chose not to add Basic Loaders, as Krastorio loaders are unlocked from the same research as the belt and only need electricity to operate, so it doesn’t make as much sense to add those as it does with AAI Loaders, which use fluids to operate.
Related issues