Merge pull request #563 from Dbarkovski/patch-4

Support 1.18.2
This commit is contained in:
Gravit 2022-03-03 19:51:27 +07:00 committed by GitHub
commit 26835c79bb
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), MC117("1.17", 755),
MC1171("1.17.1", 756), MC1171("1.17.1", 756),
MC118("1.18", 757), 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; private static final Map<String, Version> VERSIONS;
static { static {