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
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_brtranslations 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
ConcurrentModificationExceptioncrashes (#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
Flagsclass, 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
Accessorinterfaces: we don't need an extra method call just for a cast- Also renamed all variable references of
ChatHudAccessorstrictly tochatfor consistency
- Also renamed all variable references of
- Cleanup and consistent formatting
- Now logs errors from
ChatLog#deserializeandChatPatches#jsonOpslike all other errors - Synced with cleanup stuff already present on the
omniversbranch
- Removed the now redundant

