mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-27 19:36:24 +00:00
This reverts commit 3624dc02a3.
This commit is contained in:
@@ -183,7 +183,7 @@ esac
|
||||
fi
|
||||
}
|
||||
|
||||
function handleGenericPacks() {
|
||||
function genericPacks() {
|
||||
: "${GENERIC_PACKS:=${GENERIC_PACK}}"
|
||||
: "${GENERIC_PACKS_PREFIX:=}"
|
||||
: "${GENERIC_PACKS_SUFFIX:=}"
|
||||
@@ -267,7 +267,7 @@ function handleGenericPacks() {
|
||||
fi
|
||||
}
|
||||
|
||||
function handleModrinthProjects() {
|
||||
function modrinthProjects() {
|
||||
: "${MODRINTH_PROJECTS:=}"
|
||||
: "${MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES:=true}"
|
||||
: "${MODRINTH_ALLOWED_VERSION_TYPE:=release}"
|
||||
@@ -294,8 +294,8 @@ handleModpackListOrFile
|
||||
|
||||
handleCurseForgeManifest
|
||||
|
||||
handleGenericPacks
|
||||
genericPacks
|
||||
|
||||
handleModrinthProjects
|
||||
modrinthProjects
|
||||
|
||||
exec "${SCRIPTS:-/}start-setupModconfig" "$@"
|
||||
|
||||
Reference in New Issue
Block a user