mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Flowers: More flowers
This commit is contained in:
parent
7b46d3b6af
commit
bae17cd88c
1 changed files with 2 additions and 2 deletions
|
@ -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.015,
|
offset = -0.02,
|
||||||
scale = 0.025,
|
scale = 0.04,
|
||||||
spread = {x = 200, y = 200, z = 200},
|
spread = {x = 200, y = 200, z = 200},
|
||||||
seed = seed,
|
seed = seed,
|
||||||
octaves = 3,
|
octaves = 3,
|
||||||
|
|
Loading…
Add table
Reference in a new issue