Leaf's mostly-version-independent mod loader.

3 stars 1 forks 3 watchers Java Apache License 2.0
3 Open Issues Need Help Last updated: Aug 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue describes a debugging problem where stepping into the `Texture.getData()` function results in the debugger's callstack displaying an incorrect line number. This indicates a potential mismatch in line remapping or how debugging symbols are generated and interpreted.

Complexity: 4/5
help wanted question

Leaf's mostly-version-independent mod loader.

Java

AI Summary: Implement a "dry-run" mode for the Leaf mod loader, controlled by a system property (e.g., `leaf.dryRunModInit`). This mode should discover and list all detected mods without actually loading or initializing them, allowing users to verify which mods will be loaded before the game starts. This helps users debug mod loading issues and detect potential malicious behavior.

Complexity: 4/5
enhancement good first issue

Leaf's mostly-version-independent mod loader.

Java

AI Summary: Improve the build workflow for the Leaf mod loader to cache build folders of subprojects (buildSrc, mixinextras, etc.) to avoid redundant rebuilds during subsequent builds.

Complexity: 4/5
good first issue

Leaf's mostly-version-independent mod loader.

Java