A Mod about Matter, Energy and using them to conquer the world..
This project is a GTNH fork of Applied Energistics 2 for Minecraft 1.7.10
CI builds are available at Jenkins.
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.
git clone git@github.com:GTNewHorizons/Applied-Energistics-2-Unofficial.git
or git clone https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial.git
gradlew setupDecompWorkspace
gradlew setupDevWorkspace
gradlew build
. Jar will be in build/libs
gradlew genIntellijRuns
afterwardsgradlew eclipse
-Dfml.coreMods.load=appeng.transformer.AppEngCore
Before 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.git
git add -A
git commit -m "<summery of made changes>"
git push
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.
The API for Applied Energistics 2. It is open source to discuss changes, improve documentation, and provide better add-on support in general.
Development and standard builds can be obtained at GTNH Jenkins too.
When compiling against the AE2 API you can use gradle dependencies, just add
dependencies {
compile "appeng:appliedenergistics2:rv_-_____-__:dev"
}
or add the compile line to your existing dependencies task to your build.gradle
Where the __ are filled in with the correct version criteria; AE2 is available from the default forge maven so no additional repositories are necessary.
An example string would be appeng:appliedenergistics2:rv2-alpha-30:dev
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