mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FEATURE] 1.16.5
This commit is contained in:
parent
b8ca4daadf
commit
7f86d65d9c
1 changed files with 2 additions and 1 deletions
|
@ -449,7 +449,8 @@ public enum Version {
|
|||
MC1161("1.16.1", 736),
|
||||
MC1162("1.16.2", 751),
|
||||
MC1163("1.16.3", 753),
|
||||
MC1164("1.16.4", 754);
|
||||
MC1164("1.16.4", 754),
|
||||
MC1165("1.16.5", 754);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue