
Not compatible with Mixin 0.8.3+
LlamaLad7 opened this issue ยท 6 comments
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)
We use Mixin 0.8.4 in https://essential.gg/
You could probably just reflect to get the class instead like with some of the other ones in that mixin.
Yeah, was just wondering who was using it. Wasn't aware of that project, thanks!