Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 690 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 690 Bytes

Galacticraft

An advanced space exploration mod for Minecraft.

Building

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

License can be found here: https://github.com/micdoodle8/Galacticraft/blob/master/LICENSE.txt