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
2 changed files with 2 additions and 1 deletions

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;