promotional bannermobile promotional banner

Chat Patches

A Minecraft-Fabric client-side mod that touches up a few aspects of Minecraft's mundane chat.

File Details

8.0-alpha.10 for 1.21.11 Fabric

  • R
  • Jun 26, 2026
  • 1.42 MB
  • 74
  • 26.2
  • Fabric

File Name

chatpatches-8.0-alpha.10+1.21.11-fabric.jar

Supported Versions

  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:chatpatches-560042:8322269"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## Chat Patches `8.0-alpha.10` for Minecraft 1.20.1, 1.21.1+5, 1.21.8–26.2 on Fabric, Quilt - Published builds now come with signatures and checksums! This means you can verify the integrity of Chat Patches builds (and ensure they haven't been tampered with)! See the README for more info! Currently only available on Modrinth. - The placeholder (`$`) in `timeFormat` is now optional ([#277](https://www.github.com/mrbuilder1961/ChatPatches/issues/277)) - Prevents vanilla's command history from being loaded if the chat log is enabled ([#300](https://www.github.com/mrbuilder1961/ChatPatches/issues/300)) - Note: I wrote this a while ago but couldn't publish it due to dependency requirements, so lmk if you find any issues!! - Added an updated `ko_kr` translation thanks to [ettip](https://github.com/ettip) in [#317](https://www.github.com/mrbuilder1961/ChatPatches/issues/317)! (I have no idea why the original translation was removed) - Increase max compact chat distance to 50 ([#319](https://www.github.com/mrbuilder1961/ChatPatches/issues/319)) - Partially implemented ([#323](https://www.github.com/mrbuilder1961/ChatPatches/pull/323)) - Fixed the chat un-scrolling after deleting a message when `contextDeletionWarning` was enabled - Added a toggle for the message deletion sizzle sound - ***Known issues:*** - Entering an invalid value to a config option will **falsely** log a "Value mismatch! Reset to binding's getter" error - For devs: using the `generateChecksum` task via `publishMods` will largely work but fail on curseforge because... it's Gradle! - **Dev notes:** - Added Fletching Table as a dependency, which primarily allows for versionable mixins (needed for #300 and the future implementation of - [#109](https://www.github.com/mrbuilder1961/ChatPatches/issues/109) on 1.21.11+)