Update dtmt.cfg Reference
parent
cbb379bacf
commit
e0ed4fbca3
1 changed files with 4 additions and 4 deletions
|
@ -30,16 +30,16 @@ categories = [
|
||||||
Tools
|
Tools
|
||||||
]
|
]
|
||||||
|
|
||||||
// A list of mod IDs that this mod depends on. DTMM will check before deployment
|
// A list of mod IDs that this mod depends on. DTMM will verify this before deployment
|
||||||
depends = [
|
depends = [
|
||||||
// Just the ID defaults to "before"
|
// Just the ID defaults to "before"
|
||||||
foo
|
foo
|
||||||
// Long form of the above
|
// Long form of the above
|
||||||
{
|
{
|
||||||
id = bar
|
id = foo
|
||||||
order = before
|
order = before
|
||||||
}
|
}
|
||||||
// Dependencies may be require to come after the current mod
|
// Dependencies may be required to come after the current mod
|
||||||
{
|
{
|
||||||
id = baz
|
id = baz
|
||||||
order = after
|
order = after
|
||||||
|
@ -63,4 +63,4 @@ packages = [
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** Unless otherwise noted file paths must be specified _without_ file extension.<br>
|
**Note:** Unless otherwise noted file paths must be specified _without_ file extension.
|
Loading…
Add table
Reference in a new issue