From 31f25cfd1bcb77d0939199510d9846f7ba3b1eea Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 8 Feb 2021 21:15:28 -0600 Subject: [PATCH] Added java8 recommendation to CURSEFORGE / FTB --- start-configuration | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/start-configuration b/start-configuration index e1377fc4..d5d36bcd 100644 --- a/start-configuration +++ b/start-configuration @@ -112,6 +112,10 @@ case "${TYPE^^}" in ;; FTB|CURSEFORGE) + log "**********************************************************************" + log "WARNING: The image tag itzg/minecraft-server:java8 is recommended" + log " since some mods require Java 8" + log "**********************************************************************" exec ${SCRIPTS:-/}start-deployCF "$@" ;;