1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

Indicate Java 1.20.6 support

This commit is contained in:
Camotoy
2024-04-30 18:50:41 -04:00
parent 59a2c0dc02
commit abb1d7d9e9
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());
}
/**