Skip to content

Commit

Permalink
Update java-version-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aivruu authored Jun 12, 2024
1 parent b66322b commit 72df6cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/java-version-guide.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# How to determinate the Java version to use
Minecraft is made on the Java Programming Language, since the first game version, several Java versions have been used on every newer version,
Minecraft is made on the Java Programming Language, since the first game version several Java versions have been used on every newer version of the game,
including several newer features, or changes to the game code, because of this, has to understand what JDK version must be used depending on the
Minecraft version that's being used. Below there's a list with the Minecraft versions and their JDK releases required to running.
Minecraft version that's being used. Below there's a simple guide with the Minecraft versions and their JDK releases required to running.

- Minecraft 1.8.8 - 1.16.5 -> Java 8.
- Minecraft 1.17.1 - 1.20.2 -> Java 17.
- Minecraft 1.20.6+ -> Java 21.
- Minecraft 1.8.8 to 1.16.5 uses the Java 8 version.
- Minecraft 1.17.1 to 1.20.2 uses the Java 17 version.
- Minecraft 1.20.6 and future versions will use the Java 21 version.

0 comments on commit 72df6cb

Please sign in to comment.