mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Place moss boulders in low levels as well
This commit is contained in:
parent
79099115da
commit
e02f3071bc
1 changed files with 4 additions and 4 deletions
|
@ -1335,8 +1335,8 @@ local function register_decorations()
|
|||
octaves = 4,
|
||||
persist = 0.63,
|
||||
},
|
||||
biomes = {"taiga"},
|
||||
y_min = 7,
|
||||
biomes = {"taiga", "mega_taiga"},
|
||||
y_min = 1,
|
||||
y_max = mcl_vars.mg_overworld_max,
|
||||
schematic = minetest.get_modpath("mcl_structures").."/schematics/mcl_structures_boulder.mts",
|
||||
})
|
||||
|
@ -1354,8 +1354,8 @@ local function register_decorations()
|
|||
octaves = 4,
|
||||
persist = 0.63,
|
||||
},
|
||||
biomes = {"taiga"},
|
||||
y_min = 6,
|
||||
biomes = {"taiga", "mega_taiga"},
|
||||
y_min = 1,
|
||||
y_max = mcl_vars.mg_overworld_max,
|
||||
schematic = minetest.get_modpath("mcl_structures").."/schematics/mcl_structures_boulder_small.mts",
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue