Skip to content

214.6.10

Latest
Compare
Choose a tag to compare
@mrbuilder1961 mrbuilder1961 released this 16 Dec 17:24
· 4 commits to 1.21.4 since this release

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