Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes crashes caused by reflection loading. #602

Closed
wants to merge 3 commits into from
Closed

Fixes crashes caused by reflection loading. #602

wants to merge 3 commits into from

Commits on Sep 9, 2022

  1. Make MixinProcessor Public

    Fixes crash with loaders invoking the class mid-init to modify other mods. As far as I know it's the only way to modify other mods with Mixin, so it really shouldn't crash on newer Mixin versions.
    ByThePowerOfScience committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3805060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4143d View commit details
    Browse the repository at this point in the history
  3. Update MixinProcessor.java

    Fixes crash caused by mods accessing this via reflection.
    ByThePowerOfScience committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d9a80ef View commit details
    Browse the repository at this point in the history