A Version of AE2 for the Cosmic Frontiers modpack, unlimiting, combining, and upgrading many features required for the modpack to fully function. Akin to GTNH-AE2
A Mod about Matter, Energy and using them to conquer the world..
- Website
- Players Guide
- [GitHub] You are here.
The API for Applied Energistics 2. It is open source to discuss changes, improve documentation, and provide better add-on support in general.
Thanks to GTCEu for graciously providing us with a Maven repository.
First of all, you need to add the following repository to your build.gradle:
repositories {
maven {
name "GTCEu Maven"
url "https://maven.gtceu.com/"
content {
includeGroup 'appeng'
}
}
}Then you can add the dependency to your build.gradle:
dependencies {
// For ModDevGradle Users
modImplementation "appeng:appliedenergistics2-forge:$ae2_version"
// For ForgeGradle Users
implementation fg.deobf("appeng:appliedenergistics2-forge:$ae2_version")
}For versioning, add an entry to your gradle.properties file, example:
ae2_version=15.4.7-cosmolite.8An example string would be appeng:appliedenergistics2-forge:15.4.7-cosmolite.8.
Contributions are always welcome and appreciated!
Before contributing major changes, you should probably discuss them with us first,
to waste noone's time.
You can either open an issue or ping kolja_ or ghostipedia in the Cosmic Frontiers Discord
Still want to contribute? Great!
- Fork the repository
- Open a new pull request targeting the
forge/1.20.1branch
- Build check failing? You might have forgotten to run the
spotlessApplytask
- Changes requested by maintainers? Do your best to solve them
- Pull request merged? Congrats and thank you for your contribution!
- Applied Energistics 2 API
- Applied Energistics 2
- Textures and Models
- (c) 2020, Ridanisaurus Rid, (c) 2013 - 2020 AlgorithmX2 et al
- Text and Translations
- Additional Sound Licenses
- Guidebook Click Sound
Downloads can be found on CurseForge or on the official website.
You install this mod by putting it into the minecraft/mods/ folder. It has no additional hard dependencies.
Thanks to
- Notch et al for Minecraft
- Lex et al for MinecraftForge
- AlgorithmX2 for AppliedEnergistics2
- Ridanisaurus Rid for the new 2020 textures
- all contributors