Fix version ranges in VersionType (#3692)

This commit is contained in:
EnZaXD 2024-02-14 09:57:41 +01:00 committed by GitHub
parent e62c4a3f9e
commit f3f7ea7987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ public enum VersionType {
*/
CLASSIC,
/**
* Alpha versions of Minecraft (Alpha 1.0.0 to 1.0.16).
* Alpha versions of Minecraft (Alpha 1.0.0 to 1.0.17).
*/
ALPHA_INITIAL,
/**
* Alpha versions of Minecraft (Alpha 1.0.17 to 1.2.6).
* Alpha versions of Minecraft (Alpha 1.1.0 to 1.2.6).
*/
ALPHA_LATER,
/**