JamCoreModding / utility-belt

MIT License
1 stars 1 forks source link

[Fabric] Crash on startup with Bedrockify #28

Closed SplendidAlakey closed 1 year ago

SplendidAlakey commented 1 year ago

MC 1.19.2 FAPI 0.60.0 UtilityBelt 1.0.1 Bedrockify 1.4.2

The crash only happens on Fabric, Quilt is unaffected.

Relevant log line:

@Redirect conflict. Skipping utilitybelt.mixins.json:client.render.InGameHudMixin from mod utilitybelt->@Redirect::utilitybelt$disableHotbarHighlight(Lnet/minecraft/class_329;Lnet/minecraft/class_4587;IIIIII)V with priority 1000, already redirected by bedrockify.mixins.json:client.features.screenSafeArea.InGameHudMixin from mod bedrockify->@Redirect::drawTextureHotbar(Lnet/minecraft/class_329;Lnet/minecraft/class_4587;IIIIII)V with priority 1000

Full logs: https://gist.github.com/Footage2-Amply-Pounce/45372f1b2f112b2e72b4a8d490393464

Jamalam360 commented 1 year ago

Note to self: can be fixed with this

Jamalam360 commented 1 year ago

Thank you for reporting o7