Skip to content

Commit b41e63c

Browse files
authored
Correctly handle NeoForge CF modpacks also using CURSEFORGE_FILES (#3139)
1 parent 1b5c3bd commit b41e63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-setupModpack

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ function handleCurseForgeFiles() {
272272
fi
273273

274274
case "${TYPE,,}" in
275-
forge|fabric|quilt)
275+
forge|neoforge|fabric|quilt)
276276
args+=(--mod-loader "$TYPE")
277277
;;
278278
*)

0 commit comments

Comments
 (0)