LlamaLad7 / MixinExtras

Companion library to SpongePowered Mixin with many custom injectors for a more expressive experience.
MIT License
293 stars 16 forks source link

Random mixin crashes after adding MixinExtras #68

Closed hlysine closed 5 months ago

hlysine commented 5 months ago

I've recently bundled MixinExtras 0.3.3 in my mod Create: Connected. Since then, I've received multiple crash reports caused by random mixin errors thrown by other mods. I can only assume they are related to MixinExtras because previous versions of C:Connected work fine. Other than the snippet provided in readme, are there other things I need to setup to build and publish mods with MixinExtras?

C:Connected is on Forge 1.18.2/1.19.2/1.20.1 Here's the build script: https://github.com/hlysine/create_connected/blob/main/build.gradle

Thanks for the help!

LlamaLad7 commented 5 months ago

0.3.3 causes issues with some setups as now mentioned in its release notes. Please update to 0.3.5 and reopen with logs if the issues continue.