Merge pull request #62 from Pantera07/info/1.20.1

Add version information for 1.20.1
This commit is contained in:
Max 2023-06-13 19:34:16 +03:00 committed by GitHub
commit fb15336b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Symbol `X` means all minor versions.
- [x] 1.17.X - [x] 1.17.X
- [x] 1.18.X - [x] 1.18.X
- [x] 1.19.X - [x] 1.19.X
- [x] 1.20 - [x] 1.20-1.20.1
The server **doesn't** support snapshots. The server **doesn't** support snapshots.

View File

@ -69,6 +69,7 @@ public enum Version {
V1_19_3(761), V1_19_3(761),
V1_19_4(762), V1_19_4(762),
V1_20(763); V1_20(763);
// 1.20.1 has same protocol number
private static final Map<Integer, Version> VERSION_MAP; private static final Map<Integer, Version> VERSION_MAP;
private static final Version MAX; private static final Version MAX;