]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - doc/lua_api.txt
Deprecate game.conf name, use title instead (#12030)
[dragonfireclient.git] / doc / lua_api.txt
index abfaf08aa3d22abcacc5b88f1ac00f252158fa95..6046a5902a0eb33ae10a2bddc21e1e5aa61fa056 100644 (file)
@@ -62,7 +62,8 @@ Where `<gameid>` is unique to each game.
 The game directory can contain the following files:
 
 * `game.conf`, with the following keys:
-    * `name`: Required, a human readable title to address the game, e.g. `name = Minetest`.
+    * `title`: Required, a human-readable title to address the game, e.g. `title = Minetest Game`.
+    * `name`: (Deprecated) same as title.
     * `description`: Short description to be shown in the content tab
     * `allowed_mapgens = <comma-separated mapgens>`
       e.g. `allowed_mapgens = v5,v6,flat`