mixin issue on any post 0.8 version without any sponge stuff
modderchris opened this issue · 20 comments
I keep getting this issue where I get an error like this
java.lang.IllegalAccessError: tried to access class org.spongepowered.asm.mixin.transformer.MixinTransformer from class net.minecraftforge.fml.common.Loader
yet this is the CLIENT and no sponge files exist only standard forge and I even tried older and newer than reccomended and deleted "lost cities" to attempt to fix it
yet this error exists depite NO CONFLICTING FILES on any version using mixin 0.8
Can you find me two post 0.8 mixin mods so I can see about getting the bug fixed
ModderChris if you are there I need your mod list or two of the offending mods.
This is because the MixinProcessor class was made package-private in Mixin 0.8.3, and JEID tries to access it. You'll need to use reflection to get to it now.