Skip to content

Commit

Permalink
Improved deAWT resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Moresteck committed Oct 7, 2024
1 parent 3a90aaa commit 0390d94
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 256 deletions.
2 changes: 1 addition & 1 deletion src/main/java/uk/betacraft/legacyfix/LegacyFixAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ public static void premain(String agentArgs, final Instrumentation inst) {
}

PATCHES.addAll(Arrays.asList(
new PreclassicPatch(),
new DisableControllersPatch(),
new TexturePackFolderPatch(),
new Java6PreclassicPatch(),
new Java6ReferencesPatch(),
new SeecretSaturdayPatch(),
new LWJGLFramePatch(),
new IndevSoundPatch(),
new BetaForgePatch(),
new ModloaderPatch(),
Expand Down
Loading

0 comments on commit 0390d94

Please sign in to comment.