You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/flatpages/help/package_config.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ this to your advantage.
10
10
11
11
### What is a content .conf file?
12
12
13
-
Every type of content can have a `.conf` file that contains the metadata.
13
+
Every type of content should have a `.conf` file that contains the metadata.
14
+
This file is also used by the Luanti engine, see [lua_api.md, section "Games" and "Mods"](https://github.com/luanti-org/luanti/blob/master/doc/lua_api.md) for details.
14
15
15
16
The filename of the `.conf` file depends on the content type:
16
17
@@ -48,8 +49,8 @@ ContentDB understands the following information:
48
49
and for mods only:
49
50
50
51
*`name` - the mod technical name.
51
-
*`supported_games` - List of supported game technical names.
52
-
*`unsupported_games` - List of not supported game technical names. Useful to override game support detection.
52
+
*`supported_games` - List of supported games, see [Supported Games](/help/game_support/).
53
+
*`unsupported_games` - List of known not supported games, see [Supported Games](/help/game_support/).
53
54
54
55
55
56
## .cdb.json
@@ -69,13 +70,13 @@ It should be a JSON dictionary with one or more of the following optional keys:
69
70
*`tags`: List of tag names, see [/api/tags/](/api/tags/).
70
71
*`content_warnings`: List of content warning names, see [/api/content_warnings/](/api/content_warnings/).
71
72
*`license`: A license name, see [/api/licenses/](/api/licenses/).
72
-
*`media_license`: A license name.
73
+
*`media_license`: A license name, see [/api/licenses/](/api/licenses/).
73
74
*`long_description`: Long markdown description.
74
75
*`repo`: Source repository (eg: Git).
75
76
*`website`: Website URL.
76
77
*`issue_tracker`: Issue tracker URL.
77
78
* one of:
78
-
*`forums`: forum topic ID, an integer, ex: 20174.
79
+
*`forums`: forum topic ID, an integer, ex: `20174`.
79
80
*`forum_url`: forum URL, a string. Must link to the official forums. Ex: `https://forum.luanti.org/viewtopic.php?t=20174`
0 commit comments