Indicate Java 1.20.6 support

This commit is contained in:
Camotoy 2024-04-30 18:50:41 -04:00
parent 59a2c0dc02
commit abb1d7d9e9
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
3 changed files with 3 additions and 3 deletions

View file

@ -124,7 +124,7 @@ public final class GameProtocol {
* @return the supported Minecraft: Java Edition version names
*/
public static List<String> getJavaVersions() {
return List.of(DEFAULT_JAVA_CODEC.getMinecraftVersion());
return List.of("1.20.5", DEFAULT_JAVA_CODEC.getMinecraftVersion());
}
/**