mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-08 17:31:53 +03:00
commit
26835c79bb
1 changed files with 2 additions and 1 deletions
|
@ -483,7 +483,8 @@ public enum Version {
|
||||||
MC117("1.17", 755),
|
MC117("1.17", 755),
|
||||||
MC1171("1.17.1", 756),
|
MC1171("1.17.1", 756),
|
||||||
MC118("1.18", 757),
|
MC118("1.18", 757),
|
||||||
MC1181("1.18.1", 757);
|
MC1181("1.18.1", 757),
|
||||||
|
MC1182("1.18.2", 758);
|
||||||
private static final Map<String, Version> VERSIONS;
|
private static final Map<String, Version> VERSIONS;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Reference in a new issue