mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
Correctly handle NeoForge CF modpacks also using CURSEFORGE_FILES (#3139)
This commit is contained in:
@@ -272,7 +272,7 @@ function handleCurseForgeFiles() {
|
||||
fi
|
||||
|
||||
case "${TYPE,,}" in
|
||||
forge|fabric|quilt)
|
||||
forge|neoforge|fabric|quilt)
|
||||
args+=(--mod-loader "$TYPE")
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user