Skip to content

Frontiers-PackForge/Applied-Energistics-2-cosmolite

 
 

Repository files navigation

Latest Release

Applied Energistics 2 - Cosmic Frontiers

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

Table of Contents

About

A Mod about Matter, Energy and using them to conquer the world..

Contacts

Applied Energistics 2 API

The API for Applied Energistics 2. It is open source to discuss changes, improve documentation, and provide better add-on support in general.

Working with the mod

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")
}

Latest version

For versioning, add an entry to your gradle.properties file, example:

ae2_version=15.4.7-cosmolite.8

An example string would be appeng:appliedenergistics2-forge:15.4.7-cosmolite.8.

Contributing

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!

Getting started:

  1. Fork the repository
  2. Open a new pull request targeting the forge/1.20.1 branch
  • Build check failing? You might have forgotten to run the spotlessApply task
  1. Changes requested by maintainers? Do your best to solve them
  2. Pull request merged? Congrats and thank you for your contribution!

License

  • Applied Energistics 2 API
    • (c) 2013 - 2020 AlgorithmX2 et al
    • License
  • Applied Energistics 2
    • (c) 2013 - 2020 AlgorithmX2 et al
    • License
  • Textures and Models
  • Text and Translations
    • License
  • Additional Sound Licenses

Downloads

Downloads can be found on CurseForge or on the official website.

Installation

You install this mod by putting it into the minecraft/mods/ folder. It has no additional hard dependencies.

Credits

Thanks to

  • Notch et al for Minecraft
  • Lex et al for MinecraftForge
  • AlgorithmX2 for AppliedEnergistics2
  • Ridanisaurus Rid for the new 2020 textures
  • all contributors

About

Applied Energistics Fork for the Modpack CosmicFrontiers - Unleashing the Limits

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%