This repository holds the code to the Forge Mod Loader (FML) and utilities to help make mods.
- You must have a JDK installed, for this project preferably JDK 8.
Once you have those it's quite simple, clone this project in your IDE of choice. We recommend Intellij IDEA but Eclipse is fine.
- Import the project into Gradle
- Run the gradle
setup
task from theforgegradle
tasks group - Add the
projects
folder as another project in your IDE of choice. In Intellij IDEA this is through the plus sign in the Gradle tab - Once you have completed all of these steps you're done! Happy modding :)
Well since Forge uses patches it is a different process, but it is very easy!
Just run the genForgePatches
task from the forgegradle
task group.
- When contributing, make sure to read the Contribution Guide