mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY][FEATURE] Update modules. Removed mainClass for Cleanroom
In MakeProfileHelper
This commit is contained in:
parent
27ebadcd19
commit
31cbfe2919
2 changed files with 1 additions and 4 deletions
|
@ -197,9 +197,6 @@ public static String getMainClassByVersion(ClientProfile.Version version, MakePr
|
|||
if(version.compareTo(ClientProfileVersions.MINECRAFT_1_7_10) == 0) {
|
||||
return "com.gtnewhorizons.retrofuturabootstrap.Main";
|
||||
}
|
||||
if(version.compareTo(ClientProfileVersions.MINECRAFT_1_12_2) == 0) {
|
||||
return "top.outlands.foundation.boot.Foundation"; // Cleanroom
|
||||
}
|
||||
if (findOption(options, MakeProfileOptionLaunchWrapper.class).isPresent()) {
|
||||
return "net.minecraft.launchwrapper.Launch";
|
||||
}
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit c34aa94997b0a60bbc8526143b7bba07d37af56a
|
||||
Subproject commit b0b576830b0ecf2e375128b05aaab2fba73ad4ce
|
Loading…
Reference in a new issue