README.txt edited online with Bitbucket
This commit is contained in:
36
README.txt
36
README.txt
@@ -1,37 +1,17 @@
|
|||||||
-------------------------------------------
|
=========================
|
||||||
Source installation information for modders
|
FORGECRAFT
|
||||||
-------------------------------------------
|
=========================
|
||||||
This code follows the Minecraft Forge installation methodology. It will apply
|
The development of this mod is for the sole purpose of providing an avenue to learn and apply new knowledge in java. I have been working on this mod publicly since December, which was the time of its first release. I have, however, been working on this mod privately for about 3 years going into 4. Feel free to contact me on my forum thread with questions, comments, concerns etc. I appreciate all feedback!
|
||||||
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
|
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2296334-wip-kitsus-forgecraft-blacksmith-style-forging
|
||||||
srgnames) - this means that you will not be able to read them directly against
|
|
||||||
normal code.
|
|
||||||
|
|
||||||
Source pack installation information:
|
Thanks and Enjoy!
|
||||||
|
|
||||||
Standalone source installation
|
|
||||||
==============================
|
|
||||||
|
|
||||||
|
Forge source installation
|
||||||
|
=========================
|
||||||
To install this source code for development purposes, extract this zip file.
|
To install this source code for development purposes, extract this zip file.
|
||||||
It ships with a demonstration mod. Run 'gradlew setupDevWorkspace' to create
|
It ships with a demonstration mod. Run 'gradlew setupDevWorkspace' to create
|
||||||
a gradle environment primed with FML. Run 'gradlew eclipse' or 'gradlew idea' to
|
a gradle environment primed with FML. Run 'gradlew eclipse' or 'gradlew idea' to
|
||||||
create an IDE workspace of your choice.
|
create an IDE workspace of your choice.
|
||||||
Refer to ForgeGradle for more information about the gradle environment
|
Refer to ForgeGradle for more information about the gradle environment
|
||||||
Note: On macs or linux you run the './gradlew.sh' instead of 'gradlew'
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user