Skip to content

Using ClassWriter.COMPUTE_MAXS in the Coremod breaks compatibility with Mixins #7

@CrushedPixel

Description

@CrushedPixel

You're using ClassWriter.COMPUTE_MAXS in your Coremod, which will call ClassWriter#getCommonSuperClass, causing Minecraft classes to be loaded before Mixins have a chance to transform then. This breaks compatibility with mods that use Mixins, such as the ReplayMod.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions