Corrected Modrinth usage with TYPE=FORGE (#1719)

This commit is contained in:
Geoff Bourne
2022-09-05 18:21:11 -05:00
committed by GitHub
parent 247855c2cf
commit d6de14123b
+2 -2
View File
@@ -275,8 +275,8 @@ function modrinthProjects() {
: "${MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES:=true}" : "${MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES:=true}"
: "${MODRINTH_ALLOWED_VERSION_TYPE:=release}" : "${MODRINTH_ALLOWED_VERSION_TYPE:=release}"
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FABRIC; then if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC; then
if [[ ${FAMILY^^} = HYBRID ]]; then if isFamily HYBRID FORGE; then
loader=forge loader=forge
else else
loader="${FAMILY,,}" loader="${FAMILY,,}"