-
Notifications
You must be signed in to change notification settings - Fork 10
Core Modification
Steven Downer edited this page Jan 13, 2015
·
1 revision
- Fork MinecraftForge
[email protected]:MinecraftForge/MinecraftForge.git
- Clone your repository, make sure you initialize the FML submodule with
git clone --recursive {YOUR_GIT_URL}
- Run
git submodule update --init --recursive
in the source folder - Run
gradle setupForge eclipse
- Make your changes to
{FORGE_ROOT}/eclipse/Forge
- Import
{FORGE_ROOT}
as an existing project
Create a new run configuration using the following information
Property | Value |
---|---|
Main class | net.minecraft.launchwrapper.Launch |
Program arguments | --version 1.6 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --accessToken Forge --userProperties {} --username Dev |
VM options | -Xincgc -Xmx1024M -Xms1024M -Djava.library.path="../../build/natives" |
Working directory | ./run (Needs to be created if doesn't exist) |
Module classpath | MinecraftForge (IntelliJ Only) |
- Run
gradle genPatch build
- Grab the binpatches.pack.lzma file from ./MinecraftForge/build/distributions/forge-{VERSION}-universal.jar
- Place the binpatches.pack.lzma file in the modpack.jar for Almura