We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb14b7e commit 95371c1Copy full SHA for 95371c1
doc/lua_api.txt
@@ -6641,7 +6641,9 @@ Used by `minetest.register_biome`.
6641
6642
node_dungeon = "default:cobble",
6643
-- Node used for primary dungeon structure.
6644
- -- If absent, dungeon materials fall back to classic behaviour.
+ -- If absent, dungeon nodes fall back to the 'mapgen_cobble' mapgen
6645
+ -- alias, if that is also absent, dungeon nodes fall back to the biome
6646
+ -- 'node_stone'.
6647
-- If present, the following two nodes are also used.
6648
6649
node_dungeon_alt = "default:mossycobble",
0 commit comments