An advanced space exploration mod for Minecraft.
To setup a development environment and build the mod, you must just clone this repo and run the command gradlew setupDecompWorkspace
Run the appropriate command to create the project for the Java IDE you want to use. This would either be gradlew eclipse
or gradlew idea
Make your changes to the code, if any.
Run the command gradlew build packCoreJar packPlanetsJar PackMicCoreJar
and fetch your built jar files from build/libs/
Repeat the previous two steps as needed.
License can be found here: https://github.com/micdoodle8/Galacticraft/blob/master/LICENSE.txt