forked from Anvilcraft/Notex-3
Add MPT Config
This commit is contained in:
parent
657a6860e0
commit
4fd8fd395e
1 changed files with 14 additions and 0 deletions
14
modpacktoolsconfig.toml
Normal file
14
modpacktoolsconfig.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[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 = 5
|
||||
#The timeout of http requests in ms
|
||||
httpTimeout = 2147483647
|
Loading…
Reference in a new issue