mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 23:33:51 +01:00
Flowers/mapgen: Slightly more flowers in mgv5/v7/flat/fractal
This commit is contained in:
parent
c3a1545ca1
commit
8704afe5b1
@ -87,8 +87,8 @@ local function register_flower(seed, name)
|
|||||||
place_on = {"default:dirt_with_grass"},
|
place_on = {"default:dirt_with_grass"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = -0.02,
|
offset = -0.015,
|
||||||
scale = 0.03,
|
scale = 0.025,
|
||||||
spread = {x = 200, y = 200, z = 200},
|
spread = {x = 200, y = 200, z = 200},
|
||||||
seed = seed,
|
seed = seed,
|
||||||
octaves = 3,
|
octaves = 3,
|
||||||
|
Loading…
Reference in New Issue
Block a user