Add 'spawn' mod to spawn new players in suitable starting biomes (#2091)
Disabled in mgv6 and singlenode mapgens, by setting, or if 'static_spawnpoint' is set. Cleanup format of minetest.conf.example.
This commit is contained in:
parent
8d8f2f79d0
commit
0b025e6392
6 changed files with 187 additions and 17 deletions
|
@ -46,3 +46,7 @@ share_bones_time (Bone share time) int 1200 0
|
|||
|
||||
# Replaces old stairs with new ones. Only required for older worlds.
|
||||
enable_stairs_replace_abm (Replace old stairs) bool false
|
||||
|
||||
# If enabled, use the engine's spawn search which does not check for a
|
||||
# suitable starting biome.
|
||||
engine_spawn (Use engine spawn search) bool false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue