make twilight forest overworld variant less bright

This commit is contained in:
Xonk
2025-03-24 21:16:24 -04:00
parent 973586723f
commit e5d90521dd
4 changed files with 4 additions and 15 deletions

View File

@ -132,7 +132,6 @@ vec3 calculateAtmosphere(vec3 background, vec3 viewVector, vec3 upVector, vec3 s
#if defined OVERWORLD_SHADER && defined TWILIGHT_FOREST_FLAG
low_sun = 1.5;
phaseSun = phaseSun * 3.0;
#endif
for (int i = 0; i < iSteps; ++i, position += increment) {