This guide is intended for people wishing to help with the creation of the mod. It assumes you know the basics of git and java.
If you are not planning to make changes to Reborn Core just skip this section
Gradle Settings
dialog from the Gradle tab. Change the Build and run using
and Run tests using
fields to 'IntelliJ IDEA'.File → Project Structure → Project
and set Project compiler output
to $PROJECT_DIR$/outSteps are same as for RC.
Gradle Settings
dialog from the Gradle tab. Change the Build and run using
and Run tests using
fields to 'IntelliJ IDEA'.File → Project Structure → Project
and set Project compiler output
to $PROJECT_DIR$/outSkip this section if you are not going to make changes to RC
File → Project Structure → Modules
then click on + button and select Import Module
Import module from external model
and choose GradleProject Structure
and refresh Gradle projectFile → Project Structure → Modules
then select main
module of TR and go to Dependencies
tab