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.
Meteorite loot is now handled through loot tables, allowing pack developers to customize and/or replace it.
See the README in loot for more details.
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!
- Applied Energistics 2 API
- Applied Energistics 2
- Textures and Models
- Text and Translations
Special thanks to:
- PrototypeTrousers for the initial fork
- Notch et al for Minecraft
- Lex et al for MinecraftForge
- AlgorithmX2 for AppliedEnergistics2
- all contributors