Auto updater and mod loader for the FAF Launcher
${mymodid}.init.json:
{
"events": "me.my_username.${mymodid}.MyEventListener"
}${mymodid}.mixins.json:
See the Mixin wiki
Also support Mixin Extras and Mixin Squared
${mymodid}.translations.json:
{
"translation.key": "Translation value"
}${mymodid}.styles.css: Inject JavaFX css to the launcher
${mymodid}.settings.fxml: Add entry to FAFLaunchMod setting page
${mymodid}.tab.fxml: Add tab to the FAF Launcher, translate ${mymodid}.tab to set tab name.
Official FAF Launcher: https://github.com/FAForever/downlords-faf-client
FAFLaunch Mod is currently not very clean code.