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 26.2 Fabric

  • A
  • Jun 26, 2026
  • 1.42 MB
  • 20
  • 26.2
  • Fabric

File Name

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

Supported Versions

  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:chatpatches-560042:8322195"
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)

  • Prevents vanilla's command history from being loaded if the chat log is enabled (#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 in #317! (I have no idea why the original translation was removed)

  • Increase max compact chat distance to 50 (#319)

  • Partially implemented #323 (fix for a Feather-related crash)

  • 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
    • Modrinth (and apparently the buildscript) doesn't support uploading checksum files yet, despite the capability existing now
  • Dev notes:

    • Added Fletching Table as a dependency, which primarily allows for versionable mixins (needed for #300 and the future implementation of
    • #109 on 1.21.11+)