LlamaLad7 / MixinExtras

Companion library to SpongePowered Mixin with many custom injectors for a more expressive experience.
MIT License
318 stars 17 forks source link

Mixin error #88

Closed starlinetor closed 3 months ago

starlinetor commented 3 months ago

Hi i am trying to run mods on Laby mod. I am getting an error on mixins that said to report it to you. https://paste.labymod.net/imiteposutogetovixad

Earthcomputer commented 3 months ago

This is not a MixinExtras issue. The problem is that Essential is shading MixinExtras which you are not supposed to do. Use JarInJar instead

LlamaLad7 commented 3 months ago

Shading and relocating is fine and is the only option on many platforms.

LlamaLad7 commented 3 months ago

Since I am unable to debug labymod (likely intentional), please report to them. It is anyway likely to be an issue with their setup rather than MixinExtras itself.