
Sodium Service JAR is not loaded in NeoForge
jellysquid3 opened this issue ยท 0 comments
Sodium implements the GraphicsBootstrapper
service so that it can apply platform/driver-specific workarounds before NeoForge creates the early progress window.
This service is contained within the Service JAR that is embedded into the main mod file via Jar-In-Jar (JIJ). However, it does not seem that NeoForge is able to discover the embedded services in production, and therefore none of our workarounds are being applied.