diff options
| author | Giovanni Harting <539@idlegandalf.com> | 2018-02-08 19:37:21 +0100 |
|---|---|---|
| committer | Giovanni Harting <539@idlegandalf.com> | 2018-02-08 19:37:21 +0100 |
| commit | 17ae55c35992829bf377ac5bc0741b234cb90bda (patch) | |
| tree | 3608c15d29184573dd7dc562d62f26bb9a8de385 /build.gradle | |
| parent | 1c07cfc5ee463bf7b95e7d4814526c15007f9c87 (diff) | |
1.12.2; not well tested; book integration still broken
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index a81cbee..5fd4272 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } } dependencies { - classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT' + classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT' classpath 'gradle.plugin.com.matthewprenger:CurseGradle:1.0.8' } } @@ -64,9 +64,9 @@ task buildInfo { version = project.buildInfo.revision minecraft { - version = "1.11.2-13.20.1.2386" + version = "1.12.2-14.23.2.2611" runDir = "run" - mappings = "snapshot_20170612" + mappings = "snapshot_20170801" replace '@VERSION@', project.version } @@ -78,10 +78,10 @@ dependencies { //deobfCompile "codechicken:CodeChickenLib:1.9.4-2.0.2.39:deobf" //deobfCompile "codechicken:CodeChickenCore:1.9.4-2.0.3.65:deobf" //deobfCompile "codechicken:NotEnoughItems:1.9-${nei_version}:dev" - deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.1.+:deobf" + deobfCompile "slimeknights.mantle:Mantle:1.12-1.3.+:deobf" //Old: deobfCompile "slimeknights.mantle:Mantle:1.9-0.10.0.jenkins132:deobf" - deobfCompile "mezz.jei:jei_1.11.2:4.+" - deobfCompile "slimeknights:TConstruct:1.11.2-2.7.+:deobf" + deobfCompile "mezz.jei:jei_1.12.2:4.+" + deobfCompile "slimeknights:TConstruct:1.12.2-2.9.+:deobf" //compile files('libs/TConstruct-1.9-2.3.1.DEV.1d4c1de-deobf.jar') //compile group: 'com.google.guava', name: 'guava', version: '20.0' } |
