Closed Johni0702 closed 5 years ago
It seems like you're doing something with with a protected method that's public in the RenderArrow class? I know that's not from us at least since JEID doesn't touch rendering, but that's what the log says about Mixins currently. Maybe make the constructor in your MixinRenderArrow class public and see if it works?
Hm.. the constructor of RenderArrow is indeed public and changing the one in the mixin fixes the error. I'm still kind of confused about why this only manifests with JEID installed but I'm honestly not motivated enough to find out. Thanks for the quick response anyway.
See ReplayMod/ReplayMod#50.
Just RM (2.1.4) + JEID (1.0.2-26) will cause one of RM's mixins to fail with:
Full Log MixinRenderArrow
This may very well be RM's fault. I haven't looked further into it. I just saw that JEID is doing something with Mixin which I don't fully understand the implications of and RM works fine without JEID (RM 2.1.4 bundles Mixins 7.5 but also works when manually built with 7.11), so I figured I might as well ask.