1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-01 15:55:26 +01:00

Add option for random mod load order (#14637)

This commit is contained in:
chmodsayshello
2024-05-12 14:20:18 +02:00
committed by GitHub
parent 57b6e74abb
commit 0889048cb5
3 changed files with 18 additions and 0 deletions

View File

@@ -1761,6 +1761,9 @@ deprecated_lua_api_handling (Deprecated Lua API handling) enum log none,log,erro
# Enable random user input (only used for testing).
random_input (Random input) bool false
# Enable random mod loading (mainly used for testing).
random_mod_load_order (Random mod load order) bool false
# Enable mod channels support.
enable_mod_channels (Mod channels) bool false