Update 'dtmt.cfg Reference'
parent
acd0331ef1
commit
006c5df7c0
1 changed files with 3 additions and 3 deletions
|
@ -27,13 +27,13 @@ image = "assets/icon.png"
|
||||||
// A list of arbitrary strings that will show up in DTMM.
|
// A list of arbitrary strings that will show up in DTMM.
|
||||||
// Grouping, filtering and other features may be implemented in the future, so you'll want to match up with other mods
|
// Grouping, filtering and other features may be implemented in the future, so you'll want to match up with other mods
|
||||||
categories = [
|
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 check 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 = bar
|
||||||
|
|
Loading…
Add table
Reference in a new issue