modrinth: change MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES default to false

This commit is contained in:
Geoff Bourne
2023-08-21 13:17:34 -05:00
parent dba2556e4e
commit 78d076e65e
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
## Extra options
`MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES`
: Required dependencies of the project will _always_ be downloaded and optional dependencies can also be downloaded by setting this to `true`. The default is "true"
: Required dependencies of the project will _always_ be downloaded and optional dependencies can also be downloaded by setting this to `true`. The default is "false".
`MODRINTH_ALLOWED_VERSION_TYPE`
: The version type is used to determine the newest version to use from each project. The allowed values are `release` (default), `beta`, `alpha`.