Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 4 days ago
All versions
4.1.0+mc1.21.11
Release
Translate_AllinOne(fork) 4.1.0+mc1.21.114 days ago 206
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
New Features
- Added global translation master switch
- When turned off, all translation chains will be completely stopped
Cache & Data Migration
- Old Item translation cache migrated to
translate_cache/item_translate_cache.json- When both old and new caches exist, the version with more entries will be automatically retained
Fixes
- Fixed protection issues that occurred when writing to cache
- Fixed configuration migration and file replacement failure during save
新增
- 新增全局翻译总开关
- 关闭后会停止全部翻译链路
缓存与数据迁移
- 旧物品翻译缓存迁移至
translate_cache/item_translate_cache.json- 同时存在新旧缓存时,自动保留条目数更多的版本
修复
- 修复写入缓存时出现保护的问题
- 修复配置迁移和保存时文件替换失败的问题
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:WEuWEFmQ:wBZFuAdb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WEuWEFmQ:wBZFuAdb"
}

