diff --git a/mods/snowdrift/init.lua b/mods/snowdrift/init.lua old mode 100644 new mode 100755 index f606c1b8..3bded1fb --- a/mods/snowdrift/init.lua +++ b/mods/snowdrift/init.lua @@ -13,9 +13,9 @@ local SCALP = 30 -- Time scale for precipitation in minutes local PRET = 0.3 -- -1 to 1. Precipitation threshold: 1 none, -1 continuous, -0.3 two thirds the time, 0 half the time, 0.3 one third the time local PPPCHA = 0.1 -- 0 to 1. Per player processing chance. Controls and randomizes processing load -local SETCHA = 0.2 -- 0 to 1. Snow settling chance +local SETCHA = 0.1 -- 0 to 1. Snow settling chance local FLAKES = 1 -- Snowfall heaviness. Try 1 on slower computers -local DROPS = 16 -- Rainfall heaviness. Reduce on slower computers +local DROPS = 2 -- Rainfall heaviness. Reduce on slower computers local SNOW = true -- Snowfall below temperature threshold local SETTLE = true -- Snow collects on ground within 32 nodes of player local RAIN = false -- Rain above humidity threshold