Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 992 Bytes

File metadata and controls

24 lines (16 loc) · 992 Bytes

CTPP

Build

Compatible mod between GregTech-Modern and Create for the modpack Create: New Horizon (CTNH).

Building

This mod should be built under CTNH-Team/CTNH-Modules repository using Gradle.

$ git clone --recursive https://github.com/CTNH-Team/CTNH-Modules.git 
$ cd CTNH-Modules   # And you may need to update the submodules manually
$ ./gradlew :modules:CTPP:build            # To build the mod .jar
$ ./gradlew :modules:CTPP:runData          # To generate data
$ ./gradlew :modules:CTPP:spotlessCheck    # To check code formatting
$ ...

Nightly builds are available on the Actions page.

License

All code is licensed under the GNU LGPL v3 License.