chore: Update config with new fields
This commit is contained in:
parent
2d15647fb5
commit
3cb511d0f7
1 changed files with 7 additions and 6 deletions
13
dtmt.cfg
13
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 = "23.4.05"
|
||||||
|
author = "Darktide Modders"
|
||||||
|
|
||||||
|
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