Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.2 KB

File metadata and controls

26 lines (17 loc) · 1.2 KB

CTNH-Bio

Build

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

Nightly builds are available on the Actions page.

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.