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

Documentation on how to add dependencies to a mod? #19

Open
tulpenkiste opened this issue Apr 7, 2024 · 3 comments
Open

Documentation on how to add dependencies to a mod? #19

tulpenkiste opened this issue Apr 7, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request FoxLoader 2.0 This post is linked to FoxLoader 2.0

Comments

@tulpenkiste
Copy link

tulpenkiste commented Apr 7, 2024

Hi, I've recently tried to add a gradle dependency to one of my mods (dependency being discord4j) and I've noticed that its incredibly unclear on how to add a dependency, even when looking at the gradle plugin.

Is it possible this could be specified (or added if it doesn't already)?

@tulpenkiste
Copy link
Author

tulpenkiste commented Apr 8, 2024

I've managed to get it to recognize a dependency, now it crashes on load on a normal client/server (due to the needed classes from a dependency not existing on libraries/ or the mod file).

@Fox2Code Fox2Code added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 14, 2024
@Fox2Code
Copy link
Owner

@tulpenkiste yeah, I should do something for that.

@tulpenkiste
Copy link
Author

I've managed to get it to recognize a dependency, now it crashes on load on a normal client/server (due to the needed classes from a dependency not existing on libraries/ or the mod file).

Forgot to mention, I did finally manage to do it... utilising one of the worst shell scripts I have ever written.

@Fox2Code Fox2Code added the FoxLoader 2.0 This post is linked to FoxLoader 2.0 label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request FoxLoader 2.0 This post is linked to FoxLoader 2.0
Projects
None yet
Development

No branches or pull requests

2 participants