An open API service indexing awesome lists of open source software.

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

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.