mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-22 18:22:29 +01:00
Update package config doc
This commit is contained in:
@ -22,12 +22,14 @@ The filename of the `.conf` file depends on the content type:
|
|||||||
The `.conf` uses a key-value format, separated using equals. Here's a simple example:
|
The `.conf` uses a key-value format, separated using equals. Here's a simple example:
|
||||||
|
|
||||||
name = mymod
|
name = mymod
|
||||||
|
title = My Mod
|
||||||
description = A short description to show in the client.
|
description = A short description to show in the client.
|
||||||
|
|
||||||
### Understood values
|
### Understood values
|
||||||
|
|
||||||
ContentDB understands the following information:
|
ContentDB understands the following information:
|
||||||
|
|
||||||
|
* `title` - A human-readable title.
|
||||||
* `description` - A short description to show in the client.
|
* `description` - A short description to show in the client.
|
||||||
* `depends` - Comma-separated hard dependencies.
|
* `depends` - Comma-separated hard dependencies.
|
||||||
* `optional_depends` - Comma-separated soft dependencies.
|
* `optional_depends` - Comma-separated soft dependencies.
|
||||||
|
Reference in New Issue
Block a user