You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Describe the problem which requires a new feature.
My mod depends on newly added APIs like
InjectTableItemsLocalisation
andLocalisationItem
, butInjectTableItemLocalisation
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.
The text was updated successfully, but these errors were encountered: