From db3fbd8cd19976246665d6c58f5eb389b0943b79 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 17 Mar 2023 22:15:01 -0500 Subject: [PATCH] Fixing Modrinth projects support for non-Forge (#2016) --- scripts/start-setupModpack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-setupModpack b/scripts/start-setupModpack index e1467b8d..8257e292 100755 --- a/scripts/start-setupModpack +++ b/scripts/start-setupModpack @@ -275,7 +275,7 @@ function handleModrinthProjects() { if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC SPIGOT; then if isFamily HYBRID FORGE; then loader=forge - elif isFaily FABRIC; then + elif isFamily FABRIC; then loader=fabric else # we're left with Bukkit/Spigot down-lines where plugins seem to be