mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[ANY] Support 1.17.1
This commit is contained in:
parent
0cc47a7b06
commit
b901a5b9e4
1 changed files with 2 additions and 1 deletions
|
@ -487,7 +487,8 @@ public enum Version {
|
||||||
MC1163("1.16.3", 753),
|
MC1163("1.16.3", 753),
|
||||||
MC1164("1.16.4", 754),
|
MC1164("1.16.4", 754),
|
||||||
MC1165("1.16.5", 754),
|
MC1165("1.16.5", 754),
|
||||||
MC117("1.17", 755);
|
MC117("1.17", 755),
|
||||||
|
MC1171("1.17.1", 756);
|
||||||
private static final Map<String, Version> VERSIONS;
|
private static final Map<String, Version> VERSIONS;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Reference in a new issue