mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Добавил 1.14.1 и 1.14.2
This commit is contained in:
parent
3bddccc2c1
commit
2c9a9631f5
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ public enum Version {
|
|||
MC113("1.13", 393),
|
||||
MC1131("1.13.1", 401),
|
||||
MC1132("1.13.2", 402),
|
||||
MC114("1.14", 477);
|
||||
MC114("1.14", 477),
|
||||
MC1141("1.14.1", 480),
|
||||
MC1142("1.14.2", 485);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue