Skip to content

[ENHANCEMENT] Add a MinimiumVersion to restrict which MSL can be used by users for certain mods #79

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

Open
altairwei opened this issue Sep 5, 2024 · 0 comments
Labels
priority:low This needs to be worked on at some point type:enhancement New feature or request

Comments

@altairwei
Copy link
Collaborator

Describe the problem which requires a new feature.

My mod depends on newly added APIs like InjectTableItemsLocalisation and LocalisationItem, but InjectTableItemLocalisation has been removed. So the backwards compatibility of MSL may be broken, we need to limit the minimum version of MSL that users can use.

Describe the solution you'd like

Add a Mod interface field and check if the MSL version is higher than the version specified by the mod.

Describe alternatives you've considered if any

No.

Additional context

No.

@altairwei altairwei changed the title [ENHANCEMENT] Add a MinimiumVersion to limit [ENHANCEMENT] Add a MinimiumVersion to restrict which MSL can be used by users for certain mods Sep 5, 2024
@Nylux Nylux added type:enhancement New feature or request priority:low This needs to be worked on at some point labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low This needs to be worked on at some point type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants