summaryrefslogtreecommitdiff
path: root/server/worldgen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/worldgen.lua')
-rw-r--r--server/worldgen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/worldgen.lua b/server/worldgen.lua
index 0a8485b..e4e1a4c 100644
--- a/server/worldgen.lua
+++ b/server/worldgen.lua
@@ -13,7 +13,7 @@ local function p(amp,scale,seed)
end
-- whether there is a tile there or not
-local surface_ng = noise.NoiseAgg:make{p(1,20,1),p(0.7,5,2)}
+local surface_ng = noise.NoiseAgg:make{p(1,20,1),p(0.5,15,2)}
-- if there is a tile there, what color should it be
local color_ng = noise.NoiseAgg:make{p(1,20,3),p(0.5,15,4)}