From 4fd8fd395efe27fb7e24f36786e41deb1d16b4e4 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Wed, 20 Jan 2021 18:40:46 +0100 Subject: [PATCH] Add MPT Config --- modpacktoolsconfig.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modpacktoolsconfig.toml diff --git a/modpacktoolsconfig.toml b/modpacktoolsconfig.toml new file mode 100644 index 0000000..65ff88e --- /dev/null +++ b/modpacktoolsconfig.toml @@ -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 \ No newline at end of file