From d76d1c8219764deb865135ec7a4eaec8ab4eea3c Mon Sep 17 00:00:00 2001 From: Ombridride Date: Mon, 12 Jan 2015 00:12:04 +0100 Subject: [PATCH] Update snowdrift for avoid lag This setting is set to false, it's a council from paramat --- mods/snowdrift/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/snowdrift/init.lua b/mods/snowdrift/init.lua index 20967a79..5c2261fd 100755 --- a/mods/snowdrift/init.lua +++ b/mods/snowdrift/init.lua @@ -17,7 +17,7 @@ local SETCHA = 0.1 -- 0 to 1. Snow settling chance local FLAKES = 1 -- Snowfall heaviness. Try 1 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 SETTLE = false -- Snow collects on ground within 32 nodes of player local RAIN = false -- Rain above humidity threshold local THOVER = false -- Instead use a temperature and humidity system with -- snow in overlap of cold and humid areas, else rain in humid areas