Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 3 months ago
All versions
Chat Patches
194.5.1
Release
194.5.13 years ago 4,949
Compatibility
Minecraft: Java Edition
1.19.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
Changelog
Chat Patches 194.5.1 for Minecraft 1.19.4 on Fabric, Quilt
- Removed compatibility with
1.19.3because YetAnotherConfigLib 3.x doesn't support it - Added zh_cn.json translations (HUGE thanks to SJC08!)
- Show Me What You Got now works with Chat Patches again! (#88)
- Now some odd formatting mods/plugins should work with Chat Patches again (#96)
- Fixed a couple README formatting issues
- Changed the default config value for
counterFormatto use '&r' socounterColorwill appear to apply right out-of-the-box; same fix applied toboundaryFormatforboundaryColor - Updated the changelog snippet function in
build.gradlethat automatically populates new version descriptions when publishing - Added some more loggers in
ChatLogso if it runs out of space it should tell you... (open any issues if it randomly clears the log please!) - Switched the preview image file types from .jpg to .webp to reduce file size, and because YACL (is supposed to) support it well
- Unfortunately YACL still is crashing with the images, so they remain disabled. I've opened up an issue on the YACL repo, so hopefully it will be fixed soon! Note: this is why the file size of the mod is much higher now.
Optional dependencies
Any compatible version
Known incompatibilities
Any 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:MOqt4Z5n:yAnJTT2l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MOqt4Z5n:yAnJTT2l"
}

