Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Flowers/mapgen: Slightly more flowers in mgv5/v7/flat/fractal
  • Loading branch information
paramat committed Dec 19, 2015
1 parent c3a1545 commit 8704afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/flowers/mapgen.lua
Expand Up @@ -87,8 +87,8 @@ local function register_flower(seed, name)
place_on = {"default:dirt_with_grass"},
sidelen = 16,
noise_params = {
offset = -0.02,
scale = 0.03,
offset = -0.015,
scale = 0.025,
spread = {x = 200, y = 200, z = 200},
seed = seed,
octaves = 3,
Expand Down

0 comments on commit 8704afe

Please sign in to comment.