mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-09 22:47:36 +01:00
Add game.conf example to package config help
This commit is contained in:
parent
a7f2cc5d2b
commit
cb443a2d15
@ -19,12 +19,21 @@ The filename of the `.conf` file depends on the content type:
|
|||||||
* `game.conf` for games.
|
* `game.conf` for games.
|
||||||
* `texture_pack.conf` for texture packs.
|
* `texture_pack.conf` for texture packs.
|
||||||
|
|
||||||
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 of `mod.conf`, `modpack.conf`, or `texture_pack.conf`:
|
||||||
|
|
||||||
name = mymod
|
name = mymod
|
||||||
title = My Mod
|
title = My Mod
|
||||||
description = A short description to show in the client.
|
description = A short description to show in the client.
|
||||||
|
|
||||||
|
Here's a simple example of `game.conf`:
|
||||||
|
|
||||||
|
title = My Game
|
||||||
|
description = A short description to show in the client.
|
||||||
|
|
||||||
|
Note that you should not specify `name` in game.conf.
|
||||||
|
|
||||||
### Understood values
|
### Understood values
|
||||||
|
|
||||||
ContentDB understands the following information:
|
ContentDB understands the following information:
|
||||||
|
Loading…
Reference in New Issue
Block a user