mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FEATURE] Поддержка 1.14
This commit is contained in:
parent
a26311be88
commit
05539133cb
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ public enum Version {
|
|||
MC113("1.13", 393),
|
||||
MC1131("1.13.1", 401),
|
||||
MC1132("1.13.2", 402);
|
||||
MC114("1.14", 477);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue