DimensionalDevelopment / VanillaFix

Minecraft mod that fixes Vanilla bugs, improves performance, and makes Minecraft run forever
MIT License
174 stars 54 forks source link

[1.12.2] Not compatible with Mixin 0.8.3+ #335

Open LlamaLad7 opened 2 years ago

LlamaLad7 commented 2 years ago

MixinLoader breaks with Mixin 0.8.3+, as MixinProcessor became package-private, leading to

java.lang.IllegalAccessError: tried to access class org.spongepowered.asm.mixin.transformer.MixinProcessor from class net.minecraftforge.fml.common.Loader
    at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1141)

MixinBooter fixed this here, perhaps you could implement something similar.

Mysticpasta1 commented 2 years ago

look into this with JEID (Just Enough IDs) I possibly can fix it later for VanillaFix

xJon commented 2 years ago

Is there any update on this?