mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 05:43:43 +01:00
Make cherry grove forests denser
This commit is contained in:
parent
ded18a32e2
commit
afc6be0168
@ -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 New Issue
Block a user