Skip to content

Commit

Permalink
update readme to reflect gradle setup
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Nov 27, 2013
1 parent 08c4c38 commit 04cc69b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,14 +1,14 @@
#[Tinkers' Construct](http://www.minecraftforum.net/topic/1659892-tinkers-construct/)

Modify all the things, then do it again!
Modify all the things, then do it again!
Melt down any metals you find.
Turn everything into golems!

##Development
Install Forge as usual, and setup your IDE as with any other Forge project. Forge Multipart, and CClib must be installed to `forge/mcp/jars/mods/` 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)
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 [Apache Ant](http://ant.apache.org/bindownload.cgi) in the repository root: `ant package`
Run gradlew in the repository root: `gradlew[.bat] setupdevworkspace build'

##Issue reporting
Please include the following:
Expand Down

0 comments on commit 04cc69b

Please sign in to comment.