Skip to content
basdxz edited this page Nov 26, 2019 · 2 revisions

Welcome to the GT5-Unofficial wiki!

Setting up an Intellij development environment

Requirements

Cloning the repository

  1. If you're opening GitKraken for the first time, link it to your github account.
  2. Click 'Clone a repo' inside of GitKraken. fig. 1
  3. Copy https://github.com/GTNewHorizons/GT5-Unofficial into the URL box and select a location for the environment. fig. 2
  4. Open the repository, if it looks something like this you should be golden. fig. 3 fig. 4

Setting up the IntelliJ IDEA

  1. Create a lib folder and copy the MicdoodleCore and CoFHLib into it, the file structure should look like this: fig. 5
  2. Open Intellij, keep the setting default then click 'Open' (using the dracula theme is recommended) fig. 6
  3. Find and select the cloned repository, click ok. Then wait for the loading to fully finish. fig. 7
  4. On the right hand panel, click on Gradle and find runClient under tasks/forgegradle. Right click it then click run. fig. 8
  5. Once you see the loading screen, you should be ready to make changes to the project. fig. 9