Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (34 loc) · 1.68 KB

build_instructions.md

File metadata and controls

50 lines (34 loc) · 1.68 KB

GregTech Intergalactical

Build Instructions

  • 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.main Not 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