A Mod about Matter, Energy and using them to conquer the world..
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.
Applied Energistics 2 crashing, have a suggestion, found a bug? Create an issue now!
Submit New Issue, and wait for feedback!Providing as many details as possible does help us to find and resolve the issue faster and also you getting a fixed version as fast as possible.
Please note that we might close any issue not matching these requirements.
The API for Applied Energistics 2. It is open source to discuss changes, improve documentation, and provide better add-on support in general.
Our authoritative Maven repository is Github Packages, which you can also use in your builds. Use of Github Packages requires special setup to authenticate with your personal access token.
AE2 is also available without authentication from Modmaven. You can use the following snippet as example on how to add a repository to your gradle build file.
repositories {
maven {
name "Modmaven"
url "https://modmaven.dev/"
// For Gradle 5.1 and above, limit it to just AE2
content {
includeGroup 'appeng'
}
}
}
When compiling against the AE2 API you can use gradle dependencies, just add
dependencies {
compileOnly "appeng:appliedenergistics2:VERSION:api"
}
or add the compileOnly line to your existing dependencies task to your build.gradle.
Replace VERSION with the desired one. With 1.15+ we switched to using semver.
It is highly recommended following its specification and further considering an upper bound for the dependency version.
A change of the MAJOR version will be an API break and can lead to various crashes. Better to inform a player about the addon not supporting the new version until it could be tested or updated.
An example string would be appeng:appliedenergistics2:7.0.0-alpha.6:api for the API only or appeng:appliedenergistics2:7.0.0-alpha.6 for the whole mod.
Builds obtained here or via maven should work in a development environment.
However the dependency might need to be wrapped in fg.deobf() like runtimeOnly fg.deobf("appeng:appliedenergistics2:VERSION:api")
git clone git@github.com:AppliedEnergistics/Applied-Energistics-2.git or git clone https://github.com/AppliedEnergistics/Applied-Energistics-2.gitgradlew runData build command. Jar will be in build/libseclipse and potentially genEclipseRunsBefore you want to add major changes, you might want to discuss them with us first, before wasting your time. If you are still willing to contribute to this project, you can contribute via Pull-Request.
The guidelines for contributing contain more detailed information about topics like the used code style and should also be considered.
Here are a few things to keep in mind that will help get your PR approved.
Getting Started
git clone git@github.com:<your username>/Applied-Energistics-2.git or git clone https://github.com/<your username>/Applied-Energistics-2.gitgradlew spotlessApply to apply automatic code formattinggit add -A"7. Push to your forkgit push`
8. Create a Pull-Request on GitHub
9. Wait for review
10. Squash commits for cleaner history
If you are only doing single file pull requests, GitHub supports using a quick way without the need of cloning your fork. Also read up about synching if you plan to contribute on regular basis.
en_US is included in this repository, fixes to typos are welcome.
Files must be encoded as UTF-8.
The language files are located in /src/main/resources/assets/appliedenergistics2/lang/ and use the appropriate locale code as name and .lang as extension.
To update an translation edit the corresponding file and improve/correct the existing entry. Or copy any entries from en_US.lang for missing translation.
To create a new translation, copy the contents of en_US.lang, create a new file with appropriate filename, and translate it to your language.
Please keep in mind that we use String format to pass additional data to the text for displaying.
Therefore you should preserve parts like %s or %1$d%%, which allows us to replace them with the correct values while you still have the option to change their order for match the rules of grammar.
This might not be possible for some languages. Should this be the case, please contact us.
If you have have issues localizing something feel free to contact us on IRC, at #AppliedEnergistics on Esper.net
Thanks to everyone helping out to improve localization of AE2.
Thanks to
$ claude mcp add Applied-Energistics-2 \
-- python -m otcore.mcp_server <graph>