Reimplement the option to change the fog type
cavallium opened this issue ยท 4 comments
Is your feature request related to a problem? Please describe.
Minecraft allows you to disable fog. Sodium doesn't.
Describe the solution you'd like
ChunkFogMode.java has already the possibility to change the fog type, in getActiveMode().
Add an option to disable fog, so that if the option is true the function returns ChunkFogMode.NONE.
By the way, changing it to none seems to work well, so it can be implemented in Sodium.