Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 659 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 659 Bytes

EcoCraft

A multi-mod containing all EcoCraft mods!

Contributing

Feel free to speed up development and join the development. Once you have access here's a guide on how to setup your workspace. You must have Gradle installed before you can begin.

First, clone this repository. Run in console or Git Bash:

https://github.com/TimelessModdingTeam/EcoCraft.git

When that's done, go into the directory and run in the console:

gradlew[.bat] setDecompWorkspace

Then for Eclipse:

gradlew[.bat] eclipse

or for IntelliJ IDEA:

gradlew[.bat] idea

Now open the workspace and voilà, you can start contributing!