Open Issues Need Help
View All on GitHubAI 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.
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.
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.