mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
1.13.2
This commit is contained in:
parent
c3a040ec25
commit
077c4f4c78
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue