mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
parent
5835676b7c
commit
ddab96f7ea
1 changed files with 2 additions and 1 deletions
|
@ -422,7 +422,8 @@ public enum Version {
|
|||
MC1151("1.15.1", 575),
|
||||
MC1152("1.15.2", 578),
|
||||
MC1161("1.16.1", 736),
|
||||
MC1162("1.16.2", 751);
|
||||
MC1162("1.16.2", 751),
|
||||
MC1163("1.16.3", 753);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue