Skip to content

Commit 73cb633

Browse files
authored
Update auto-curseforge docs wording around version pinning. (#3344)
1 parent 6f190a6 commit 73cb633

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/types-and-platforms/mod-platforms/auto-curseforge.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ For example:
5656
-e TYPE=AUTO_CURSEFORGE -e CF_SLUG=all-the-mods-8
5757
```
5858

59-
### Using specific file version
59+
### Pinning modpack and mod loader versions
6060

61-
The latest file will be located and used by default, but if a specific version is desired you can use one of the following options. With any of these options **do not select a server file** -- they lack the required manifest and defeat the ability to consistently automate startup.
61+
The latest modpack file and its associated mod loader will be located and installed by default on startup (including automatic upgrading of both on subsequent startups, if a later version is found on CurseForge). If a specific version is desired instead, you can use one of the following options. With any of these options **do not select a server file** -- they lack the required manifest and defeat the ability to consistently automate startup.
6262

6363
- Use `CF_PAGE_URL`, but include the full URL to a specific file
6464
- Set `CF_FILE_ID` to the numerical file ID
@@ -84,6 +84,8 @@ The following examples all refer to version 1.0.7 of ATM8:
8484
CF_FILENAME_MATCHER: 1.0.7
8585
```
8686
87+
Pinning modpack version also pins the mod loader (to the version specified by the modpack). Mod loader version cannot be pinned independently of the modpack.
88+
8789
## Manual Downloads
8890
8991
For mod, modpacks, and world files that are not allowed for automated download, the container path `/downloads` can be attached and matching files will be retrieved from there. The subdirectories `mods`, `modpacks`, and `worlds` will also be checked accordingly. To change the source location of downloaded files, set `CF_DOWNLOADS_REPO` to an existing container path. To disable this feature, set `CF_DOWNLOADS_REPO` to an empty string.

0 commit comments

Comments
 (0)