Chat Patches 8.0-alpha.5
for Minecraft 1.20.1-1.21.10 on Fabric, Quilt
- Chat log dumps can now be loaded in-game by renaming them to
chatlog.json
. Note that this does not perfectly restore the original log, as most style data is lost - The chat input box will now be grayed out while the chat log is loading to prevent sent messages being moved to the end of chat history
- Now compatible with 1.21.9-10! (#269)
- Going forward, the
onlyInvasiveDrafting
option will be ignored and reflected as such in the config screen, as it's been implemented in vanilla
- Going forward, the
- Doesn't show the 'Hover Text' button in the context menu if there is none to show
- Now requires Placeholder API. Mod Menu also requires it since 9.2.0 (1.20.4) so this shouldn't be an issue; but <1.20.4 or on non-ModMenu installs, you will need to install it manually
- Dev notes:
- For IntelliJ users or anyone using an IDE with import optimization, YOU NOW MUST DISABLE IT BEFORE PROPOSING CHANGES. Stonecutter currently doesn't have a working fix, and typing the entire qualifier EVERYWHERE (especially for swaps) is simply unreadable. You may manually trigger optimizing IF you ensure all is well with the stonecutter directives BEFORE pushing changes, but the automatic system WILL DELETE THEM!!
- Updated the chat log to restore messages explicitly on the render thread, due to Minecraft's begging (crashing) over it - expect more issues to stem from this
Chat Patches 8.0-alpha.4
for Minecraft 1.20.1-1.21.8 on Fabric, Quilt
- ACTUALLY fixed 'Disallowed character' toast and log spam (#246)
- Now requires Fabric Loader
0.17.0
+ (doesn't currently apply, but will also require NeoForge21.1.18
+) - Override chat height now explicitly changes the focused chat height, and the docs + config suggest this (#254)
- Chat log now instead dumps the current chat to
chatlog_dump_<time>.json
instead of to the log.This can be renamed toDoesn't work yet, but it will soonchatlog.json
to restore the log if needed - Removed log spam from messages being formatted incorrectly ("
DUPE_INDEX
is out of bounds") - Updated
zh_cn
translations thanks to layou233! (#255) - Finally marked ModMenu and Menulogue + Catalogue as under
suggests
instead ofrecommends
according to Fabric. This should make log files a tad less confusing for some users, but to be clear, these are still HIGHLY RECOMMENDED so you can actually use the config in-game!