Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last month
All versions
2.0.0
Release
v2.0.0+1.20.X3 years ago 4,421
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Chinese (Simplified)
- Chat Tools v2 代码已经全部重构完毕,现在支持 1.16 ~ 1.20.4 之间所有版本
- 配置文件格式更新,配置的迁移将会自动进行 (如果迁移失败请手动调整)
- 下载文件添加 MD5 校验
English
- Chat Tools v2 has been completely refactored and now supports all Minecraft versions from 1.16 ~ 1.20.4.
- Configuration file format has been updated. Configuration migration will be performed automatically (if it fails, please adjust your configurations manually).
- Added MD5 verification to download files.
Full Changelog: https://github.com/70CentsApple/ChatTools/compare/v1.4.0.2...v2.0.0
Optional dependencies
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:xQX7olw4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pbnlOdwp:xQX7olw4"
}



