From af0d16e2cc3c5f9b9f632b2f2102f6a3501509eb Mon Sep 17 00:00:00 2001 From: TacoGS Date: Tue, 23 Apr 2024 21:13:40 -0300 Subject: [PATCH] NOISSUE: Formatting and version changes --- Using-the-right-Java.md | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/Using-the-right-Java.md b/Using-the-right-Java.md index a3531d2..27eada2 100644 --- a/Using-the-right-Java.md +++ b/Using-the-right-Java.md @@ -3,10 +3,12 @@ If you don't know which one and how to get it, read on. After you installed the # Windows -### **Minecraft 24w14a and newer (Java 21)** +### **Minecraft 1.20.5 and newer (Java 21)** Eclipse Temurin: +  + ### **Minecraft 1.17 until 1.20.4 (Java 17)** Pick the JRE versions and make sure to match the architecture with your system, usually x64 (64-bit) @@ -22,7 +24,8 @@ Scroll down until you see the single entry in the table! * Azul: * Microsoft OpenJDK: * Oracle: - + +   ### **Minecraft 1.16 and older (Java 8)** @@ -43,60 +46,55 @@ Eclipse Temurin: -   -# macOS # +# macOS # +**M1/M2/M3 CPU: Native ARM Java is currently not supported on MultiMC and x86_64 packages are required.** -### **Minecraft 24w14a and newer (Java 21)** +For least amount of issues, choose **.pkg** download. +### **Minecraft 1.20.5 and newer (Java 21)** Eclipse Temurin: -### **Minecraft 1.17 until 1.20.4 (Java 17)** +  +### **Minecraft 1.17 until 1.20.4 (Java 17)** Eclipse Temurin: - -For least amount of issues, choose **.pkg** download. -**Native ARM Java is currently not supported on MultiMC and x86_64 packages are required for M1/M2/M3 computers.** - +  ### **Minecraft 1.16 and older (Java 8)** * Go to -* Download the `Mac OS X` package. +* Download the `Mac OS X` package. Make sure to download the x64 as ARM is currently not supported. * Install it.   # Linux -### **Minecraft 24w14a and newer (Java 21)** +### **Minecraft 1.20.5 and newer (Java 21)** `temurin-21-jdk` + ### **Minecraft 1.17 until 1.20.4 (Java 17)** * Ubuntu/Debian derivatives: `openjdk-17-jre` * Arch `jre17-openjdk` * Fedora `java-17-openjdk` * OpenSUSE: `java-17-openjdk` - - - - +  ### **Minecraft 1.16 and older (Java 8)** - * Ubuntu/Debian derivatives: `openjdk-8-jre` * Arch `jre8-openjdk` * Fedora `java-1.8.0-openjdk` * OpenSUSE: `java-1.8.0-openjdk` **Do not choose the headless version as that is designed for servers and not general use.** -