Skip to content

Commit 95371c1

Browse files
authored
Update biome definition dungeon node documentation (#8650)
1 parent bb14b7e commit 95371c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/lua_api.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6641,7 +6641,9 @@ Used by `minetest.register_biome`.
66416641

66426642
node_dungeon = "default:cobble",
66436643
-- Node used for primary dungeon structure.
6644-
-- If absent, dungeon materials fall back to classic behaviour.
6644+
-- 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'.
66456647
-- If present, the following two nodes are also used.
66466648

66476649
node_dungeon_alt = "default:mossycobble",

0 commit comments

Comments
 (0)