Change install.cmd to install.bat, why, cuz people are .... Updated readme to mention needing server and client.

This commit is contained in:
LexManos 2012-08-16 22:57:11 -07:00
parent 11c1cae8b0
commit 8444fa6d3c
2 changed files with 3 additions and 5 deletions

View File

@ -92,11 +92,6 @@ This code follows the Minecraft Forge installation methodology. It will apply
some small patches to your MCP extracted source code, giving you and it access
to some of the data and functions you need to build a successful mod.
It uses the fernflower decompiler to decompile minecraft, and the patches will
only work with fernflower decompiled source. It will attempt to download
fernflower and fail if it cannot. You can also install fernflower manually
if you wish.
Note also that the patches are built against "unrenamed" MCP source code- this
means that you will not be able to read them directly against normal code.
@ -109,6 +104,9 @@ To install this source code for development purposes, extract this zip file
into an mcp installation containing vanilla jars only. It should create a new
folder "fml" inside that installation.
Be sure that you have both vanilla client jars, and the vanilla server jar installed
as per the MCP install instructions. Both are required for FML to run properly.
Once extracted, run the install.sh or install.bat script provided from the fml
directory. It should decompile and patch your MCP source code for the client
and server.

0
fml/install/install.cmd → fml/install/install.bat Executable file → Normal file
View File