mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Make cherry grove forests denser
This commit is contained in:
parent
ded18a32e2
commit
afc6be0168
1 changed files with 2 additions and 2 deletions
|
@ -4489,7 +4489,7 @@ local function register_decorations()
|
|||
place_on = {"mcl_core:dirt_with_grass"},
|
||||
sidelen = 80,
|
||||
noise_params = {
|
||||
offset = -0.0007,
|
||||
offset = 0.007,
|
||||
scale = 0.01,
|
||||
spread = {x = 250, y = 250, z = 250},
|
||||
seed = 13+i,
|
||||
|
@ -4508,7 +4508,7 @@ local function register_decorations()
|
|||
place_on = {"mcl_core:dirt_with_grass"},
|
||||
sidelen = 80,
|
||||
noise_params = {
|
||||
offset = -0.0007,
|
||||
offset = 0.007,
|
||||
scale = 0.006,
|
||||
spread = {x = 250, y = 250, z = 250},
|
||||
seed = 32+i,
|
||||
|
|
Loading…
Reference in a new issue