Research table modding compatibility #15841
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently the research table only accepts a handful of limited item tags
Modders who want to make use of the research table by including vanilla items will have to override them and/or the station, which will inevitably cause modding incompatibilities
And
There is only 1 output slot so you can't research items with multiple products without them falling on the floor. This also happens in vanilla with invalid recipes as if you put 2 items and it fails, one of them drops out
This PR simply does 3 things:
This should allow modders to use the vanilla station across all mods without causing conflicts