Minecraft Forge 1.16.4-35.1.32, with an *ACTUALLY* secure version of Log4j.
Go to file
AbrarSyed cdbdd0d6fb fixed versioning and stuff 2013-11-10 00:54:57 -06:00
fml@a6dc03aa7e Step 3: The Rebirth 2013-11-09 21:48:53 -06:00
patches/minecraft/net/minecraft Merge pull request #852 from MinecraftForge/breakevent 2013-11-09 00:43:58 -08:00
src/main Step 2: The Reformation 2013-11-09 15:57:08 -06:00
.gitattributes Step 2: The Reformation 2013-11-09 15:57:08 -06:00
.gitignore Step 2: The Reformation 2013-11-09 15:57:08 -06:00
.gitmodules Update submodule 2013-03-03 22:45:09 -05:00
MinecraftForge-Credits.txt Step 3: The Rebirth 2013-11-09 21:48:53 -06:00
MinecraftForge-License.txt Step 3: The Rebirth 2013-11-09 21:48:53 -06: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.txt Step 3: The Rebirth 2013-11-09 21:48:53 -06:00
build.gradle fixed versioning and stuff 2013-11-10 00:54:57 -06:00
eclipse-workspace-dev.zip Step 3: The Rebirth 2013-11-09 21:48:53 -06:00
gradlew Step 3: The Rebirth 2013-11-09 21:48:53 -06:00
gradlew.bat Step 3: The Rebirth 2013-11-09 21:48:53 -06:00
settings.gradle fixed versioning and stuff 2013-11-10 00:54:57 -06:00

README.txt

*** HOW TO INSTALL ***
For Mod Users:

Copy all files from this zip to your minecraft.jar, thats it.
Thats it, you're done, during first run FML will download all needed libraries for you.

For Mod Devs:

The install scripts should take care of everything for you, you do NOT need to 
have MCP installed before running install.cmd/sh as Forge will download it for you.

Just start the install.cmd/.sh, MCForge will install itself into the proper
locations and copy all needed files, as well as modifying the needed baseclasses.

Forge also includes a snapshot of the MCP mapings, this may not be the current 
version of the mapings. But you must use the provided mapings in order for the 
patch files to work together.


Requirements:
  You must ahve a JDK installed and accessible, there is a big in java 1.6_21 that 
  causes compile errors, just update your jdk to fix them.

For Mac users: 
  It should automatically set the execution bits on mcp/runtime/bin/astyle-osx, 
  if it does not, please do so manually: chmod +x mcp/runtime/bin/astyle-osx
  
For Linux users:
  Astyle is required for the patches to apply properly, so either install wine, or astyle
  Instalation instructions are distro specific, so I can not give them here.