diff options
author | Perttu Ahola <celeron55@gmail.com> | 2013-03-21 21:42:23 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2013-03-21 22:22:15 +0200 |
commit | c2250d95c4da368d1535794a1c7f2092ce479d7a (patch) | |
tree | 3cb15d732e93b02986393eb005eeb3a3d7b3493d /doc | |
parent | adc52f3f3c041e5914f665b6f96d07f49bbb6487 (diff) | |
download | minetest-c2250d95c4da368d1535794a1c7f2092ce479d7a.tar.gz minetest-c2250d95c4da368d1535794a1c7f2092ce479d7a.tar.bz2 minetest-c2250d95c4da368d1535794a1c7f2092ce479d7a.zip |
Support game-specific minetest.conf
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 19fa81473..af8b1cc9a 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -57,6 +57,9 @@ eg. Common mods are loaded from the pseudo-game "common". +The game directory can contain the file minetest.conf, which will be used +to set default settings when running the particular game. + Mod load path ------------- Generic: |