Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
Chat Patches
214.6.10
Release
214.6.102 years ago 11.5K
Compatibility
Minecraft: Java Edition
1.21.2–1.21.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Chat Patches 214.6.10 for Minecraft 1.21.2-1.21.4 on Fabric, Quilt
- Now compatible with 1.21.4! Only ONE code change was made and it's super basic :D (#212)
- Updated
pt_brtranslations thanks to demorogabrtz! (#209) - Fixed players on colored teams not having their names colored when far away (#202)
- Added a better but still odd preemptive fix for random
ConcurrentModificationExceptioncrashes (#181)- Report any bugs relating to this if they occur, as I'm kinda in the dark about it
- Dev notes:
- Removed the now redundant
Flagsclass, which helped some random parts of the message modification process that didn't actually need to be out of scope - Removed the casting methods in the two
Accessorinterfaces: we don't need an extra method call just for a cast- Also renamed all variable references of
ChatHudAccessorstrictly tochatfor consistency
- Also renamed all variable references of
- Cleanup and consistent formatting
- Now logs errors from
ChatLog#deserializeandChatPatches#jsonOpslike all other errors - Synced with cleanup stuff already present on the
omniversbranch
- Removed the now redundant
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:EQvrprMd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MOqt4Z5n:EQvrprMd"
}

