Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eclipse debug profiles dont run Gradle task processResources #1144

Open
rikka0w0 opened this issue Jul 14, 2024 · 0 comments
Open

Eclipse debug profiles dont run Gradle task processResources #1144

rikka0w0 opened this issue Jul 14, 2024 · 0 comments

Comments

@rikka0w0
Copy link

As the title suggests, Eclipse debug profiles run Minecraft directly (launch the entry class). If the version and dependency strings in fabric.mod.json require substitution, the Fabric loader will complain about unsatisfied dependencies.

The current workaround is to add a fabric_loader_dependencies.json to the run/config folder. However, it does not work in the "runData" mode.

My suggestion is to create a launch group that runs some Gradle tasks first to perform the substitution, then start the Eclipse debug profile to start the entry class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant