Make cherry grove forests denser

This commit is contained in:
cora 2023-07-27 04:06:57 +02:00 committed by the-real-herowl
parent ded18a32e2
commit afc6be0168
1 changed files with 2 additions and 2 deletions

View File

@ -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,