mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-19 13:43:18 +00:00
Use parallel downloads for AUTO_CURSEFORGE (#1899)
This commit is contained in:
@@ -652,6 +652,10 @@ The following two examples both refer to version 1.0.7 of ATM8:
|
||||
|
||||
If there are mods that need to be excluded, such as ones that did not properly declare as a client mod via the file's game versions, then they can be excluded by passing a comma or space delimited list of project IDs via `CF_EXLUDE_MODS`
|
||||
|
||||
Other configuration available:
|
||||
- `CF_PARALLEL_DOWNLOADS` (default is 4): specify how many parallel mod downloads to perform
|
||||
- `CF_FORCE_SYNCHRONIZE`: set to "true" to force the inputs and exclusions to be re-evaluated
|
||||
|
||||
### Old approach
|
||||
|
||||
Enable this server mode by adding `-e TYPE=CURSEFORGE` to your command-line,
|
||||
|
||||
Reference in New Issue
Block a user