-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|