Update forge and move off gradle RC
This commit is contained in:
parent
7eaef93136
commit
2c9e08bd63
4 changed files with 7 additions and 7 deletions
|
@ -89,7 +89,7 @@ if (ENV.BUILD_NUMBER) {
|
|||
}
|
||||
|
||||
minecraft {
|
||||
version = "1.12-14.21.0.2327"
|
||||
version = "1.12-14.21.0.2335"
|
||||
mappings = "snapshot_20170615"
|
||||
replace "@MODVERSION@", project.version
|
||||
useDepAts = true
|
||||
|
@ -111,7 +111,7 @@ dependencies {
|
|||
}
|
||||
deobfCompile "mezz.jei:jei_1.12:+"
|
||||
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
|
||||
//deobfCompile "slimeknights:TConstruct:1.10.2-2.5.3.jenkins384"
|
||||
|
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
|||
#Mon Jun 12 09:41:46 BST 2017
|
||||
#Mon Jun 19 11:12:24 BST 2017
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue