This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code. Unacceptable behavior can be reported to uSkizzik#3576 in Discord.
The project can be set up very easily and it's mostly like setting up a new Forge project.
- Fork the Repository.
- Open with preferred IDE.
- Generate the runs by running one of the following commands (depending on your IDE) in the terminal.
- Eclipse:
gradlew genEclipseRuns
- IntelliJ IDEA:
gradlew genIntellijRuns
- Visual Studio Code:
gradlew genVSCodeRuns
- Eclipse:
- Start runData to generate the tags, models and etc.
- Modify the project to your heart's content.
Please follow these steps to have your contribution considered by the maintainers:
- Follow the instructions in the template.
- Follow the styleguides.
- After you submit your pull request, verify that all status checks are passing