Skip to content

Commit

Permalink
Corals: Smaller, less dense reefs
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Feb 25, 2017
1 parent d5f1f96 commit bb18eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/default/mapgen.lua
Expand Up @@ -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,
Expand Down

0 comments on commit bb18eec

Please sign in to comment.