Skip to content

0.2.0

Compare
Choose a tag to compare
@LlamaLad7 LlamaLad7 released this 13 Oct 20:25
· 233 commits to master since this release

Depending on MixinExtras has changed. Follow the new README.

  • New: Sugar (@Local and @Share)
  • Provide a user-friendly error if the wrong number of arguments are passed when calling an Operation.
  • Allow multiple slices to be used on all custom injectors.
  • Publish Dedicated fabric- and forge-specific artifacts. They initialize themselves and can be easily JiJed.
  • Add support for modifying super. calls in @ModifyReceiver and @WrapOperation.
  • Fix ModifyExpressionValue on NEWs targeting the wrong thing in very rare circumstances (Redirect still has this bug).
  • Register injectors earlier at build time so AP order doesn't matter. You no longer need to register the MixinExtras AP before the Mixin one.
  • Shade and relocate required classes from Apache Commons. This removes the dependency entirely for outside users.
  • Publish to Maven Central instead of JitPack.
  • Internal: New forwards-compatibility system.