- Download the latest Minecraft Forge src distribution.
- Extract the Forge src zip file, cd inside the extracted Forge src directory, and run the appropriate Gradle commands to setup your dev environment (Help).
- Clone this git repo to whatever location you like.
- Open the project Gradle generated for you using your IDE of choise.
- Link the java and resources folders under src/main in your ExtrabiomesXL local git clone as source folders.
- Replace the build.gradle file in your forge src directory root with the one from ExtrabiomesXL. Be sure to copy build.properties to the same location as well.
If you have Gradle installed on your system, cd to the Forge src directory root, and run the command
gradle build
If you do not have Gradle installed, run the bundled Gradle wrapper which came with Forge by running
gradlew.bat build
On Windows. If you're on Linux/OS X, run
gradlew build
The generated build will be found under build/lib
The ExtrabiomesXL Mod for Minecraft
ExtrabiomesXL by The ExtrabiomesXL Team is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.