Add riverbeds to biomes and start hell levels.
This commit is contained in:
parent
5ea5f54a7d
commit
87c065153a
3 changed files with 93 additions and 8 deletions
2
deco.lua
2
deco.lua
|
@ -90,6 +90,8 @@ minetest.register_biome({
|
|||
node_filler = "default:dirt",
|
||||
depth_filler = 1,
|
||||
node_stone = "default:desert_stone",
|
||||
node_riverbed = "default:sand",
|
||||
depth_riverbed = 2,
|
||||
--node_water_top = "",
|
||||
--depth_water_top = ,
|
||||
--node_water = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue