Skip to content

Commit

Permalink
update readme and mcmod.info for current info
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Feb 3, 2014
1 parent 5284e4b commit 85e342f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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.
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion resources/mcmod.info
Expand Up @@ -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":"",
Expand Down

0 comments on commit 85e342f

Please sign in to comment.