The bug
Due to the fix of MCL-21100, logged text now is split between lines if it otherwise would not fit on one line. However, previously, if the text contained whitespaces, the Launcher would split the text at a whitespace. Now, the text is split at the last possible character that can fit on the line, regardless of whether or not it is a whitespace.
How to reproduce
Ensure the "Open output log when Minecraft: Java Edition starts" option is checked
Start Minecraft in a version of your choice
Navigate to Singleplayer -> Create New World, and create a new world with cheats enabled
Enter the command
/say @e
❌ Some entity names are split partway through the word, rather than at a whitespace
Attachments
Comments 5
I've updated the description to remove the resolution-dependency – let me know if you still need this information.
can you confirm:
you don't have any custom shader from other plugins/packs in your itemsadder resourcepack
regenerating the pack using
/iazipdoesn't fix the issueoutput/generated.zipcontains the folderia_overlay_1_21_2?
ItemsAdder 4.0.4 implements a new feature that adds a new folder ia_overlay_1_21_2 in the resourcepack, this folder allows 1.21.2+ clients to load shaders from there instead of the assets folder, this fixes the issue.
If the folder ia_overlay_1_21_2 exists in your pack you probably have another plugin/pack/asset with shaders that have this issue, so please make sure to fix that.
If you fixed that it should work :-)))
What resolution do you have your monitor set up?
This ticket will automatically reopen when you reply.