Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
Chat Patches
8.0-alpha.4+1.21.5-fabric
Alpha
8.0-alpha.4 for 1.21.5 Fabriclast year 65.6K
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Chat Patches 8.0-alpha.4 for Minecraft 1.20.1-1.21.8 on Fabric, Quilt
- ACTUALLY fixed 'Disallowed character' toast and log spam (#246)
- Now requires Fabric Loader
0.17.0+ (doesn't currently apply, but will also require NeoForge21.1.18+) - Override chat height now explicitly changes the focused chat height, and the docs + config suggest this (#254)
- Chat log now instead dumps the current chat to
chatlog_dump_<time>.jsoninstead of to the log.This can be renamed toDoesn't work yet, but it will soonchatlog.jsonto restore the log if needed - Removed log spam from messages being formatted incorrectly ("
DUPE_INDEXis out of bounds") - Updated
zh_cntranslations thanks to layou233! (#255) - Finally marked ModMenu and Menulogue + Catalogue as under
suggestsinstead ofrecommendsaccording to Fabric. This should make log files a tad less confusing for some users, but to be clear, these are still HIGHLY RECOMMENDED so you can actually use the config in-game!
Optional dependencies
Any compatible version
Any compatible 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:VBCq2wYx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MOqt4Z5n:VBCq2wYx"
}

