- You'll need:
- IntelliJ IDEA
- GregTech
-
Run git clone --recurse-submodules https://github.com/GregTech-Intergalactical/GregTech
-
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.
-
Uncomment remap! = false in all mixins. (Added ! so you can search and replace for remap! = false to /* remap! = false)) if you are using Intellij.
-
Run antimatter:runData run configuration(you might have to select antimatter.main as module)
-
Run runData.
-
Run runClient to run GregTech.
-
Should Intellij give you tons of missing class errors, go to File -> Invalidate and Restart and invalidate.