You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
reproduction case
The reproduction case is a stripped down version of the official template mod, with two Mixins:
TitleScreenMixin
(which injects into Minecraft'sTitleScreen
class) andGLFWMixin
(which injects into LWJGL'sGLFW
class). Both Mixins inject into their target class' initializer to print a message:Hello from the <target class> class!
. WhileTitleScreenMixin
is applied successfully,GLFWMixin
silently fails.The text was updated successfully, but these errors were encountered: