Skip to content

Commit

Permalink
chore(docs): note add mod var for auto_curseforge use (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf authored Oct 16, 2024
1 parent 0770820 commit a9140fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/types-and-platforms/mod-platforms/auto-curseforge.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ Quite often there are mods that need to be excluded, such as ones that did not p

Mods can be excluded by passing a comma or space delimited list of **project** slugs or IDs via `CF_EXCLUDE_MODS`. Similarly, there are some mods that are incorrectly tagged as client only. For those, pass the **project** slugs or IDs via `CF_FORCE_INCLUDE_MODS`. These lists will be combined with the content of the exclude/include file, if given.

!!! note
`CF_FORCE_INCLUDE_MODS` will not download additional mods.

For additional mods, refer to [the `CURSEFORGE_FILES` variable](../../mods-and-plugins/curseforge-files.md).

A mod's project ID can be obtained from the right hand side of the project page:
![cf-project-id](../../img/cf-project-id.png)

Expand Down

0 comments on commit a9140fb

Please sign in to comment.