mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-04 17:39:37 +00:00
Correctly handle NeoForge CF modpacks also using CURSEFORGE_FILES (#3139)
This commit is contained in:
parent
1b5c3bd8b9
commit
b41e63cec5
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ function handleCurseForgeFiles() {
|
|||
fi
|
||||
|
||||
case "${TYPE,,}" in
|
||||
forge|fabric|quilt)
|
||||
forge|neoforge|fabric|quilt)
|
||||
args+=(--mod-loader "$TYPE")
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue