Add version information for 1.20.1

Add version information for 1.20.1
This commit is contained in:
Pantera (Mad_Daniel) 2023-06-13 00:08:20 +09:00 committed by GitHub
parent b301617f99
commit ddb27d421b
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.18.X
- [x] 1.19.X
- [x] 1.20
- [x] 1.20-1.20.1
The server **doesn't** support snapshots.

View File

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