Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
2.3.14
Release
v2.3.14+1.21.510 months ago 408
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Chinese (Simplified)
v2.3.13
- 新增 更多翻译器服务(包括百度机器翻译、微软免费翻译、谷歌免费翻译) @WhiteXero
- 新增 自动响应最小等待时间选项
- 更新 1.21.9
English
v2.3.13
- Added: More translator services (including Baidu Translate, Microsoft Free Translator, Google Free Translator) @WhiteXero
- Added: Responder minimum await time option
- Update: Bumped to 1.21.9
What's Changed
- refactor: move translators location & add baidu translator by @WhiteXero in https://github.com/70CentsApple/ChatTools/pull/76
New Contributors
- @WhiteXero made their first contribution in https://github.com/70CentsApple/ChatTools/pull/76
Full Changelog: https://github.com/70CentsApple/ChatTools/compare/v2.3.13...v2.3.14
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:pbnlOdwp:7W7onpNX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbnlOdwp:7W7onpNX"
}


