mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
commit
9cc1cf5feb
1 changed files with 2 additions and 1 deletions
|
@ -481,7 +481,8 @@ public enum Version {
|
||||||
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);
|
MC1171("1.17.1", 756),
|
||||||
|
MC118("1.18", 757);
|
||||||
private static final Map<String, Version> VERSIONS;
|
private static final Map<String, Version> VERSIONS;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Reference in a new issue