auto-cf: provide option to force reinstall modpack's modloader (#2633)

This commit is contained in:
Geoff Bourne
2024-02-04 18:57:04 -06:00
committed by GitHub
parent 5c0b449c79
commit 629156e1b3
3 changed files with 4 additions and 1 deletions

View File

@@ -215,3 +215,4 @@ Some modpacks come with world/save data via a worlds file and/or the overrides p
Other configuration available:
- `CF_PARALLEL_DOWNLOADS` (default is 4): specify how many parallel mod downloads to perform
- `CF_OVERRIDES_SKIP_EXISTING` (default is false): if set, files in the overrides that already exist in the data directory are skipped. **NOTE** world data is always skipped, if present.
- `CF_FORCE_REINSTALL_MODLOADER` (default is false): this can be set to `true` to force the modpack's declared modloader, such as Forge, to be reinstalled. This is useful if some of the modloader's files become corrupted.