CurseForge-Maven-Helper
CurseForge-Maven-Helper copied to clipboard
A small program to work with the curseforge maven, figuring out dependencies and gradle links
THIS NO LONGER WORKS. THERE A BETTER METHOD OF DOING THIS HERE
CurseForge-Maven-Helper
A small program to work with the curseforge maven, figuring out dependencies and gradle links
How to use
- Get the URL of the file you want to use. The file should be in the format of https://minecraft.curseforge.com/projects/examplemod/files/12345
- If you want to have the output be automatically written to your build.gradle, please put the file location in the
Gradle File
input box. (A "browse" box is in the works) - If you want Optional files to be asked, selct the "Include Option Libraries" box
- Press the "Go" button, or press enter
- If you've selected the "Include Option Libraries" and the project being processed has Option Libraries, A gui will come up asking you to select which ones to enter. Select the ones you desire, then either press the "Continue" button, press enter or close the GUI
How to set up in workspace
- Download zip file
- Run
gradlew eclipse
orgradlew idea
- In eclipse, there can be issues with security. This can be solved here
Contributing
If you want to contribute, go ahead. The only requirement I have is that the code has Same-line braces. (egyptian style)