Skip to content
Success

Changes

Summary

  1. Warn when using aliases on non-private members (commit: 82f9016) (details)
Commit 82f901688b8e8b042b62cf7fcdb0b735f045f732 by Geolykt
Warn when using aliases on non-private members

I've also updated launcher-sponge to make use of mixin 0.8.6 today,
and it seems to be mostly compatible with the current micromixin
tests, with the exception that InvalidPrintAttemptMixinsA no longer
fails. This is probably because mixin now allows static injection
handlers to target non-static methods.
(commit: 82f9016)
The file was modifiedmicromixin-annotations/src/main/java/org/spongepowered/asm/mixin/Shadow.java (diff)
The file was modifiedmicromixin-transformer/src/main/java/org/stianloader/micromixin/transform/internal/annotation/MixinShadowAnnotation.java (diff)
The file was modifiedmicromixin-test-j8/src/main/java/org/stianloader/micromixin/test/j8/TestSet.java (diff)
The file was modifiedREADME.md (diff)