Skip to content

Commit

Permalink
Don't mind me, being mildly OCD about formatting...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunstrike committed Sep 11, 2013
1 parent 1de8fb4 commit 30f4683
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions README.md
@@ -1,22 +1,27 @@
Tinkers' Construct
http://www.minecraftforum.net/topic/1659892-tinkers-construct/
#[Tinkers' Construct](http://www.minecraftforum.net/topic/1659892-tinkers-construct/)

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

To compile from source: use apache ant(http://ant.apache.org/bindownload.cgi)
run ant in the tinkers construct directory
##Compile from Source
Run [Apache Ant](http://ant.apache.org/bindownload.cgi) in the repository root: `ant package`

For all issue reporting; please include the following:
* Minecraft Version
* TinkersConstruct Version
* Forge Version
* Versions of any mods related to the issue
* If there is a crash involved, describe how you got it to crash and the forge crash log
* Any relevant screenshots are greatly appreciated.
##Issue reporting
Please include the following:

* Minecraft version
* TinkersConstruct version
* Forge version/build
* Versions of any mods potentially related to the issue
* Any relevant screenshots are greatly appreciated.
* For crashes:
* Steps to reproduce
* ForgeModLoader-client-0.log (the FML log) from the root folder of the client

Most code is public domain under Creative Commons 0: http://creativecommons.org/publicdomain/zero/1.0/
Textures and binaries are licensed under Creative Commons 3: http://creativecommons.org/licenses/by/3.0/
Any alternate licenses are noted where appropriate
##Licenses
Most code is public domain under [Creative Commons 0](http://creativecommons.org/publicdomain/zero/1.0/).

Textures and binaries are licensed under [Creative Commons 3](http://creativecommons.org/licenses/by/3.0/).

Any alternate licenses are noted where appropriate.

0 comments on commit 30f4683

Please sign in to comment.