Applied-Energistics-2-tiler.../README.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

2014-09-24 02:30:22 +02:00
Applied Energistics 2
=========================
### Information
[Website](http://ae-mod.info/)
[Latest Releases](http://ae-mod.info/Downloads/)
[IRC #appliedenergistics on esper.net](http://webchat.esper.net/?channels=appliedenergistics&prompt=1)
### Workspace / Building
Clone Repo, make sure you use --recursive.
Download and unzip http://ae-mod.info/assets/CompileDeps.zip into the root folder ( hopefully this is temporary and a better solution is created )
gradle setupDecompWorkspace
gradlew eclipse / idea / build
2014-09-25 17:10:23 +02:00
In order to have FML detect AE from your dev enviornment, add the following VM Option to your run profile
2014-09-25 17:13:24 +02:00
```
2014-09-25 17:10:23 +02:00
-Dfml.coreMods.load=appeng.transformer.AppEngCore
2014-09-25 17:13:24 +02:00
```
2014-09-25 17:10:23 +02:00
2014-09-24 02:30:22 +02:00
### Contributing
Bugfixes and Compatability patches are generally welcome. If you want to contribute something which changes game mechanics, no matter how small, please talk to someone with commit privileges first, its best to remember that those with commit access determine the direction of the mod as a whole.
### License & Copyright
Applied Energistics 2 is (c) 2013 - 2014 AlgorithmX2 and licensed under LGPL v3. See the LICENSE.txt for details or go to http://www.gnu.org/licenses/lgpl-3.0.txt for more information.