From c9c2d5d583551a76cb8c4e741eb85eced7714969 Mon Sep 17 00:00:00 2001 From: Splizard Date: Tue, 4 Sep 2012 11:05:54 +1200 Subject: [PATCH] Smooth transitions defaults to true. --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index ca9e467..f14ce34 100644 --- a/config.lua +++ b/config.lua @@ -7,4 +7,4 @@ snow.enable_snowfall = false snow.debug = false --Enables smooth transition of biomes. -snow.smooth = false +snow.smooth = true