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"
|
||||
name = "Darktide Mod Loader"
|
||||
description = "This is my new mod 'Darktide Mod Loader'!"
|
||||
version = "0.1.0"
|
||||
summary = "The low-level facilities that enable loading mods from specially prepared bundles."
|
||||
version = "23.4.05"
|
||||
author = "Darktide Modders"
|
||||
|
||||
categories = [
|
||||
Tools
|
||||
]
|
||||
|
||||
resources = {
|
||||
init = "scripts/mods/dml/init"
|
||||
|
@ -10,7 +15,3 @@ resources = {
|
|||
packages = [
|
||||
"packages/dml"
|
||||
]
|
||||
|
||||
depends = [
|
||||
"dmf"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue