mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-06 08:22:00 +03:00
Add 1.16.4 suport
Add 1.16.4 suport
This commit is contained in:
parent
fb5609b864
commit
790ddccc41
1 changed files with 2 additions and 1 deletions
|
@ -428,7 +428,8 @@ public enum Version {
|
|||
MC1152("1.15.2", 578),
|
||||
MC1161("1.16.1", 736),
|
||||
MC1162("1.16.2", 751),
|
||||
MC1163("1.16.3", 753);
|
||||
MC1163("1.16.3", 753),
|
||||
MC1164("1.16.4", 754);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue