mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
Corrected Modrinth usage with TYPE=FORGE (#1719)
This commit is contained in:
parent
247855c2cf
commit
d6de14123b
@ -275,8 +275,8 @@ function modrinthProjects() {
|
|||||||
: "${MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES:=true}"
|
: "${MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES:=true}"
|
||||||
: "${MODRINTH_ALLOWED_VERSION_TYPE:=release}"
|
: "${MODRINTH_ALLOWED_VERSION_TYPE:=release}"
|
||||||
|
|
||||||
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FABRIC; then
|
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC; then
|
||||||
if [[ ${FAMILY^^} = HYBRID ]]; then
|
if isFamily HYBRID FORGE; then
|
||||||
loader=forge
|
loader=forge
|
||||||
else
|
else
|
||||||
loader="${FAMILY,,}"
|
loader="${FAMILY,,}"
|
||||||
|
Loading…
Reference in New Issue
Block a user