Fusion-Flux / Gravity-Api

A fabric mod and api that lets you change player gravity direction
Mozilla Public License 2.0
21 stars 19 forks source link

Improve Mixin compatibility (no more @Override, fewer @Redirect) #54

Closed leo60228 closed 1 year ago

leo60228 commented 1 year ago

This effectively finishes (or at least expands) the work started in 508d959dc16493614c9104d3db7dee51172a3631. @Redirect is still used in many cases, mostly when the original method is only called with default gravity. @WrapOperation could still be used in those cases, but I'm not sure if it's the best solution.

Fixes #24 Fixes #39