aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorDetrav <witalyezep@gmail.com>2016-03-19 09:08:23 +0300
committerDetrav <witalyezep@gmail.com>2016-03-19 09:08:23 +0300
commitc0db9cb3ceafd2d7c573ebe07bba1681ac9422b5 (patch)
tree4644ac250d65b04eaa25b3dc4ae197c78dacace0 /README.txt
parent108f9786404ccd2535aebe9ec980cb600f394853 (diff)
downloadGT5-Unofficial-c0db9cb3ceafd2d7c573ebe07bba1681ac9422b5.tar.gz
GT5-Unofficial-c0db9cb3ceafd2d7c573ebe07bba1681ac9422b5.tar.bz2
GT5-Unofficial-c0db9cb3ceafd2d7c573ebe07bba1681ac9422b5.zip
Inited
now backup
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000000..744ba3b6ee
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,37 @@
+-------------------------------------------
+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