Update biome definition dungeon node documentation (#8650)
parent
bb14b7e956
commit
95371c16e9
|
@ -6641,7 +6641,9 @@ Used by `minetest.register_biome`.
|
||||||
|
|
||||||
node_dungeon = "default:cobble",
|
node_dungeon = "default:cobble",
|
||||||
-- Node used for primary dungeon structure.
|
-- 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.
|
-- If present, the following two nodes are also used.
|
||||||
|
|
||||||
node_dungeon_alt = "default:mossycobble",
|
node_dungeon_alt = "default:mossycobble",
|
||||||
|
|
Loading…
Reference in New Issue