mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-09 00:59:44 +03:00
Compare commits
2 commits
ae426b2fd0
...
4a538cde61
Author | SHA1 | Date | |
---|---|---|---|
|
4a538cde61 | ||
|
d9be4bb577 |
2 changed files with 2 additions and 1 deletions
|
@ -15,4 +15,5 @@ private ClientProfileVersions() {
|
|||
public static final ClientProfile.Version MINECRAFT_1_17 = ClientProfile.Version.of("1.17");
|
||||
public static final ClientProfile.Version MINECRAFT_1_18 = ClientProfile.Version.of("1.18");
|
||||
public static final ClientProfile.Version MINECRAFT_1_19 = ClientProfile.Version.of("1.19");
|
||||
public static final ClientProfile.Version MINECRAFT_1_20 = ClientProfile.Version.of("1.20");
|
||||
}
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit 967d6efcaab2d37803cb4e9052d34f7a1cd27497
|
||||
Subproject commit bade21a21b1fb9525c017b9f27a80a2276ff95e3
|
Loading…
Reference in a new issue