babbaj / AsmLib

Low level and convenient framework for modifying minecraft classes at runtime
MIT License
6 stars 0 forks source link

Support for ModLauncher #3

Open ZeroMemes opened 6 years ago

ZeroMemes commented 6 years ago

I'm not sure of the current state of ModLauncher in terms of its functional capabilities, however, this should be a long term goal.

LegacyLauncher should effectively be separated from the codebase to allow for a more modular system that is capable of supporting both LegacyLauncher and ModLauncher. (Mixin has already taken this route)

babbaj commented 6 years ago

not sure how you're supposed to do tweakers with the new mod launcher but i can probably just do whatever mixin does