FlashyReese / sodium-extra-fabric

Features that shouldn't be in Sodium.
GNU Lesser General Public License v3.0
259 stars 65 forks source link

Clouds do not use custom fog start multiplier #392

Closed BlueStaggo closed 1 month ago

BlueStaggo commented 1 month ago

Make sure you are not opening a duplicate.

Minecraft version.

1.20.4

Sodium Extra version.

0.5.4

Sodium version.

0.5.8

What happened?

Adjusting the fog start multiplier does not affect the fog on clouds.

Relevant log.

Irrelevant

Additional information.

image

FlashyReese commented 1 month ago

I don't see the issue here, the fog is starting earlier as intended. The feature doesn't make the fog as dense.

BlueStaggo commented 1 month ago

The issue is with the clouds as they don't have the fog setting applied. The fog on clouds fade out over a shorter distance than the custom setting.

FlashyReese commented 1 month ago

I think the issue here stems from Sodium's cloud renderer image

You can disable Sodium's cloud renderer by adding mixin.features.render.world.clouds=false to .minecraft/config/sodium-mixins.properties.

BlueStaggo commented 1 month ago

Works like a dream. Thanks! Would be nice if you added in a tooltip in-game to let people know about this.