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

214.6.11

  • R
  • Jan 21, 2025
  • 1.80 MB
  • 1.9K
  • 1.21.4+2
  • Fabric + 1

File Name

chatpatches-214.6.11.jar

Supported Versions

  • 1.21.4
  • 1.21.3
  • 1.21.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:chatpatches-560042:6108511"

Quilt

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

Learn more about Curse Maven

Chat Patches 214.6.11 for Minecraft 1.21.2-1.21.4 on Fabric, Quilt

  • Fixed teams with prefixes or suffixes preventing playernames from formatting
  • Synced with the in-progress omnivers branch:
    • Simplified the way messages are condensed (when the dupe counter is enabled) and fixed some bugs relating to it
    • Added the chatName option, which toggles the modification of playernames in chat messages. On by default, but can be turned off to prevent formatting issues with other mods or plugins
    • Added the search settings to the regular config, so they can be saved and loaded like other options. Note that they are still toggled in the chat screen, like before (#149)
    • Fixed the search bar not searching properly and the text color not updating properly
    • Updated the contributors list in the fabric.mod.json
    • Lots of internal code refactoring and cleanup