Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
2.3.14.2
Release
v2.3.14.2+1.21.9(10)10 months ago 7,444
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Chinese (Simplified)
v2.3.14
- 新增 更多翻译器服务(包括百度机器翻译、微软免费翻译、谷歌免费翻译) @WhiteXero
- 新增 自动响应最小等待时间选项
- 更新 1.21.9
v2.3.14.1
- 修复 1.21.9 昵称隐藏无法正确隐藏 Free Cam 视角下自己的昵称的问题
- 修复 点击事件预览支持 1.21.6+ 新增的
show_dialog和custom点击事件 - 优化 1.21.9 及以上版本聊天气泡不再使用即时渲染
- 新增 仅使用上箭头键查看上一条消息选项
v2.3.14.2
- 修复 1.21.9 聊天气泡有时会被错误地渲染到玩家模型(mannequin)头上
- 修复 1.21.9 聊天气泡文字偏灰
- 更新 1.21.10
English
v2.3.14
- 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.
v2.3.14.1
- Fixed: Nickname hiding not properly hiding own nickname in Free Cam view in 1.21.9.
- Fixed: Click event preview supporting
show_dialogandcustomclick events added in 1.21.6+. - Optimization: Chat bubbles in 1.21.9+ no longer use immediate rendering.
- Added: Review Last Message With Up Arrow Only Option.
v2.3.14.2
- Fixed: In 1.21.9, chat bubbles may sometimes be incorrectly rendered on top of mannequins.
- Fixed: In 1.21.9, chat bubble text appears slightly grayed out.
- Update: Bumped to 1.21.10.
Full Changelog: https://github.com/70CentsApple/ChatTools/compare/v2.3.14.1...v2.3.14.2
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:hCtdJxqM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbnlOdwp:hCtdJxqM"
}

