kennytv / kennytvs-epic-force-close-loading-screen-mod-for-fabric

https://modrinth.com/mod/forcecloseworldloadingscreen
MIT License
57 stars 5 forks source link

Unnecessary Redirect causing incompatibilities #25

Closed kevinthegreat1 closed 10 months ago

kevinthegreat1 commented 10 months ago

I'm getting a crash when using my mod and this mod caused by the following redirect in MinecraftMixin. This should be replaced with a ModifyArg so other mods using ModifyArg on it would not conflict and crash. I got reported this issue here.

https://github.com/kennytv/kennytvs-epic-force-close-loading-screen-mod-for-fabric/blob/dff68f2ce6c9d2e3f67ec540ff74c73cde0c3f85/src/main/java/eu/kennytv/forcecloseloadingscreen/mixin/MinecraftMixin.java#L65-L69