Skip to content

Commit

Permalink
Re-arrange entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtnt committed May 10, 2024
1 parent 0babd31 commit 560a9e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ public LibraryStatus getStatus() {
LibraryAnalyzer.FORGE_BOOTSTRAP_MAIN
));

public static final VersionRange<VersionNumber> FORGE_OPTIFINE_BROKEN_RANGE = VersionNumber.between("48.0.0", "49.0.50");

public static final String[] FORGE_TWEAKERS = new String[]{
"net.minecraftforge.legacy._1_5_2.LibraryFixerTweaker", // 1.5.2
"cpw.mods.fml.common.launcher.FMLTweaker", // 1.6.1 ~ 1.7.10
Expand All @@ -369,6 +371,4 @@ public LibraryStatus getStatus() {
"optifine.OptiFineForgeTweaker"
};
public static final String LITELOADER_TWEAKER = "com.mumfrey.liteloader.launch.LiteLoaderTweaker";

public static final VersionRange<VersionNumber> FORGE_OPTIFINE_BROKEN_RANGE = VersionNumber.between("48.0.0", "49.0.50");
}

0 comments on commit 560a9e9

Please sign in to comment.