mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-06 05:44:26 -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({
|
minetest.register_biome({
|
||||||
name = "desert",
|
name = "desert",
|
||||||
--node_dust = "",
|
--node_dust = "",
|
||||||
node_top = "default:desert_sand",
|
--node_top = "",
|
||||||
depth_top = 1,
|
--depth_top = ,
|
||||||
node_filler = "default:desert_sand",
|
node_filler = "default:desert_sand",
|
||||||
depth_filler = 1,
|
depth_filler = 1,
|
||||||
node_stone = "default:desert_stone",
|
node_stone = "default:desert_stone",
|
||||||
|
|
Loading…
Add table
Reference in a new issue