Modding:Mod Configuration: Difference between revisions

Add manifest dependencies & directories from upcoming beta
Update ID description
Line 17: Line 17:
|-
|-
| '''ID'''
| '''ID'''
| Internal ID of the mod, primarily used for generating files such as <code>modcheck-[id].json</code> when the mod is approved.<br/>Try to restrict the ID to alphanumeric characters, as different operating systems will refuse certain characters for their file names. ||
| Primary identifier of the mod, this is used as the mod's key in the mod manager and to resolve it as a dependency of another mod.<br/>Try to restrict the ID to alphanumeric characters, as it is also used as a symbol for preprocessor directives when compiling. ||
* Falls back to [[#config.json|<code>config.json</code>'s]] <code>ID</code> field.
* Falls back to [[#config.json|<code>config.json</code>'s]] <code>ID</code> field.
|-
|-