Merge branch 'master' into java15

This commit is contained in:
Geoff Bourne
2021-02-06 14:53:02 -06:00
3 changed files with 17 additions and 9 deletions

View File

@@ -88,6 +88,10 @@ case "${TYPE^^}" in
;;
FORGE)
log "**********************************************************************"
log "WARNING: The image tag itzg/minecraft-server:java8 is recommended"
log " since some mods require Java 8"
log "**********************************************************************"
exec ${SCRIPTS:-/}start-deployForge "$@"
;;