Download LiteloaderLoader — Minecraft Mods — ModStock

LiteloaderLoader

Active

Downloads

0

Last update

4 weeks ago

Versions

1.7.10
Client
Forge
Libraries
Utils

LiteloaderLoader

This mod is a transformer and reimplementation of part of Liteloader for 1.7.10 to allow it to run alongside modern frameworks and mods, like RetroFuturaBootstrap and Angelica.

Information

Liteloader uses an old version of objectweb ASM for its class transforming. It, specifically its use of COMPUTE_FRAMES, makes it incompatible with some modern mods. To fix this, LiteloaderLoader strips out all references to objectweb ASM and replaces them with spongepowered ASM.

Additionally, Liteloader uses the old obfuscated mappings, which stops it from being loaded in RFB. The problematic injections are replaced with mixins and the old injections are removed.

Liteloader's progress bar has been replaced with a Forge progress bar extension, as the default one has some graphical issues with combined with Forge's.

Note: This is not a full replacement for Liteloader, it is designed to run alongside it. You still need Liteloader itself.

Requirements

  • Liteloader being run as a mod, not installed separately alongside Forge (eg. through the Versions tab in MultiMC or its derivatives)
  • unimixins

Not Implemented

  • For some reason, Liteloader unsets the final field on all fields in Block.class and Item.class. I'm not sure if this is necessary, so currently I'm not doing it.
  • Liteloader standalone installs, as opposed to being loaded via Forge as a mod.
Project members
Midnight145

Midnight145

Developer