Make seasonal snow only in winter - early spring, make rain less when not under a cloud

This commit is contained in:
Xonk
2023-06-15 17:25:01 -04:00
parent fa9608c859
commit 35ee91b5d0
9 changed files with 105 additions and 54 deletions

View File

@ -53,7 +53,6 @@ flat varying int LIGHTNING;
flat varying float SSSAMOUNT;
flat varying float EMISSIVE;
flat varying int NameTags;
in vec3 at_velocity;
@ -298,7 +297,8 @@ void main() {
#ifndef BLOCKENTITIES
#ifndef ENTITIES
#ifndef HAND
YearCycleColor(color.rgb, gl_Color.rgb);
float blank = 0.0;
YearCycleColor(color.rgb, gl_Color.rgb, blank);
#endif
#endif
#endif