Links
Tags
Creators
Details
1.21.1-0.0.2
Compatibility
Required content
Changes
Changelog
All notable changes to the NeoForge 1.21.1 port are documented here.
Format based on Keep a Changelog.
[0.0.1] - 2026-06-08 (NeoForge 1.21.1)
Modrinth version number: 1.21.1-0.0.1
NeoForge 1.21.1 port by Gstar with AI-assisted development (Cursor), based on Cfghtiu/Translator3 and Fabric 1.21.3 reference sources.
Added
- NeoForge 1.21.1 port (NeoForge 21.1.216+)
- Tencent Cloud Machine Translation API (
/transconfig tencent) - Connection test and friendly error messages after saving API keys
- TextDisplay floating text translation (
cacheDisplayhook) - Chinese / English language files for mod UI and errors
Fixed
- Java
HttpClientrejectedHostheader during Tencent API signing - Language code
zh-cnmapped to Tencent APIzh SignTextMixinupdated for 1.21.1 (getRenderMessages)- Chat handler no longer crashes on rich
tellraw/ system chat packets - UTF-8 config save for Chinese translator names in
translator.json
Dependencies
- Required: Cloth Config API (NeoForge 15.0.127+)
- Optional: ModMenu (NeoForge Edition)
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:LPZWK4fd:9jgDBNz1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LPZWK4fd:9jgDBNz1"
}

