From yarn mappings, class_359 means SubtitlesHud, then I examined the code and the cause of this crash became apparent. It appears that the type is failing to cast.
I have fixed it so that local variables accept the correct type. I will create new PR of this hotfix.
Hi👋
I got a crash on Fabric MC1.19.3 with 1.5.2. crash-2022-12-19_09.16.20-client.txt
From yarn mappings,
class_359
meansSubtitlesHud
, then I examined the code and the cause of this crash became apparent. It appears that the type is failing to cast. I have fixed it so that local variables accept the correct type. I will create new PR of this hotfix.