mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FEATURE] Support 1.19.3
This commit is contained in:
parent
3c5e25b67f
commit
cc8250d6cf
1 changed files with 2 additions and 1 deletions
|
@ -484,7 +484,8 @@ public enum Version {
|
|||
MC1182("1.18.2", 758),
|
||||
MC119("1.19", 759),
|
||||
MC1191("1.19.1", 760),
|
||||
MC1192("1.19.2", 760);
|
||||
MC1192("1.19.2", 760),
|
||||
MC1193("1.19.3", 761);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue