mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-04 21:10:04 -04:00
Mgv5/mgv7 biomes: Enable patches of bare stone in deserts
This commit is contained in:
parent
a88576afd1
commit
0c4b8e76a7
1 changed files with 2 additions and 2 deletions
|
@ -604,8 +604,8 @@ function default.register_biomes()
|
|||
minetest.register_biome({
|
||||
name = "desert",
|
||||
--node_dust = "",
|
||||
node_top = "default:desert_sand",
|
||||
depth_top = 1,
|
||||
--node_top = "",
|
||||
--depth_top = ,
|
||||
node_filler = "default:desert_sand",
|
||||
depth_filler = 1,
|
||||
node_stone = "default:desert_stone",
|
||||
|
|
Loading…
Add table
Reference in a new issue