Links
Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated last year
All versions
1.2-1.19.x
Release
v1.2 for 1.19.x4 years ago 335
Compatibility
Minecraft: Java Edition
1.19-pre1–1.19-rc2
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Any compatible version
Changes
CompactChat 1.2 is now here!
This version contains a few new features, some bug fixes and general performance improvements.
Your mod configuration will be reset after installing this update due to using cloth-config instead of the old .properties file.
⭐️ Features
- Add the option to reset the message counters when joining a new world
- Add the option to clear / not clear the chat history when joining a new world
🐛 Bug fixes and performance improvements
- Make
BetterOrderedText#getStringstatic
🔨 Minor Changes
- Use
cloth-configfor handling the configuration
📝 Notes
- fabric-api and cloth-config are required.
- To configure the mod, you need to install ModMenu.
Optional dependencies
Unavailable version
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:nXQ9T7qp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w2SFICvx:nXQ9T7qp"
}

