[ANY][FEATURE] Update modules. Removed mainClass for Cleanroom

In MakeProfileHelper
This commit is contained in:
microwin7 2024-08-12 06:01:08 +03:00
parent 27ebadcd19
commit 31cbfe2919
2 changed files with 1 additions and 4 deletions

View file

@ -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";
}

@ -1 +1 @@
Subproject commit c34aa94997b0a60bbc8526143b7bba07d37af56a
Subproject commit b0b576830b0ecf2e375128b05aaab2fba73ad4ce