MixinBooter

MixinBooter

7M Downloads

Not compatible with Mixin 0.8.3+

LlamaLad7 opened this issue ยท 6 comments

commented

MixinProcessor became package-private in 0.8.3, leading to

java.lang.IllegalAccessError: tried to access class org.spongepowered.asm.mixin.transformer.MixinProcessor from class net.minecraftforge.fml.common.LoadController
    at net.minecraftforge.fml.common.LoadController.handler$zzc000$beforeConstructing(LoadController.java:553)
commented

Which mods are using Mixin 0.8.3 in 1.12.2?

commented

We use Mixin 0.8.4 in https://essential.gg/

commented

You could probably just reflect to get the class instead like with some of the other ones in that mixin.

commented

Yeah, was just wondering who was using it. Wasn't aware of that project, thanks!

commented

Thanks!

commented

3.1 will be out soon, please check if essentials is compatible with it.