Closed kevinthegreat1 closed 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.
MinecraftMixin
ModifyArg
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
I'm getting a crash when using my mod and this mod caused by the following redirect in
MinecraftMixin
. This should be replaced with aModifyArg
so other mods usingModifyArg
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