
Incompatibility with Additional Additions
spoorn opened this issue ยท 5 comments
Latest versions of both mods for Fabric 1.18.2
Looks like a mixin conflict with AdditionalAdditions
[23:23:56] [Render thread/WARN]: @Redirect conflict. Skipping okzoomer.mixins.json:MouseMixin->@Redirect::replaceSpyglassMouseMovement(Lnet/minecraft/class_746;)Z from mod okzoomer with priority 1000, already redirected by AdditionalAdditions.mixins.json:MouseMixin->@Redirect::slowCamera(Lnet/minecraft/class_746;)Z from mod additionaladditions with priority 1000
Of course the hacky thing has failed; Don't worry, I believe that I can replace my @Redirect
s with the help of MixinExtras so that this conflict won't happen, at least with my own mod
theres also an incompatibility with the better third person mod
That's a completely different issue affecting an area which Ok Zoomer already did its own part on preventing the issue from happening; See #62 for more
Ideally, both conflicting mods shouldn't use a Redirect at all unless it's absolutely necessary, but here? I did use a Redirect, and I can solve part of the issue by removing my own Redirects
theres also an incompatibility with the better third person mod
That's a completely different issue affecting an area which Ok Zoomer already did its own part on preventing the issue from happening; See #62 for more
Sorry I didn't realise an issue was already created for it (kinda)