fix(dtmt): Fix incorrect field in config template

This commit is contained in:
Lucas Schwiderski 2023-02-22 09:23:11 +01:00
parent 1decd1ce3a
commit 58a3df2d40
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -17,7 +17,7 @@ description = "This is my new mod '{{name}}'!"
version = "0.1.0"
resources = {
script = "scripts/mods/{{id}}/init"
init = "scripts/mods/{{id}}/init"
data = "scripts/mods/{{id}}/data"
localization = "scripts/mods/{{id}}/localization"
}