No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-04 18:30:47 -05:00
.forgejo/workflows ci: publish main and dev artifacts 2026-09-04 18:30:47 -05:00
.github ci: replace legacy actions workflows 2026-09-04 18:22:26 -05:00
codeformat Updated eclipse codeformat 2017-07-22 21:12:53 +02:00
gradle/wrapper Update buildscripts (#354) 2024-01-09 17:47:53 +11:00
src fix: skip rejected imports and bump to 0.57.0 2026-09-04 17:57:28 -05:00
.gitignore Update buildscripts (#354) 2024-01-09 17:47:53 +11:00
build.gradle Push to git 2026-09-03 02:06:28 -05:00
CHANGES.md Update CHANGES.md 2021-08-05 21:36:49 -03:00
dependencies.gradle Push to git 2026-09-03 02:06:28 -05:00
gradle.properties fix: skip rejected imports and bump to 0.57.0 2026-09-04 17:57:28 -05:00
gradlew Update buildscripts (#354) 2024-01-09 17:47:53 +11:00
gradlew.bat Update buildscripts (#354) 2024-01-09 17:47:53 +11:00
LICENSE Added License copy ad code format for eclipse. 2014-09-23 19:53:49 -05:00
README.md Update mod metadata (#344) 2023-12-27 23:46:53 -06:00
settings.gradle Update buildscripts (#354) 2024-01-09 17:47:53 +11:00

Applied Energistics 2 Unofficial Extended Life

Downloads MCVersion GitHub issues GitHub pull requests


About

A maintained fork of a Mod about Matter, Energy and using them to conquer the world.

This project started as a fork of Applied Energistics 2 by PrototypeTrousers, initially addressing issues related to the Nomifactory modpack. It is now being maintained by the AE2 Unofficial Extended Life Team.

See Releases for the compiled jars.

RecipeStages

You need to add the following into a CraftTweaker script:

mods.recipestages.Recipes.setPackageStage("appeng", allStages);

The second argument allows you to customize which stages exactly you want to be craftable with AE2. Not sure why you would do that, but we support that nonetheless!

License

  • Applied Energistics 2 API
    • (c) 2013 - 2018 AlgorithmX2 et al
    • License
  • Applied Energistics 2
    • (c) 2013 - 2018 AlgorithmX2 et al
    • License
  • Textures and Models
    • (c) 2013 - 2018 AlgorithmX2 et al
    • License
  • Text and Translations
    • License

Credits

Special thanks to:

  • PrototypeTrousers for the initial fork
  • Notch et al for Minecraft
  • Lex et al for MinecraftForge
  • AlgorithmX2 for AppliedEnergistics2
  • all contributors