Chat Patches 8.0-alpha.2
for Minecraft 1.20.1-1.21.8 on Fabric, Quilt
Since alpha.1:
Since x.6.16:
- Completely refactored the mod using Stonecutter and Modstitch! (#137)
- Replaced the copy menu with the Context Menu! New features include a toggle, main buttons copying their first sub-button, and new parts to copy! (#128, #129, #166, #168, #185)
- Renamed many config options; for now you will need to manually rename these options:
counterCompact
=>compactChat
counterCompactDistance
=>compactDistance
shiftChat
=>chatShift
chatName
=>name
chatNameFormat
=>nameFormat
chatNameColor
=>nameColor
contextColor
=>contextOutlineColor
hideSearchButton
=>search
(invert old value)timeSystemMessages
(#162)formatting
=> (removed: broken and unused)
- The config file will now only save non-default options
- All I/O events except for config loading are now run on dedicated threads (#227)
- Fatal chat log errors will now try to dump saved data to the log
- Fixed team names and related components not formatting
- Error toasts will now show when the chat log breaks, ensuring quicker fixes
- and SO much more!
Chat Patches 215.6.16
for Minecraft 1.21.5 on Fabric, Quilt
- Fixed the CompactChat dupe counter occasionally merging messages incorrectly (#237, other issue)
- Fixed the boundary line being constructed in the wrong order
- Added a help/debug option to enable logging message structures to the log, which is disabled by default