Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
Chat Patches
204.6.2
Release
204.6.23 years ago 70.4K
Compatibility
Minecraft: Java Edition
1.20.3–1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Chat Patches 204.6.2 for Minecraft 1.20.4 on Fabric
- Effectively synced with the 1.20.2 version
- Fixed log spam with
UnsupportedOperationExceptions when loading the chat log (thanks ArkoSammy12!) - Fixed the chat log crashing the game when saving a message that opens a file when clicked (#138)
- Note: these two only apply to Minecraft versions 1.20.3 and above
- Fixed a couple issues with the Smooth Scroll mod thanks to @SmajloSlovakian! (#139, #141)
- Switched
chatWidth's YACL max value to the game window's width. Note: this can be incorrect if the game window is resized after the config screen is opened. To fix this, just open the config screen when the game window is at the desired size. - Fixed messages starting with a newline not being copyable
- Dev stuff:
- Change source Java version to 21 and update Gradle to 8.5
- Replaced weird
ChatLog#serialize(boolean, String)method with#backup() - Updated
Config#writeCopy()to use the same thought process asChatLog#backup()
Dev note: many little changes have not been synced to this branch yet, as 1.20.2 is still the active-development version.
Optional dependencies
Any compatible version
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:TC2Pejkl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MOqt4Z5n:TC2Pejkl"
}

