Skip to content

mixin plugin loads minecraft classes too early causing crashes with other mod mixins #15

@ThatGravyBoat

Description

@ThatGravyBoat

This line https://github.com/Discusser/TooManyEntities/blob/1.21.9-architectury/common/src/main/java/io/github/discusser/toomanyentities/mixin/TooManyEntitiesMixinPlugin.java#L4 causes your main class to load which causes class loading of clothconfig and a bunch of minecraft classes such as Component which then crashes mods that mixin to said classes as they were loaded before the mixins could apply.

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