Closed amyavi closed 2 months ago
Seems you're pulling in ASM as a dependency and you shouldn't be. Please follow up in my discord if you can't get it working. This is not a MixinExtras issue.
Seems fabric loader might not support servers on the new snapshot yet, which is causing this.
The new snapshot seems to be pulling ASM as a dependency:
Mojang don't seem to actually be using it anywhere, so it might be some sort of issue on their side.
It's transitive. Fabric loader has an open PR to handle asm properly on the server so you just need to wait for that.
Fixed in 0.16.3
This works:
This causes a crash:
Crash log: https://gist.github.com/amyavi/9d893b67732bbe843956e9e3ca53b4cc
I have no clue what's causing the crash, but I believe this is because the method I'm injecting into is a static method. It also happens when using
@WrapOperation
.