From 2e69966a6aa66a7c4f45caa362923c4e5266b591 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 15 Oct 2022 15:19:23 -0500 Subject: [PATCH] Emphasize java 8 requirement for Forge < 1.18 (#1787) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75f84fa0..1164063c 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,8 @@ the server jar remain in the `/data` directory. It is safe to remove those._ ## Running Minecraft server on different Java version +> **For Forge versions less than 1.18, you _must_ use the `java8-multiarch` (or other java8) image tag.** + When using the image `itzg/minecraft-server` without a tag, the `latest` image tag is implied from the table below. To use a different version of Java, please use an alternate tag to run your Minecraft server container. | Tag name | Java version | Linux | JVM Type | Architecture |