Links
Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated last year
All versions
1.3
Release
1.34 years ago 1,479
Compatibility
Minecraft: Java Edition
1.19-rc2
1.18.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
CompactChat 1.3 is now here! This version contains some new features, some bug fixes and general performance improvements.
⭐️ Features
- Add the ability to only compact consecutive messages (suggested by jn64, issue #11)
🐛 Bug fixes and performance improvements
- Improve the way that we store compacted messages
- This should make compact chat more reliable, and hopefully should make it perform better with longer chat histories.
🔨 Minor Changes
- Add dutch translations
- Improve the way that we register our configuration
📝 Notes
- fabric-api and cloth-config are required.
- To configure the mod, you need to install ModMenu.
- There are two seperate jars, one for 1.19 and one for 1.18, make sure you download the correct one for your version of Minecraft.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CompactChat-1.3-1.19.jar | Unknown | 24.29 KiB |
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:w2SFICvx:AOCXUcg5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w2SFICvx:AOCXUcg5"
}



