Update biome definition dungeon node documentation (#8650)

master
Paramat 2019-07-01 22:21:17 +01:00 committed by GitHub
parent bb14b7e956
commit 95371c16e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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",