mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Update biome definition dungeon node documentation (#8650)
This commit is contained in:
parent
bb14b7e956
commit
95371c16e9
1 changed files with 3 additions and 1 deletions
|
@ -6641,7 +6641,9 @@ Used by `minetest.register_biome`.
|
|||
|
||||
node_dungeon = "default:cobble",
|
||||
-- Node used for primary dungeon structure.
|
||||
-- If absent, dungeon materials fall back to classic behaviour.
|
||||
-- If absent, dungeon nodes fall back to the 'mapgen_cobble' mapgen
|
||||
-- alias, if that is also absent, dungeon nodes fall back to the biome
|
||||
-- 'node_stone'.
|
||||
-- If present, the following two nodes are also used.
|
||||
|
||||
node_dungeon_alt = "default:mossycobble",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue