Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.34 KB

File metadata and controls

31 lines (20 loc) · 1.34 KB

CTNH-Core

Build

Core mod 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
$ ./gradlew :modules:CTNH-Core:build            # To build the mod .jar
$ ./gradlew :modules:CTNH-Core:runData          # To generate data
$ ./gradlew :modules:CTNH-Core:spotlessCheck    # To check code formatting
$ ...

Nightly builds are available on the Actions page.

Credits

License

All code is licensed under the GNU LGPL v3 License.

All artwork (images, textures, models, animations, etc.) is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License, unless stated otherwise.