Skip to content

Commit bb18eec

Browse files
committedFeb 25, 2017
Corals: Smaller, less dense reefs
1 parent d5f1f96 commit bb18eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mods/default/mapgen.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1632,9 +1632,9 @@ function default.register_decorations()
16321632
deco_type = "schematic",
16331633
place_on = {"default:sand"},
16341634
noise_params = {
1635-
offset = -0.1,
1635+
offset = -0.15,
16361636
scale = 0.1,
1637-
spread = {x = 200, y = 200, z = 200},
1637+
spread = {x = 100, y = 100, z = 100},
16381638
seed = 7013,
16391639
octaves = 3,
16401640
persist = 1,

0 commit comments

Comments
 (0)
Please sign in to comment.