Skip to content

Commit

Permalink
Correctly handle NeoForge CF modpacks also using CURSEFORGE_FILES (#3139
Browse files Browse the repository at this point in the history
)
  • Loading branch information
itzg authored Nov 4, 2024
1 parent 1b5c3bd commit b41e63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-setupModpack
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function handleCurseForgeFiles() {
fi

case "${TYPE,,}" in
forge|fabric|quilt)
forge|neoforge|fabric|quilt)
args+=(--mod-loader "$TYPE")
;;
*)
Expand Down

0 comments on commit b41e63c

Please sign in to comment.