https://github.com/su5ed/legacyfix
Fixes some old mods to work on the new launcher
https://github.com/su5ed/legacyfix
asm minecraftforge
Last synced: about 1 month ago
JSON representation
Fixes some old mods to work on the new launcher
- Host: GitHub
- URL: https://github.com/su5ed/legacyfix
- Owner: Su5eD
- License: mit
- Created: 2021-05-23T13:34:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T12:39:19.000Z (about 3 years ago)
- Last Synced: 2025-03-15T08:55:38.361Z (about 1 year ago)
- Topics: asm, minecraftforge
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LegacyFix
Fixes some old mods to work on the new launcher.
This is a coremod, and thus must be put into the **coremods** folder to load.
### NEI
`TMIUninstaller#getJarFile` searches for `minecraft.jar` on the classpath, which doesn't exist on the modern
launcher. This results in a `NullPointerException` and prevents NEI from loading.
### Skins
Patches skin display using Minecraft's official APIs.