mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-18 23:36:24 +00:00
Fixed handling of Modrinth mods for NeoForge (#2659)
This commit is contained in:
@@ -245,7 +245,7 @@ function handleModrinthProjects() {
|
||||
fi
|
||||
|
||||
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC SPIGOT; then
|
||||
if isFamily HYBRID FORGE; then
|
||||
if isFamily HYBRID; then
|
||||
loader=forge
|
||||
else
|
||||
loader="${TYPE,,}"
|
||||
|
||||
Reference in New Issue
Block a user