Corals: Smaller, less dense reefs
authorparamat <mat.gregory@virginmedia.com>
Sat, 25 Feb 2017 03:22:58 +0000 (03:22 +0000)
committerparamat <mat.gregory@virginmedia.com>
Sat, 25 Feb 2017 03:52:31 +0000 (03:52 +0000)
mods/default/mapgen.lua

index 14e1fc6d20500f81747383588f40b2e95d3fa9e5..a78dc0ac874a4f4b3d7542feab300c4be0f4fca4 100644 (file)
@@ -1632,9 +1632,9 @@ function default.register_decorations()
                deco_type = "schematic",
                place_on = {"default:sand"},
                noise_params = {
-                       offset = -0.1,
+                       offset = -0.15,
                        scale = 0.1,
-                       spread = {x = 200, y = 200, z = 200},
+                       spread = {x = 100, y = 100, z = 100},
                        seed = 7013,
                        octaves = 3,
                        persist = 1,