diff options
| author | Giovanni Harting <539@idlegandalf.com> | 2016-05-03 18:13:46 +0200 |
|---|---|---|
| committer | Giovanni Harting <539@idlegandalf.com> | 2016-05-03 18:22:23 +0200 |
| commit | 5ef97bbcf16bedbf04c9092e3d58d897ed5e4a82 (patch) | |
| tree | 61b42075960089ef024a70aaee75b10e5ce8e3eb /build.gradle | |
| parent | 8e198254467d22bfe72d23a91cb1acfbe25761b2 (diff) | |
added JEI
removed some redudant code
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/build.gradle b/build.gradle index 958e99e..3a62b97 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,10 @@ repositories { name = "chickenbones" url = "http://chickenbones.net/maven/" } + maven { + name 'DVS1 Maven FS' + url 'http://dvs1.progwml6.com/files/maven' + } } version = "0.3b" @@ -40,30 +44,11 @@ minecraft { } dependencies { - // you may put jars on which you depend on in ./libs - // or you may define them like so.. - //compile "some.group:artifact:version:classifier" - //compile "some.group:artifact:version" - deobfCompile "codechicken:CodeChickenLib:1.9-2.0.1.21:deobf" deobfCompile "codechicken:CodeChickenCore:1.9-2.0.1.53:deobf" //deobfCompile "codechicken:NotEnoughItems:1.9-${nei_version}:dev" - // real examples - //compile 'com.mod-buildcraft:buildcraft:6.0.8:dev' // adds buildcraft to the dev env - //compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml to the dev env - - // the 'provided' configuration is for optional dependencies that exist at compile-time but might not at runtime. - //provided 'com.mod-buildcraft:buildcraft:6.0.8:dev' - - // the deobf configurations: 'deobfCompile' and 'deobfProvided' are the same as the normal compile and provided, - // except that these dependencies get remapped to your current MCP mappings - //deobfCompile 'com.mod-buildcraft:buildcraft:6.0.8:dev' - //deobfProvided 'com.mod-buildcraft:buildcraft:6.0.8:dev' - - // for more info... - // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html - // http://www.gradle.org/docs/current/userguide/dependency_management.html + deobfCompile "mezz.jei:jei_1.9:3.3.3.197" // compile "tconstruct:TConstruct:1.9-2.2.2.jenkins159:deobf" } |
