Перейти к содержимому
Mineforgian

LiteloaderLoader

A Loader for your Liteloader

Загрузки
1K
Подписчики
3
Обновлён
28 августа 2025 г.
Лицензия
LGPL-3.0-only

Опубликован 19 апреля 2025 г.

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's use of COMPUTE_FRAMES in its class transforming is unsafe, occasionally loading classes that are not fully initialized. This replaces LiteLoader's usage of ObjectWeb's ClassWriter with a custom SafeClassWriter, which ensures safe frame computation.

Unrelated fixes:

  • Any mod extending from VoxelCommonLiteMod on non-Windows platforms, replacing its use of the TEMP environment variable with java.io.tmpdir.
  • Angelica's HUD Caching module not throwing several pre/postrender events causing mods like VoxelMap not to render.
  • Macro Keybind Mod spamming the logfile with errors under lwjgl3ify due to missing fields.

Other minor changes or improvements:

  • The LiteLoader progress bar has been reimplemented with a Forge progress bar while modloading.
  • LiteLoader mods are added to the ingame mod list
  • Branding is added to the main menu to show mod count similar to Forge

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

Installation

See INSTALLATION.md

Requirements

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

Центр версий

1 из 4
  • Релиз27 КБ

Ченджлог

v0.1.1Релиз1.7.10 · 28 августа 2025 г.
  • Reimplements the LiteLoader mod initialization progress bar with a Forge progress bar
  • Adds LiteLoader mods to the ingame mod list
  • Adds LiteLoader branding on the main menu to show mod counts
  • Configuration options to disable all optional transformers
v0.1.0Релиз1.7.10 · 25 августа 2025 г.

Fixes the root issue with Liteloader and replaces the default ClassWriter with a custom SafeClassWriter, fixing various other issues.

v0.0.9Релиз1.7.10 · 30 июля 2025 г.

Fixes compatibility issues on non-Windows operating systems for mods that extend VoxelCommonLiteMod

v0.0.8Релиз1.7.10 · 30 июля 2025 г.

v0.0.8 has been released to probably fix compatibility with a bunch of stuff

Features:

  • Fixes ClassOverlayTransformer
  • Fixes Liteloader's event handling, instead of reimplementing it myself
  • Fixes the Liteloader chicken icon on the main menu

Bugfix/Compat:

  • MacroKeybinds no longer spams the console with exceptions
  • Angelica properly (continues) to throw all render events with HUD Caching enabled

Комментарии

Загружаем…