From 85e342f8aec0aebf978216018b9621cb14ca4531 Mon Sep 17 00:00:00 2001 From: Progwml6 Date: Mon, 3 Feb 2014 15:38:03 -0500 Subject: [PATCH] update readme and mcmod.info for current info --- README.md | 7 +++++-- resources/mcmod.info | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51230885933..cfea93ec2a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #[Tinkers' Construct](http://www.minecraftforum.net/topic/1659892-tinkers-construct/) -Currently preparing for 1.7. Nothing in master is final; check the 1.6.4 branch for that. +TCon for 1.6.2/1.6.4 is now final and located in the 1.6.x branch Modify all the things, then do it again! Melt down any metals you find. @@ -10,7 +10,10 @@ Turn everything into golems! Install Forge as usual, and setup your IDE as with any other Forge project. Forge Multipart, and CClib must be installed from the Forge File Server: [ForgeMultipart](http://files.minecraftforge.net/ForgeMultipart/). [CClib](http://files.minecraftforge.net/CodeChickenLib/). The DEVELOPMENT version of NEI must be installed to the same directory from [Chicken Bones Site](http://www.chickenbones.craftsaddle.org/Files/New_Versions/links.php). Copy `TCore_dummy.jar` to `forge/mcp/jars/mods/` to enable the Preloader (optional -- only needed when working on the preloader itself) ##Compile from Source -Run gradlew in the repository root: `gradlew[.bat] setupdevworkspace build' +Note: Git MUST be installed and in the system path to use our scripts. +setup: Run [gradle]in the repository root: `gradlew[.bat] [setupDevWorkspace|setupDecompWorkspace] [eclipse|idea]` +build: Run [gradle]in the repository root: `gradlew[.bat] build' +if obscure gradle issues are found try running 'gradlew clean' or/and 'gradlew cleanCache' ##Issue reporting Please include the following: diff --git a/resources/mcmod.info b/resources/mcmod.info index 0b770f28dec..fd8d1d9b585 100644 --- a/resources/mcmod.info +++ b/resources/mcmod.info @@ -10,7 +10,7 @@ "authors": [ "mDiyo", "fuj1n", "ProgWML6", "Sunstrike", "Pillbox" ], - "credits": "Slime Knights, Samtrion, Abculatter_2", + "credits": "Slime Knights, Samtrion, Abculatter_2, Alexbegt", "logoFile": "", "screenshots": [], "parent":"",