mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Fix stone generating in flat mapgen
This commit is contained in:
parent
cc2066fde5
commit
8610b8cb8a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ local function register_classic_superflat_biome()
|
|||
depth_top = 1,
|
||||
node_filler = "mcl_core:dirt",
|
||||
depth_filler = 3,
|
||||
node_stone = "mcl_core:dirt",
|
||||
y_min = -512,
|
||||
y_max = 512,
|
||||
heat_point = 50,
|
||||
|
|
Loading…
Reference in a new issue