Update forge and move off gradle RC

This commit is contained in:
modmuss50 2017-06-19 11:16:00 +01:00
parent 7eaef93136
commit 2c9e08bd63
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
4 changed files with 7 additions and 7 deletions

View file

@ -89,7 +89,7 @@ if (ENV.BUILD_NUMBER) {
} }
minecraft { minecraft {
version = "1.12-14.21.0.2327" version = "1.12-14.21.0.2335"
mappings = "snapshot_20170615" mappings = "snapshot_20170615"
replace "@MODVERSION@", project.version replace "@MODVERSION@", project.version
useDepAts = true useDepAts = true
@ -111,7 +111,7 @@ dependencies {
} }
deobfCompile "mezz.jei:jei_1.12:+" deobfCompile "mezz.jei:jei_1.12:+"
compile "mcp.mobius.waila:Hwyla:+" compile "mcp.mobius.waila:Hwyla:+"
compile "net.darkhax.tesla:Tesla:1.11-1.3.0.51:deobf" compile "net.darkhax.tesla:Tesla-1.12:1.0.59:deobf"
//1.11 updates //1.11 updates
//deobfCompile "slimeknights:TConstruct:1.10.2-2.5.3.jenkins384" //deobfCompile "slimeknights:TConstruct:1.10.2-2.5.3.jenkins384"

Binary file not shown.

View file

@ -1,6 +1,6 @@
#Mon Jun 12 09:41:46 BST 2017 #Mon Jun 19 11:12:24 BST 2017
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-rc-2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip