mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
Resolve Modrinth projects for Quilt specifically (#2427)
This commit is contained in:
parent
c9e14864f5
commit
f7ff2779d9
@ -239,10 +239,7 @@ function handleModrinthProjects() {
|
|||||||
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC SPIGOT; then
|
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC SPIGOT; then
|
||||||
if isFamily HYBRID FORGE; then
|
if isFamily HYBRID FORGE; then
|
||||||
loader=forge
|
loader=forge
|
||||||
elif isFamily FABRIC; then
|
|
||||||
loader=fabric
|
|
||||||
else
|
else
|
||||||
# we're left with Bukkit/Spigot down-lines where plugins seem to be
|
|
||||||
loader="${TYPE,,}"
|
loader="${TYPE,,}"
|
||||||
fi
|
fi
|
||||||
mc-image-helper modrinth \
|
mc-image-helper modrinth \
|
||||||
|
Loading…
Reference in New Issue
Block a user