chore: Update config with new fields
This commit is contained in:
parent
ac46c311d4
commit
ecb1b53729
1 changed files with 6 additions and 5 deletions
11
dtmt.cfg
11
dtmt.cfg
|
@ -1,7 +1,12 @@
|
||||||
id = "dml"
|
id = "dml"
|
||||||
name = "Darktide Mod Loader"
|
name = "Darktide Mod Loader"
|
||||||
description = "This is my new mod 'Darktide Mod Loader'!"
|
summary = "The low-level facilities that enable loading mods from specially prepared bundles."
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
author = "SirAiedail"
|
||||||
|
|
||||||
|
categories = [
|
||||||
|
Tools
|
||||||
|
]
|
||||||
|
|
||||||
resources = {
|
resources = {
|
||||||
init = "scripts/mods/dml/init"
|
init = "scripts/mods/dml/init"
|
||||||
|
@ -10,7 +15,3 @@ resources = {
|
||||||
packages = [
|
packages = [
|
||||||
"packages/dml"
|
"packages/dml"
|
||||||
]
|
]
|
||||||
|
|
||||||
depends = [
|
|
||||||
"dmf"
|
|
||||||
]
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue