- IntelliJ Idea (2020.3!) or Visual Studio Code/Neovim
- GregTech and AntimatterAPI
git clone --recurse-submodules https://github.com/GregTech-Intergalactical/GregTech
-
Open folder in your editor, import as a gradle project in Idea.
-
Run Minecraft Client configuration to run GTI. You might have to set classpath to GregTech.forge.main or GregTech.fabric.mainNot currently working, use the runClient gradle configurations for forge and fabric submodules instead for now, or run one of these commands: (replace forge with fabric to run fabric side) -
Linux
./gradlew :forge:runClient
- Windows
gradlew :forge:runClient