From d6de14123b8130702fc2a46cbcb9d04f4a0e6ec2 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 5 Sep 2022 18:21:11 -0500 Subject: [PATCH] Corrected Modrinth usage with TYPE=FORGE (#1719) --- scripts/start-setupModpack | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/start-setupModpack b/scripts/start-setupModpack index 7366aceb..71b988e7 100755 --- a/scripts/start-setupModpack +++ b/scripts/start-setupModpack @@ -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,,}"