Tags
Creators
Details
0.28.4
Compatibility
Changes
- fix: shift onWorldRenderLast to before onLateDebug
- Introduce TRANSLATION Registry so that downstream mods can build their own i18nManager in their Mod Init; and then register it for StringUtils.translate() to work with the new i18n option.
- Adjust Thread Daemon workflow for cleaner sleep / Executor management
- Remove "Async" Thread interface; cleanup / rename "Default"
- adjust "safe" Thread count; add a new "Max" thread count pinned to (cores / 2)
- Add Configurable Keyboard Type (AZERTY vs QWERTY)
- add: translation credits Hover text system (And for all IConfigOptionListEntry/IConfigOptionValues, as an optional feature)
NOTES: - Changing Your Keyboard Type to AZERTY or QWERY will remap all of your configured keybinds - When changing each mods' Language configuration; the Config Screen must be closed / reopened to fully take effect. - All Downstream translation mods has a Config to "follow" whatever MaLiLib's language is set to as the default; so that ideally you would only need to change the language once under MaLiLib, but still can configure them independently as needed this way.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:GcWjdA9I:JRqAFP28"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GcWjdA9I:JRqAFP28"
}

