mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
parent
15a0de33ce
commit
46ce073a1f
1 changed files with 2 additions and 1 deletions
|
@ -410,7 +410,8 @@ public enum Version {
|
||||||
MC115("1.15", 573),
|
MC115("1.15", 573),
|
||||||
MC1151("1.15.1", 575),
|
MC1151("1.15.1", 575),
|
||||||
MC1152("1.15.2", 578),
|
MC1152("1.15.2", 578),
|
||||||
MC1161("1.16.1", 736);
|
MC1161("1.16.1", 736),
|
||||||
|
MC1162("1.16.2", 739);
|
||||||
private static final Map<String, Version> VERSIONS;
|
private static final Map<String, Version> VERSIONS;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Reference in a new issue