Add tModLoader module (#90)

* Add tModLoader module

* Remove diplicate envvars line

* Add seed as formattedarg

* lowercase names

* lowercase fetch

* use kvp merging

* fix capitalisation

* add adminmethod to kvp

* fix case typo, remove unused ports

* include world in commandline
This commit is contained in:
Jasper Borsboom
2022-03-23 18:26:43 +01:00
committed by GitHub
parent 3c7d9eede5
commit e318c423f6
4 changed files with 454 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[
{
"ConfigFile": "tmodloaderserverconfig.txt",
"AutoMap": true,
"ConfigType": "kvp",
"ConfigFormat": "{0}={1}"
}
]