rfresh2 / XaeroPlus

Xaero WorldMap / Minimap Extra Features
MIT License
86 stars 25 forks source link

[Fabric] Incompatible Minimap Error GUI #115

Closed rfresh2 closed 5 months ago

rfresh2 commented 5 months ago

I get frequent reports, mostly from people using the vanilla MC launcher as its error/crash GUI is absolutely useless and people don't check logs.

Replace the forced crash here: https://github.com/rfresh2/XaeroPlus/blob/58a8f333073c9395d554f730105bd638ae4738fc/src/main/java/xaeroplus/XaeroPlus.java#L42-L66 with a GUI similar to https://github.com/Luligabi1/NoIndium

Need to hook in before mixins are applied and crashes caused.

Not an issue on Forge as mods can be declared non-required and it will enforce version ranges only if the mod is present like we need

rfresh2 commented 5 months ago

resolved in https://github.com/rfresh2/XaeroPlus/commit/b6097571b176aa71ba9a8e5560093691240aaca3