Draylar's Battle Towers

Draylar's Battle Towers

1M Downloads

Mixin for BossBar only accepts TranslatableText

CodedSakura opened this issue ยท 1 comments

commented

draylar.battletowers.mixin.BossBarHudMixin (battletowers.mixins.json) can cause problems with other mods that use the BossBar, causing the client to crash with the following log:

[00:28:21] [main/FATAL]: Unreported exception thrown!
java.lang.ClassCastException: net.minecraft.text.LiteralText cannot be cast to net.minecraft.text.TranslatableText
at net.minecraft.client.gui.hud.BossBarHud.handler$bgl000$renderCustomBossBar(BossBarHud.java:532) ~[intermediary-1.16.4.jar:?]
commented

Fixed in 3.3.0-beta, thanks!