ComponentUtils#splitComponent does not wrap the last component to maxWidth
ILikePlayingGames opened this issue ยท 2 comments
I haven't been able to figure it out but it seems to be something wrong or unexpected in net.minecraft.client.StringSplitter#splitLines(net.minecraft.network.chat.FormattedText, int, net.minecraft.network.chat.Style)
I think we could have it split the way I did it in the above PR but many things depend on this and idk what would break if I fixed it.