-
Notifications
You must be signed in to change notification settings - Fork 41
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
Subprojects do not copy common resources on runClient #228
Comments
|
I don't think this is a loom issue, you just need to depend on the right output of the common module, like what happens here: |
That's already present in the buildscripts, yet the issue happens regardless |
Seems like the issue might be that the |
Maybe it isn't a buildscript issue, actually? I have no clue at this point... |
Resources from the common project are not copied into the
build/resources
directories of platform subprojects when running the subprojects' respectiveLOADER/loom/runClient
tasks. This isn't an immediate problem on (neo)forge as mixins are copied by the gradle scripts, but fabric and quilt expect the common mixin json which does not exist for them to use at runtime.Intriguingly, this does not appear to be an issue in the compiled version of the mods—this might be an issue with the template buildscripts specifically? Not sure, tell me if I need to move this issue to that repo if that's the case
The text was updated successfully, but these errors were encountered: