Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 6 months ago
All versions
2.0.0
Release
LinguaChat 2.0.06 months ago 666
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
feat: add multi-version support with Stonecutter and release automation
- Add Stonecutter plugin for building across 8 Minecraft versions (1.16.5 - 1.21.11)
- Configure version-specific dependencies (Fabric API, Mod Menu, Java toolchain)
- Add compatibility layers (TextCompat, ScreenCompat, ButtonCompat, I18nCompat, KeyBindingCompat)
- Add Kagi translation provider alongside existing Google Translate and DeepL
- Add configuration GUI with ConfigScreen and ModMenu integration
- Add keybind support for toggling translation and opening config screen
- Add translation caching, logging, and message store API
- Add GitHub Actions workflows for build and release with manual approval
- Add developer documentation (EN/RU)
- Update mod version to 2.0.0
- Remove unused Forge mods.toml and hardcoded Java path from gradle.properties
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| linguachat-1.21.11-2.0.0-sources.jar | Sources jar | 54.97 KiB |
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:JfbHHe5x:oNz7BRms"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JfbHHe5x:oNz7BRms"
}

