Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Moresteck committed Oct 5, 2024
1 parent 11f87bb commit 686672f
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
<div align="center">
<h1>LegacyFix</h1>
<span>A utility made to patch old and misbehaving versions of Minecraft.</span>
<span>Utility made to patch old and misbehaving versions of Minecraft.</span>
</div>
<br>

![](/.github/img/banner.webp)

## Patches
- [ ] Skins on versions that support them
- [ ] Online mode support
- [ ] Flipped color channels on versions before 13w16a on Silicon Macs
- [x] Skins on versions that support them
- [x] Online mode support
- [x] deAWT - Flipped color channels on versions before 13w16a on Apple Silicon devices
- [x] ModLoader support for Java 9 and later
- [x] Forge for b1.7.3 - b1.8.1
- [x] "Open texture pack folder" button before 1.2-pre on Linux and macOS
- [x] Crash due to broken controllers support with c0.0.14a to 1.2.5
- [ ] Crash on start with Indev and Infdev versions
- [ ] Gray screen on a1.1.1
- [ ] Running Classic/Indev/Infdev versions on MacOS 10.7+
- [ ] Running versions before 13w16a with no dependency on Java AWT/Swing
- [ ] Unnatural clouds on AMD graphics
- [ ] Running Preclassic versions and c0.0.15a-c0.0.16a_02 on Java 5
- [ ] Sound on early Indev versions
- [ ] Joining servers with c0.0.15a
- [ ] Unnecessary duplicates of sound files and assets
- [ ] Offline saving in Classic versions
- [x] Crash on start with Indev and Infdev versions
- [x] Gray screen on a1.1.1
- [x] Running Classic/Indev/Infdev versions on MacOS 10.7+
- [x] Running versions before 13w16a with no dependency on Java AWT/Swing
- [x] BitDepthFix - Unnatural clouds on AMD graphics
- [x] Running Preclassic versions, c0.0.15a-c0.0.16a_02 and b1.3 on Java 5
- [x] Sound on early Indev versions
- [x] Joining servers with c0.0.15a
- [x] Isolated game directory before inf-20100611
- [x] No duplicated assets for each instance
- [x] Offline saving in Classic versions

## Usage
Use the [BetaCraft v2 Launcher](https://github.com/betacraftuk/betacraft-launcher/tree/v2) which includes LF by default,<br>
or apply the javaagent in the launcher of your choice.
or apply the javaagent in the launcher of your choice. Tutorial TBA soon

0 comments on commit 686672f

Please sign in to comment.