Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 737 Bytes

build_instructions.md

File metadata and controls

25 lines (14 loc) · 737 Bytes

Build Instructions:

  • You'll need:
  1. IntelliJ IDEA
  2. GT4R
  • Run git clone --recurse-submodules https://github.com/Trinsdar/GT-4-Renewed

  • Run ./gradlew genIntellijRuns in GregTech root.

  • Import build into i.e. Idea.

  • Ensure project target is Java 8.

  • In Build, Execution, Deployment (under Settings), set Build and run using: Intellij IDEA under Build Tools. This step is crucial to allow hotswapping.

  • IntelliJ does not like my mod setup so use the Gradle run configurations, otherwise antimatter won't be found properly.

  • Run antimatter:runData run configuration(you might have to select antimatter.main as module)

  • Run runData.

  • Run runClient to run GregTech.