Skip to content

Commit 8704afe

Browse files
committedDec 19, 2015
Flowers/mapgen: Slightly more flowers in mgv5/v7/flat/fractal
1 parent c3a1545 commit 8704afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mods/flowers/mapgen.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ local function register_flower(seed, name)
8787
place_on = {"default:dirt_with_grass"},
8888
sidelen = 16,
8989
noise_params = {
90-
offset = -0.02,
91-
scale = 0.03,
90+
offset = -0.015,
91+
scale = 0.025,
9292
spread = {x = 200, y = 200, z = 200},
9393
seed = seed,
9494
octaves = 3,

0 commit comments

Comments
 (0)
Please sign in to comment.