Links
Tags
Creators
Details
All versions
1.2.6.1-build-1339
Release
Multi-LangTTS-MC 1.2.6.14 months ago 124
Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
Multi LangTTS MC v1.2.6.1-build-1339
New Features
- Added "Strip Numbers from Names" option for cleaner TTS pronunciation.
- Added draggable scrollbar support in ChatLogViewerScreen.
- Added
npm starttranslation pipeline script. - Added tooltip for Google TTS language code configuration.
Improvements
- Improved scrollbar mouse interaction handling.
- Improved player name processing inside TTS pipeline.
- Reset config now correctly restores
stripNumbersFromNamestofalse. - Added new localization keys for new settings/tooltips.
Technical Details
Modified Files
src/main/java/com/mgv/config/MultiLangTtsConfig.java
src/client/java/com/mgv/client/handler/ChatTtsHandler.java
src/client/java/com/mgv/client/gui/ModConfigScreen.java
src/client/java/com/mgv/client/gui/ChatLogViewerScreen.java
en_us.json
package.json
gradle.properties
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:enb9ZytB:nVX0kNXH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:enb9ZytB:nVX0kNXH"
}

