forked from Mineclonia/Mineclonia
Place moss boulders in low levels as well
This commit is contained in:
parent
79099115da
commit
e02f3071bc
|
@ -1335,8 +1335,8 @@ local function register_decorations()
|
||||||
octaves = 4,
|
octaves = 4,
|
||||||
persist = 0.63,
|
persist = 0.63,
|
||||||
},
|
},
|
||||||
biomes = {"taiga"},
|
biomes = {"taiga", "mega_taiga"},
|
||||||
y_min = 7,
|
y_min = 1,
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
schematic = minetest.get_modpath("mcl_structures").."/schematics/mcl_structures_boulder.mts",
|
schematic = minetest.get_modpath("mcl_structures").."/schematics/mcl_structures_boulder.mts",
|
||||||
})
|
})
|
||||||
|
@ -1354,8 +1354,8 @@ local function register_decorations()
|
||||||
octaves = 4,
|
octaves = 4,
|
||||||
persist = 0.63,
|
persist = 0.63,
|
||||||
},
|
},
|
||||||
biomes = {"taiga"},
|
biomes = {"taiga", "mega_taiga"},
|
||||||
y_min = 6,
|
y_min = 1,
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
schematic = minetest.get_modpath("mcl_structures").."/schematics/mcl_structures_boulder_small.mts",
|
schematic = minetest.get_modpath("mcl_structures").."/schematics/mcl_structures_boulder_small.mts",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue