From 3819787e3d7f5e0d27d1f52216dc1863ceb1c24d Mon Sep 17 00:00:00 2001 From: Xonk Date: Tue, 20 Jun 2023 22:03:34 -0400 Subject: [PATCH] fix weather transition times --- shaders/shaders.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaders/shaders.properties b/shaders/shaders.properties index 36e59a7..6ad7936 100644 --- a/shaders/shaders.properties +++ b/shaders/shaders.properties @@ -199,7 +199,7 @@ screen = [Direct_Light] [World] [Ambient_light] [Fog] [Post_Processing] [Clouds] ######## moonphase based weather # in seconds... -variable.int.TransitionTime = 5 +variable.int.TransitionTime = 30 uniform.float.Cumulus_Cov = smooth(1, if( \ moonPhase == 0, 0.7, \