Support 1.18.2

Support 1.18.2
This commit is contained in:
XuTpbl_JIuC 2022-03-03 11:51:33 +03:00 committed by GitHub
parent e1f4f76f70
commit b72600656a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -483,7 +483,8 @@ public enum Version {
MC117("1.17", 755),
MC1171("1.17.1", 756),
MC118("1.18", 757),
MC1181("1.18.1", 757);
MC1181("1.18.1", 757),
MC1182("1.18.2", 758);
private static final Map<String, Version> VERSIONS;
static {