Mobs-Dimensions2/modpacktoolsconfig.toml
LordMZTE adf0f9ed2a Revert "Merge branch 'master' into hardcore"
This reverts commit 960ad382dd, reversing
changes made to cc4af040a1.
2020-08-19 16:42:14 +02:00

15 lines
475 B
TOML

[Locations]
#The location of the twitch manifest file (will be replaced with addonscript in later versions)
manifestFile = "src/twitch/manifest.json"
#The location of the source
src = "src"
#The location used to store temporary files
tempDir = ".mpt"
[Local]
selectedVersion = -1
[Downloads]
#The maximum number of threads that will be used for downloads
maxThreads = 2
#The timeout of http requests in ms
httpTimeout = 2147483647