Correctly handle NeoForge CF modpacks also using CURSEFORGE_FILES (#3139)

This commit is contained in:
Geoff Bourne 2024-11-04 16:00:28 -07:00 committed by GitHub
parent 1b5c3bd8b9
commit b41e63cec5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -272,7 +272,7 @@ function handleCurseForgeFiles() {
fi
case "${TYPE,,}" in
forge|fabric|quilt)
forge|neoforge|fabric|quilt)
args+=(--mod-loader "$TYPE")
;;
*)