Go to file
Cestaberous 0811f05eb3 updates
2015-06-05 10:51:33 -05:00
.gradle updates 2015-06-05 10:51:33 -05:00
.settings updates 2015-06-05 10:51:33 -05:00
bin updates 2015-06-05 10:51:33 -05:00
eclipse updates 2015-06-05 10:51:33 -05:00
gradle/wrapper new computer update 2015-06-05 10:50:23 -05:00
releaseJars added ReleaseJar for 1.2.3 (gandalf99Sword update) 2015-03-20 23:56:41 -04:00
src/main updates 2015-06-05 10:51:33 -05:00
.classpath updates 2015-06-05 10:51:33 -05:00
.project updates 2015-06-05 10:51:33 -05:00
build.gradle updates 2015-06-05 10:51:33 -05:00
build.sh First Stable Build + Added Alchemy base 2015-03-19 20:08:51 -04:00
CREDITS-fml.txt new computer update 2015-06-05 10:50:23 -05:00
forge-1.7.10-10.13.2.1291-changelog.txt Initial Commit 2015-03-19 03:25:12 -04:00
forge-1.7.10-10.13.3.1428-1.7.10-changelog.txt new computer update 2015-06-05 10:50:23 -05:00
gradlew new computer update 2015-06-05 10:50:23 -05:00
gradlew.bat new computer update 2015-06-05 10:50:23 -05:00
LICENSE-fml.txt new computer update 2015-06-05 10:50:23 -05:00
MinecraftForge-Credits.txt new computer update 2015-06-05 10:50:23 -05:00
MinecraftForge-License.txt new computer update 2015-06-05 10:50:23 -05:00
README.txt new computer update 2015-06-05 10:50:23 -05:00

-------------------------------------------
Source installation information for modders
-------------------------------------------
This code follows the Minecraft Forge installation methodology. It will apply
some small patches to the vanilla MCP source code, giving you and it access 
to some of the data and functions you need to build a successful mod.

Note also that the patches are built against "unrenamed" MCP source code (aka
srgnames) - this means that you will not be able to read them directly against
normal code.

Source pack installation information:

Standalone source installation
==============================

To install this source code for development purposes, extract this zip file.
It ships with a demonstration mod. Run 'gradlew setupDevWorkspace' to create
a gradle environment primed with FML. Run 'gradlew eclipse' or 'gradlew idea' to
create an IDE workspace of your choice.
Refer to ForgeGradle for more information about the gradle environment
Note: On macs or linux you run the './gradlew.sh' instead of 'gradlew'

Forge source installation
=========================
MinecraftForge ships with this code and installs it as part of the forge
installation process, no further action is required on your part.

For reference this is version @MAJOR@.@MINOR@.@REV@.@BUILD@ of FML
for Minecraft version @MCVERSION@.

LexManos' Install Video
=======================
https://www.youtube.com/watch?v=8VEdtQLuLO0&feature=youtu.be

For more details update more often refer to the Forge Forums:
http://www.minecraftforge.net/forum/index.php/topic,14048.0.html