-
Notifications
You must be signed in to change notification settings - Fork 655
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
Link pattern providers with memory card #6359
Comments
Do providers "see" only what's in the 9 physical slots of an interface? If so, what if they were changed to "see" that entire subnet's items, much like putting a storage bus on an interface lets the storage bus "see" the child network's items... Could then have a subnet consisting of (potentially multiple) storage bus' on a machine, then multiple providers facing interfaces could conceivably block based on the presence of items in the downstream machine(s). |
I believe that's how it's supposed to work at the moment |
Describe the feature
Allow linking multiple pattern providers so they share their blocking list. This would be useful for setups where multiple pattern providers are used for the same machine, e.g. to overcome the 9 pattern slot limitation.
Another thing to consider would be to link them so that they share their output machine, for example you could have two pattern providers on two macerators in blocking mode, and link them, and each pattern provider would be able to push to any of the macerators while respecting blocking mode per macerator. This might be too OP though... copy/pasting patterns to various pattern providers would also be a good alternative. (This is already supported, but duplicating patterns might be a bit annoying currently).
Reasons why it should be considered
This will make autocrafting a lot easier when dealing with large amounts of crafts that need to be performed in the same machines, but it might be too OP.
Additional details
No response
The text was updated successfully, but these errors were encountered: