This commit is contained in:
Gravit 2018-11-03 21:35:47 +07:00
parent c3a040ec25
commit 077c4f4c78
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -30,7 +30,8 @@ public enum Version {
MC1112("1.11.2", 316),
MC1122("1.12.2", 340),
MC113("1.13", 393),
MC1131("1.13.1", 401);
MC1131("1.13.1", 401),
MC1132("1.13.2", 402);
private static final Map<String, Version> VERSIONS;
static {