Open oorzkws opened 4 years ago
Why is this is necessary?
If I have a mod that adds miniloader variants (omnicompression,in this case), they aren't registered correctly with the control stage due to the naming convention not matching the ones your control script looks for. Example prototype below.
I may expose an API to create additional miniloaders for other mod authors to use, but there will not be a way to register your own inserters that are not managed by the Miniloader code.
That's fine, as long as I have the capacity to specify "x named miniloader, y speed" it's good enough for my use case.
Would it be possible to add an interface for registering variants of the miniloaders, or relaxing the match not to require it ending with miniloader/miniloader-inserter?