juancarloscp52 / BedrockIfy

A Minecraft mod that implements some Minecraft Bedrock features into Java edition.
GNU General Public License v3.0
180 stars 38 forks source link

Crash on 1.19.3 when “Show Subtitles” turns on #198

Closed lonefelidae16 closed 1 year ago

lonefelidae16 commented 1 year ago

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 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.