mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
Add setting to settingtypes.txt
This commit is contained in:
parent
fe544f4ab5
commit
220ceda8fd
1 changed files with 4 additions and 0 deletions
|
@ -64,3 +64,7 @@ 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
|
||||
|
||||
# Whether river water source nodes create flowing sounds.
|
||||
# Helps rivers create more sound, especially on level sections.
|
||||
river_source_sounds (River source node sounds) bool false
|
||||
|
|
Loading…
Add table
Reference in a new issue