Sodium Reloaded (Unofficial)

Sodium Reloaded (Unofficial)

0 Downloads

No Error Contexts are not implemented for NeoForge

mrmangohands opened this issue ยท 3 comments

commented

Bug Description

The mixin in core/WindowMixin was updated and commented out during the multiloader merge, may need further changes

//@Redirect(method = "<init>", at = @At(value = "INVOKE", target = "Lorg/lwjgl/glfw/GLFW;glfwCreateWindow(IILjava/lang/CharSequence;JJ)J"), require = 0)

commented

This was disabled due to the weirdness surrounding NeoForge's early window, and the fact that a separate path needs to be used there. I can work on this later.

commented

We probably can't get this fixed in a reasonable time window for Sodium 0.6, since NeoForge complicates things with their early window initialization. The important thing is making sure that our Fabric builds still have this functionality.

commented

I have already fixed Fabric support in 1744347.