From 4bafe9c2ed77cbbd3fbe59ecacf517baccc23ee9 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 6 Jul 2024 13:12:55 -0500 Subject: [PATCH] Clarify MODRINTH_ALLOWED_VERSION_TYPE inclusion --- docs/mods-and-plugins/modrinth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mods-and-plugins/modrinth.md b/docs/mods-and-plugins/modrinth.md index cc0652dacb6..3a555dd0419 100644 --- a/docs/mods-and-plugins/modrinth.md +++ b/docs/mods-and-plugins/modrinth.md @@ -26,5 +26,5 @@ : Can be set to `none` (the default), `required`, or `optional` to download required and/or optional dependencies. `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`. +: The version type is used to determine the newest version to use from each project. The allowed values are `release` (default), `beta`, `alpha`. Setting to `beta` will pick up both release and beta versions. Setting to `alpha` will pick up release, beta, and alpha versions.