From 8de9e2ac845e62965d895f217ac3a5acd794f8bb Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Tue, 15 Nov 2022 16:45:48 +0100 Subject: game.conf: Add setting to use volatile a map backend (#12956) --- doc/lua_api.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 26d105db0..3ac530dd4 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -85,6 +85,8 @@ The game directory can contain the following files: (this does not work for `enable_server`). Only these settings are supported: `enable_damage`, `creative_mode`, `enable_server`. + * `map_persistent`: Specifies whether newly created worlds should use + a persistent map backend. Defaults to `true` (= "sqlite3") * `author`: The author of the game. It only appears when downloaded from ContentDB. * `release`: Ignore this: Should only ever be set by ContentDB, as it is -- cgit v1.2.3