Mobs-Dimensions2/modpacktoolsconfig.toml

15 lines
475 B
TOML
Raw Normal View History

2020-07-28 22:28:47 +02:00
[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
2020-08-15 00:26:43 +02:00
maxThreads = 2
2020-07-28 22:28:47 +02:00
#The timeout of http requests in ms
2020-08-15 00:26:43 +02:00
httpTimeout = 2147483647