You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 therun/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.
The text was updated successfully, but these errors were encountered: