Core mod of the Applied Energistics for the modpack Create: New Horizon (CTNH).
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-Energy:build # To build the mod .jar
$ ./gradlew :modules:CTNH-Energy:runData # To generate data
$ ./gradlew :modules:CTNH-Energy:spotlessCheck # To check code formatting
$ ...Nightly builds are available on the Actions page.
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.
textures/block/casings/assembler_matrix_frame.png and textures/block/casings/assembler_matrix_frame_ctm.png are derivative work based on textures from ExpandedAE and are subject to the GNU LGPL v3 license of ExpandedAE.
- The implementation of smart blocking mode of pattern provider referenced ExpandedAE
- The implementation of Quantum Computer referenced AdvancedAE
- The implementation of AppEU referenced Applied Flux
- Applied Energistics 2
- GregTech-Modern
- The implementation of ME Advanced Pattern Buffer is based on ProgrammedCircuitCard