Skip to content

Commit

Permalink
Default/mapgen: Retune cactus density due to low density fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Nov 23, 2015
1 parent 135d80e commit abf0ca9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/default/mapgen.lua
Expand Up @@ -995,8 +995,8 @@ function default.register_decorations()
place_on = {"default:desert_sand"},
sidelen = 16,
noise_params = {
offset = -0.0005,
scale = 0.0015,
offset = -0.0003,
scale = 0.0009,
spread = {x = 200, y = 200, z = 200},
seed = 230,
octaves = 3,
Expand All @@ -1017,8 +1017,8 @@ function default.register_decorations()
place_on = {"default:desert_sand"},
sidelen = 16,
noise_params = {
offset = -0.0005,
scale = 0.0015,
offset = -0.0003,
scale = 0.0009,
spread = {x = 200, y = 200, z = 200},
seed = 230,
octaves = 3,
Expand Down

0 comments on commit abf0ca9

Please sign in to comment.