-
Notifications
You must be signed in to change notification settings - Fork 24
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
Alternative for minecraftLibrary
#12
Comments
minecraftLibrary
minecraftLibrary
Does |
No, it complains about all classes from the libraries missing when trying to run the game. EDIT: Same for gradle sub projects like shown here https://github.com/neoforged/MDK/blob/ab3c7e49df21e46f5d316added8e1c5afc334ee0/build.gradle#L100 I only get subprojects to get included on the runtime when doing tasks.withType(JavaCompile).configureEach {
source(project(':otherproject').sourceSets.main.allSource)
... This does not seem to work runs {
client {
modSource project(':otherproject').sourceSets.main
... |
Historically this could be done by overwriting the However, |
This hurts my ability to do stuff too, I'd love to see a fix asap really, as I'm not sure I can properly port - I mean, I'd love for my IDE to be able to test, even though this doesn't affect runtime for me. |
This should be addressed by #52. |
There does not seem to be an alternative for
minecraftLibrary
in NG7.Is there any way to get libraries working in the development runtime?
The text was updated successfully, but these errors were encountered: