Added support for Modrinth modpacks as a server type (#2128)

This commit is contained in:
Geoff Bourne
2023-05-14 13:09:54 -05:00
committed by GitHub
parent a34d315d63
commit 54f310e50f
8 changed files with 99 additions and 1 deletions

View File

@@ -208,6 +208,10 @@ case "${TYPE^^}" in
exec "${SCRIPTS:-/}start-deployAutoCF" "$@"
;;
MODRINTH)
exec "${SCRIPTS:-/}start-deployModrinth" "$@"
;;
VANILLA)
exec "${SCRIPTS:-/}start-deployVanilla" "$@"
;;