From 70bf94571dcb803142389234f5f2b10044dca195 Mon Sep 17 00:00:00 2001 From: Sunstrike Date: Wed, 11 Sep 2013 19:47:18 +0100 Subject: [PATCH] Don't mind me, being mildly OCD about formatting... --- README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4a4f8ad2018..05e686a3691 100644 --- a/README.md +++ b/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.