Sodium Reloaded (Unofficial)

Sodium Reloaded (Unofficial)

0 Downloads

No Error Contexts are not implemented for NeoForge

mrmangohands opened this issue ยท 4 comments

commented

Bug Description

The mixin in core/WindowMixin was updated and commented out during the multiloader merge, may need further changes
https://github.com/CaffeineMC/sodium-fabric/blob/acb25b4e10961dd5ad0149e6fe6536519cc8d521/common/src/main/java/net/caffeinemc/mods/sodium/mixin/core/WindowMixin.java#L13

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.

commented

This is not solvable without changes in NeoForge, since they clear the context bits and do not give mods any way to change the context initialization behavior.