Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
Chat Patches
202.6.0
Release
202.6.03 years ago 7,819
Compatibility
Minecraft: Java Edition
1.20.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Chat Patches 202.6.0 for Minecraft 1.20.2 on Fabric, Quilt
- Removed MixinExtras from dependencies because it's automatically bundled with the Fabric Loader since
0.15.0! - Add "Only Invasive Drafting" option (#131 -JustAlittleWolf)
- Improve mod compatibility with the dupe counter injector + teeny optimizations (#132 -JustAlittleWolf)
- Extracted
chatLogto the new ChatLog tab in the config - Added a new config option to the tab:
chatLogSaveInterval, which configures the timer for saving the chat log to disk - Added new executable buttons to the chat log tab to manipulate it in game: Clear all messages, Clear sent messages, Clear regular messages, Load, Save, and Backup
- Additionally, the chatlog will now only actually write to disk if it has been modified since the last save (#134)
- Inform users that Catalogue + Menulogue works as a substitution for ModMenu (#42)
- Removed an unused variable from
ChatSearchSetting - Fixed some weird messages and game events formatting incorrectly, such as the Open-to-LAN message
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:lXK3AMbd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MOqt4Z5n:lXK3AMbd"
}

