From b376e1e34b6754cb5ec3618976c22ba6aa4042b6 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Fri, 13 Mar 2015 19:56:47 +0100 Subject: [PATCH] snow min height 50 Before it was min height 3 ?! --- mods/snow/src/util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/snow/src/util.lua b/mods/snow/src/util.lua index 1ddf4f95..7f361a94 100755 --- a/mods/snow/src/util.lua +++ b/mods/snow/src/util.lua @@ -8,7 +8,7 @@ snow = { smooth_biomes = true, christmas_content = true, smooth_snow = true, - min_height = 3, + min_height = 50, } --Config documentation.