sp614x / optifine

1.8k stars 418 forks source link

[Feature request] Fog color for custom skies #7575

Open UsernameGeri opened 11 months ago

UsernameGeri commented 11 months ago

I have an idea for the custom sky feature. The ability to change the fog's color per sky. A new parameter called fog could be added to the .properties file. A simple example would be:

source=./sky.png
fog=9FA9B8

If multiple visible skies have custom fog color configured, the top most sky layer's fog color is rendered. Additionally, a blending option could be added as well. An example config could look like this:

source=./sky.png
fog=9FA9B8
fogblend=add

This way, the fog color is blended on top of either the vanilla fog's color, or the previously rendered sky that has a custom fog color configured.

This addition would allow much more seamless skies to be created.

Whyiseveryonesusernametaken commented 11 months ago

cool