[ANY] Поддержка 1.15.2

This commit is contained in:
Andrew Molchanov 2020-01-31 19:16:11 +03:00 committed by GitHub
parent 0c4263bfa7
commit f12198a9c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,8 @@ public enum Version {
MC1143("1.14.3", 490), MC1143("1.14.3", 490),
MC1144("1.14.4", 498), MC1144("1.14.4", 498),
MC115("1.15", 573), MC115("1.15", 573),
MC1151("1.15.1", 575); MC1151("1.15.1", 575),
MC1151("1.15.2", 578);
private static final Map<String, Version> VERSIONS; private static final Map<String, Version> VERSIONS;
static { static {