mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-22 07:59:32 +01:00
Make pumpkins and melons a bit less common
This commit is contained in:
parent
112f099da5
commit
19ec22364f
1 changed files with 2 additions and 2 deletions
|
@ -758,7 +758,7 @@ local function register_mgv6_decorations()
|
|||
place_on = {"mcl_core:dirt_with_grass"},
|
||||
sidelen = 16,
|
||||
noise_params = {
|
||||
offset = -0.0055,
|
||||
offset = -0.01,
|
||||
scale = 0.00666,
|
||||
spread = {x = 250, y = 250, z = 250},
|
||||
seed = 666,
|
||||
|
@ -776,7 +776,7 @@ local function register_mgv6_decorations()
|
|||
place_on = {"mcl_core:dirt_with_grass"},
|
||||
sidelen = 16,
|
||||
noise_params = {
|
||||
offset = 0.002,
|
||||
offset = 0.003,
|
||||
scale = 0.006,
|
||||
spread = {x = 250, y = 250, z = 250},
|
||||
seed = 333,
|
||||
|
|
Loading…
Reference in a new issue