diff --git a/README.md b/README.md index 1cf4477..1d8197f 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ This mod is compiled using the Forge Mod Loader (FML) mod pack which includes da To compile this mod from the source code provided -1. Install the [1.8-11.14.1.1404](http://adfoc.us/serve/?id=27122855377941) build from MinecraftForge.net or compile using [another dependency version](http://files.minecraftforge.net/) (OTHER VERSIONS OF FORGE ARE CURRENTLY NOT SUPPORTED!) -2. Follow the [Forge Source install instrcutions](http://www.minecraftforge.net/wiki/Installation/Source) and set up the FML pack. -3. Remove the src folder provided by FML and replace it with the src folder from this repository -4. Replace the build.gradle file with the one provided -5. Run the command "gradlew build" from the command window you opened earlier (to run the dev client for testing do gradlew runClient) +1. Clone the repo +2. Open le command line +3. run gradlew setupDevWorkspace +4. run gradlew build +5. BOOM! it'll be in the build/libs folder Happy Hacking!