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

Mixins silently fail to apply to non-game classes #325

Open
SpaceWalkerRS opened this issue Jun 22, 2023 · 1 comment
Open

Mixins silently fail to apply to non-game classes #325

SpaceWalkerRS opened this issue Jun 22, 2023 · 1 comment
Labels
bug something isn't working

Comments

@SpaceWalkerRS
Copy link

reproduction case

The reproduction case is a stripped down version of the official template mod, with two Mixins: TitleScreenMixin (which injects into Minecraft's TitleScreen class) and GLFWMixin (which injects into LWJGL's GLFW class). Both Mixins inject into their target class' initializer to print a message: Hello from the <target class> class!. While TitleScreenMixin is applied successfully, GLFWMixin silently fails.

@AdelinaM17n
Copy link
Contributor

For reference, the same GLFW test mixin applies successfully without any issues on the fabric loader
image

@ix0rai ix0rai added the bug something isn't working label Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants