SpongePowered / Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
MIT License
1.37k stars 185 forks source link

[Forge][Build error] Using class from custom lib in Mixin class throw Exception #646

Open buridan1999 opened 9 months ago

buridan1999 commented 9 months ago

I move some of my logic to lib project. It works fine in mixins with fabric, but when I try to use this classes from lib in mixin with Forge, it's throw error:

org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: com.srvmod.armor.ProtectionPack

build_error.log