Minecraft Forge 1.16.4-35.1.32, with an *ACTUALLY* secure version of Log4j.
Go to file
Marvin Rösch 5da0ac73b9 Update assets to new Forge brand (#3464) 2016-11-30 14:56:31 -08:00
gradle/wrapper Update gradle wrapper to 2.14, reference MC json, and add java6 compat lines to default MDK build.gradle. 2016-08-20 17:11:17 -07:00
jsons Do not install mod_list.json for optional mods. 2016-11-16 21:32:49 -08:00
mdk Small Cleanup in example build.gradle. 2016-10-08 16:26:24 -07:00
patches/minecraft/net/minecraft First pass at exposing data fixers to modders. 2016-11-28 16:05:41 -08:00
src Update assets to new Forge brand (#3464) 2016-11-30 14:56:31 -08:00
.gitattributes Updated the forge logo to a higher-quality GIF file. Closes #2276. 2015-12-30 19:10:33 +03:00
.gitignore 1.9.4 Update. 2016-05-18 03:29:10 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-06-22 17:06:56 -04:00
CREDITS-fml.txt FML is no more. FML has ceased to be. FML's expired and gone to meet its maker. FML's a stiff! Bereft of life, FML rests in peace. 2015-08-01 23:51:40 -04:00
EnergySystems.md Create EnergySystems.md 2016-09-12 20:45:52 -04:00
LICENSE-fml.txt FML is no more. FML has ceased to be. FML's expired and gone to meet its maker. FML's a stiff! Bereft of life, FML rests in peace. 2015-08-01 23:51:40 -04:00
LICENSE-new.txt Update LICENSE-new.txt 2016-04-28 15:24:34 -04:00
MinecraftForge-Credits.txt Step 3: The Rebirth 2013-11-09 21:48:53 -06:00
MinecraftForge-License.txt Small wording change in license to allow for specifc differnet licnense contributions. 2014-04-07 10:01:56 -07:00
Paulscode IBXM Library License.txt Step 3: The Rebirth 2013-11-09 21:48:53 -06:00
Paulscode SoundSystem CodecIBXM License.txt Step 3: The Rebirth 2013-11-09 21:48:53 -06:00
README.md Update readme to be a little more clear. 2016-10-23 14:07:48 -07:00
build.gradle Fix AbstractMethodException in FML Registries. Closes #3427 2016-11-20 16:15:15 -08:00
gradlew Added FG2 buildscript + updated for Gradle 2.4 2015-06-29 21:56:35 -05:00
gradlew.bat Added FG2 buildscript + updated for Gradle 2.4 2015-06-29 21:56:35 -05:00
icon.ico Update assets to new Forge brand (#3464) 2016-11-30 14:56:31 -08:00
l4jManifest.xml Added FG2 buildscript + updated for Gradle 2.4 2015-06-29 21:56:35 -05:00
settings.gradle fixed versioning and stuff 2013-11-10 00:54:57 -06:00

README.md

How to install Forge: For Players

Go to http://files.minecraftforge.net and select the minecraft version you wish to get forge for from the list.

You can download the installer for the Recommended Build or the Lastest build there. Latest builds may have newer features but may be more unstable as a result. The installer will attempt to install forge into your vanilla launcher environment, where you can then create a new profile using that version and play the game!

Here is a short video from Rorax showing how to install and setup Forge.

HOWTO Install Forge

For support and user questions, visit http://www.minecraftforge.net.

How to install Forge: For Modders

If you wish to setup a new mod for Forge, visit http://files.minecraftforge.net and select the MDK download.

This is the Modder Developer Kit - basically, an example mod with all the tooling needed to create a Forge mod workspace ready for use in your IDE of choice.

Here is a short video from @cpw showing how to install and setup the MDK in Intellij.

HOWTO Install MDK

How to install Forge: For those wishing to work on Forge itself

If you wish to actually inspect Forge, submit PRs or otherwise work with Forge itself, you're in the right place! Clone this (either directly, or make a Fork first if you want to make a PR) and run gradlew.bat setupForge or gradlew setupForge. This will download and setup all the bits you need to have a functional Forge workspace.

After that, open a workspace in your favorite IDE and import existing projects the projects folder.

Here is a short video from @cpw showing how to install and setup Forge in Intellij.

HOWTO Install MDK

Pull requests

Pull requests should target the current default branch. Currently, that is the 1.10.x branch for Minecraft 1.10.2.

If you intend to modify a minecraft patch, or add a new one, always run gradlew genPatches to generate your patch and validate that you are not doing anything unexpected in your patch.

Contributor License Agreement

As stated in the (https://github.com/MinecraftForge/MinecraftForge/blob/1.10.x/LICENSE-new.txt) file, we require all contributors to acknowledge the Forge Contributor License Agreement. Please ensure you have a valid email address associated with your github account to do this. If you have previously signed it, you should be OK.