-
Notifications
You must be signed in to change notification settings - Fork 44
refactor: ♻️ Move main mod API funcs to ModLoaderMod, from ModLoader
#208
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
refactor: ♻️ Move main mod API funcs to ModLoaderMod, from ModLoader
#208
Conversation
There are no changes to the mod funcs, aside from making them static
ModLoaderMod, from ModLoaderModLoaderMod, from ModLoader
Qubus0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No big complaints, looks pretty good
KANAjetzt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice - ty darkly.
Tested it by running brotato with my mods.
|
Fancy fixing the conflicts and merging this @ithinkandicode? |
This function did not exist on the main branch until now, so we don't need to depreciate it.
|
Tested again with Brotato and 9 aktive Mods |
ModLoaderMod, from ModLoaderModLoaderMod, from ModLoader
Moves the main funcs from
ModLoader.methodtoModLoaderMod.method, as discussed in #153.Some vars had to be moved from
ModLoadertoModLoaderStore:is_initializingandscript_extensions.Includes deprecated funcs in the main ModLoader file. Developed alongside #207 (which downgrades the inevitable flood of fatal errors to just warnings).
Related: