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

View File

@@ -275,8 +275,8 @@ function modrinthProjects() {
: "${MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES:=true}"
: "${MODRINTH_ALLOWED_VERSION_TYPE:=release}"
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FABRIC; then
if [[ ${FAMILY^^} = HYBRID ]]; then
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC; then
if isFamily HYBRID FORGE; then
loader=forge
else
loader="${FAMILY,,}"