From 4d79646ed6c78ca1051fbd418608bfb434a226de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Tue, 18 Mar 2014 07:00:28 +0100 Subject: [PATCH] adjusted version specific parts in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff15e289a..d772e23be 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ repositories { maven { url = "http://maven.cil.li/" } } dependencies { - compile group: 'li.cil.oc', name: 'OpenComputers', version: 'MC1.6.4-1.2.3.280', classifier: 'api' + compile group: 'li.cil.oc', name: 'OpenComputers', version: 'MC1.7.2-1.2.3.88', classifier: 'api' } ``` Adjust the version number accordingly to the version you'd like to build against. @@ -69,13 +69,13 @@ to setup the workspace, including assets and such, then `gradlew idea` to create an IntellJ IDEA project. -Open the project and you will be asked to import the Gradle project (check your Event Log if you missed the pop-up). Do so. This will configure additionally referenced libraries - at this point CodeChickenLib and ForgeMultipart. Since CCL will download stuff again and you'll get conflicts otherwise, go into the project settings and mark CCL and FMP as "provided" (instead of the default, "compile"). +Open the project and you will be asked to import the Gradle project (check your Event Log if you missed the pop-up). Do so. [api]: https://github.com/MightyPirates/OpenComputers/tree/master/src/main/java/li/cil/oc/api [code conventions]: https://github.com/MightyPirates/OpenComputers/wiki/CodeConventions -[deobf-jar]: http://oc.cil.li/index.php?/page/latest.php?type=deobf +[deobf-jar]: http://oc.cil.li/index.php?/page/latest.php?repo=OpenComputers-MC1.7&type=deobf [forums]: http://oc.cil.li/ [irc]: http://webchat.esper.net/?channels=#oc [issues]: https://github.com/MightyPirates/OpenComputers/issues?state=open