mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-03 02:25:24 +00:00
Support ketting hybrid server (#2535)
This commit is contained in:
@@ -234,6 +234,11 @@ case "${TYPE^^}" in
|
||||
exec "${SCRIPTS:-/}start-deployMagma" "$@"
|
||||
;;
|
||||
|
||||
KETTING)
|
||||
evaluateJavaCompatibilityForForge
|
||||
exec "${SCRIPTS:-/}start-deployKetting" "$@"
|
||||
;;
|
||||
|
||||
MOHIST)
|
||||
evaluateJavaCompatibilityForForge
|
||||
exec "${SCRIPTS:-/}start-deployMohist" "$@"
|
||||
|
||||
Reference in New Issue
Block a user