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.10

  • R
  • Dec 16, 2024
  • 1.81 MB
  • 1.2K
  • 1.21.4+2
  • Fabric + 1

File Name

chatpatches-214.6.10.jar

Supported Versions

  • 1.21.4
  • 1.21.3
  • 1.21.2

Curse Maven Snippet

Fabric

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

Quilt

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

Learn more about Curse Maven

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_br translations 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 ConcurrentModificationException crashes (#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 Flags class, 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 Accessor interfaces: we don't need an extra method call just for a cast
      • Also renamed all variable references of ChatHudAccessor strictly to chat for consistency
    • Cleanup and consistent formatting
    • Now logs errors from ChatLog#deserialize and ChatPatches#jsonOps like all other errors
    • Synced with cleanup stuff already present on the omnivers branch