gigabit101 / MateriaMuto

A retake on Equivalent Exchange 2.

Home Page:http://www.agilemods.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MateriaMuto Build Status Licence

Currently not stable and under heavy development!
A retake on Equivalent Exchange 2.

###Development You can see our current roadmap here

Clone

The following steps will ensure your project is cloned properly.

  1. git@github.com:AgileMods/MateriaMuto.git
  2. cd MateriaMuto

Setup

Note: If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.

For [Eclipse]

  1. Run gradle setupDecompWorkspace eclipse --refresh-dependencies
  2. Now open up Eclipse and point the project directory to the eclipse folder

For [IntelliJ]

  1. Run gradle setupDecompWorkspace idea --refresh-dependencies
  2. Click File > Import Module and select the MateriaMuto.iml file.

Building

Note: If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.

In order to build MateriaMuto you simply need to run the gradle command. You can find the compiled JAR file in ./build/libs labeled similarly to 'MateriaMuto-x.x.x.jar'.

Contributing

Are you a talented programmer looking to contribute some code? We'd love the help!

  • Open a pull request with your changes, following our guidelines.
  • Please follow the above guidelines for your pull request(s) to be accepted.

About

A retake on Equivalent Exchange 2.

http://www.agilemods.com/

License:MIT License


Languages

Language:Java 100.0%