mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FEATURE] Добавлена поддержка 1.16.4 (#420)
This commit is contained in:
parent
fb5609b864
commit
86d3b3365d
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