Tags
Creators
Details
1.0.3
Compatibility
Changes
MineGlot 1.0.3 introduces a system that notifies players when a new stable version is available.
Important: MineGlot 1.0.3 must be installed manually. Once installed, the mod can notify players when later versions become available. MineGlot never replaces its own JAR automatically.
What's new and fixed Update notification on the main menu. Update notification in the chat after joining a multiplayer server. Download choices for GitHub, CurseForge, and Modrinth. All update links open only the official MineGlot pages. A Later button allows players to dismiss the main-menu notification. Updated supported Claude models. Hardened /trs msg: an unknown player no longer causes the message to be sent publicly. Clickable links and commands are preserved during chat translation. Installation Fully close Minecraft. Remove the previous MineGlot JAR from the mods folder. Place MineGlot-1.0.3.jar in the mods folder. Make sure only one MineGlot JAR is installed. Relaunch Minecraft 1.8.9 with Forge. Official download pages GitHub: https://github.com/NtGitG/minecraft-ai-translator/releases CurseForge: https://www.curseforge.com/minecraft/mc-mods/mineglot Modrinth: https://modrinth.com/mod/mineglot/versions
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:9Xxb4akJ:tBoRHT3D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9Xxb4akJ:tBoRHT3D"
}

