mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY] 1.19 support
This commit is contained in:
parent
0b38781858
commit
e8d3232dba
1 changed files with 2 additions and 1 deletions
|
@ -483,7 +483,8 @@ public enum Version {
|
|||
MC1171("1.17.1", 756),
|
||||
MC118("1.18", 757),
|
||||
MC1181("1.18.1", 757),
|
||||
MC1182("1.18.2", 758);
|
||||
MC1182("1.18.2", 758),
|
||||
MC119("1.19", 759);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue