mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
tweak some cloud lighting a bit. also tweak VL biome fog a little
This commit is contained in:
@ -225,7 +225,7 @@ uniform.float.Alto_Cov = smooth( if( \
|
||||
|
||||
uniform.float.Alto_Den = smooth( if( \
|
||||
moonPhase == 0, 0.1, \
|
||||
moonPhase == 1, 0.1, \
|
||||
moonPhase == 1, 0.25, \
|
||||
moonPhase == 2, 0.0, \
|
||||
moonPhase == 3, 0.0, \
|
||||
moonPhase == 4, 0.0, \
|
||||
|
Reference in New Issue
Block a user