Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
Chat Patches
- Skipped version
202.6.2
Release
202.6.23 years ago 7,653
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Chat Patches 202.6.2 for Minecraft 1.20.2 on Fabric
- Skipped version 202.6.1 to re-sync with the 1.20.4 version
- Remove Gradle integration system, it was completely unnecessary and unused
- Fixed messages starting with a newline not being copyable
- 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 a couple issues with the Smooth Scroll mod thanks to @SmajloSlovakian! (#139, #141)
- Dev stuff:
- Change source Java version to 21 and update Gradle to 8.5
- Replaced old
Instantreferences withDateones for consistency - Removed the
SharedVariablesclass and redistributed its one useful variable toChatPatches - Removed the
MiscUtilsclass and redistributed#currentWorldName(MinecraftClient)toChatPatches - Replaced weird
ChatLog#serialize(boolean, String)method with#backup() - Updated
Config#writeCopy()to use the same thought process asChatLog#backup()
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:AWV0aVEo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MOqt4Z5n:AWV0aVEo"
}

