Skip to content

Commit

Permalink
Default/mapgen: Confine Aspen to one half of deciduous forest
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Feb 6, 2016
1 parent 09dbaf7 commit c198d8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/default/mapgen.lua
Expand Up @@ -1185,8 +1185,8 @@ function default.register_decorations()
place_on = {"default:dirt_with_grass"},
sidelen = 16,
noise_params = {
offset = 0.01,
scale = -0.02,
offset = 0.0,
scale = -0.03,
spread = {x = 250, y = 250, z = 250},
seed = 2,
octaves = 3,
Expand All @@ -1205,8 +1205,8 @@ function default.register_decorations()
place_on = {"default:dirt_with_grass"},
sidelen = 16,
noise_params = {
offset = 0.0005,
scale = -0.001,
offset = 0.0,
scale = -0.0015,
spread = {x = 250, y = 250, z = 250},
seed = 2,
octaves = 3,
Expand Down

0 comments on commit c198d8c

Please sign in to comment.