mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-01 19:04:40 +01:00
Make cherry grove forests denser
This commit is contained in:
@ -4489,7 +4489,7 @@ local function register_decorations()
|
|||||||
place_on = {"mcl_core:dirt_with_grass"},
|
place_on = {"mcl_core:dirt_with_grass"},
|
||||||
sidelen = 80,
|
sidelen = 80,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = -0.0007,
|
offset = 0.007,
|
||||||
scale = 0.01,
|
scale = 0.01,
|
||||||
spread = {x = 250, y = 250, z = 250},
|
spread = {x = 250, y = 250, z = 250},
|
||||||
seed = 13+i,
|
seed = 13+i,
|
||||||
@ -4508,7 +4508,7 @@ local function register_decorations()
|
|||||||
place_on = {"mcl_core:dirt_with_grass"},
|
place_on = {"mcl_core:dirt_with_grass"},
|
||||||
sidelen = 80,
|
sidelen = 80,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = -0.0007,
|
offset = 0.007,
|
||||||
scale = 0.006,
|
scale = 0.006,
|
||||||
spread = {x = 250, y = 250, z = 250},
|
spread = {x = 250, y = 250, z = 250},
|
||||||
seed = 32+i,
|
seed = 32+i,
|
||||||
|
Reference in New Issue
Block a user