Magma is an API that extends Minecraft Forge to easier deliver content through addons. It is licensed under the MIT License
If you are using Git, use this command to clone the project: git clone [email protected]:ObsidianBox/Magma.git
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
For Eclipse
- Run
gradle setupDecompWorkspace --refresh-dependencies
- Make sure you have the Gradle plugin installed (Help > Eclipse Marketplace > Gradle Integration Plugin)
- Import Magma as a Gradle project (File > Import)
- Select the root folder for Magma and click Build Model
- Check Magma when it finishes building and click Finish
For IntelliJ
- Run
gradle setupDecompWorkspace --refresh-dependencies
- Make sure you have the Gradle plugin enabled (File > Settings > Plugins).
- Click File > Import Module and select the build.gradle file for Magma.
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
In order to build Magma you simply need to run the gradle
command.
Are you a talented programmer looking to contribute some code? We'd love the help!
- Open a pull request with your changes, following our guidelines and coding standards.
- Please follow the above guidelines and requirements for your pull request(s) to be accepted.
Love the project? Feel free to donate to help continue development! Magma is open-source and powered by community members, like yourself. Without you, we wouldn't be here today!
A dependency was added, but my IDE is missing it! How do I add it?
If a new dependency was added, you can just restart your IDE and the Gradle plugin for that IDE should pull in the new dependencies.
Help! Things are not working!
Some issues can be resolved by deleting the '.gradle' folder in your user directory and running through the setup steps again, or even running
gradle cleanCache
and running through the setup again. Otherwise if you are having trouble with something that the README does not cover, feel free to join our IRC channel and ask for assistance.