Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
Chat Patches
8.0-alpha.6+1.21.10-fabric
Alpha
8.0-alpha.6 for 1.21.10 Fabric8 months ago 30.9K
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Chat Patches 8.0-alpha.6 for Minecraft 1.20.1–1.21.10 on Fabric, Quilt
- Fixed player heads not rendering in the context menu on 1.21.9+
- Fixed the command key not placing a slash in the chat input box on 1.21.9+ (#270)
- Fixed chat drafts not always saving if both
messageDraftingandsaveChatDraftswere enabled - Fixed
onlyInvasiveDraftingnot working whenmessageDraftingwas disabled - Fixed a crash that could occur when clicking on a chat message with both a website and file link
- Fixed (again) a crash that could occur when clicking on the JSON copy button if the message contained a non-serializable click event
- Fixed some links not being detected in the context menu
- Fixed right-clicking outside the chat area deselecting the chat input box (#279)
- Updated Gradle to 9.1.0 and fixed a subsequent
build.gradle.ktsissue - Removed
compactDistance's special option for-1, which previously made the dupe counter check the entire message list: this is extremely inefficient and not practical - Clarify some config option buttons
- Fixed the playername color option not persisting on some older Minecraft versions (#265)
- Overhauled how the boundary line is added to the chat, fixing some issues with it showing up redundantly
Optional dependencies
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:58jlJewZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MOqt4Z5n:58jlJewZ"
}




