Bump to 1.4.12; updated Forge, dependencies and mappings; removed Cyclops support
This commit is contained in:
21
build.gradle
21
build.gradle
@@ -20,7 +20,7 @@ apply plugin: 'maven'
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
|
||||
version = "1.4.11"
|
||||
version = "1.4.12"
|
||||
group = "refinedstorage"
|
||||
archivesBaseName = "refinedstorage"
|
||||
|
||||
@@ -28,10 +28,10 @@ sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
minecraft {
|
||||
version = "1.11.2-13.20.0.2296"
|
||||
version = "1.11.2-13.20.0.2315"
|
||||
runDir = "run"
|
||||
useDepAts = true
|
||||
mappings = "snapshot_20170401"
|
||||
mappings = "snapshot_20170609"
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -45,23 +45,16 @@ repositories {
|
||||
url "http://maven.amadornes.com"
|
||||
}
|
||||
maven {
|
||||
name "Cyclops Repo"
|
||||
url "https://dl.bintray.com/cyclopsmc/dev/"
|
||||
}
|
||||
maven {
|
||||
name "oc"
|
||||
url "http://maven.cil.li/"
|
||||
url "http://maven.cil.li"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
deobfCompile "mezz.jei:jei_1.11.2:4.3.4.273:api"
|
||||
runtime "mezz.jei:jei_1.11.2:4.3.4.273"
|
||||
deobfCompile "mezz.jei:jei_1.11.2:4.5.0.287:api"
|
||||
runtime "mezz.jei:jei_1.11.2:4.5.0.287"
|
||||
deobfCompile "net.darkhax.tesla:Tesla:1.11-1.3.0.52"
|
||||
deobfCompile "org.cyclops.cyclopscore:CyclopsCore:1.11.2-0.10.2-542"
|
||||
deobfCompile "org.cyclops.commoncapabilities:CommonCapabilities:1.11.2-1.3.2-107"
|
||||
deobfCompile "MCMultiPart2:MCMultiPart-exp:2.0.0_19"
|
||||
deobfCompile "li.cil.oc:OpenComputers:MC1.11.2-1.7.0.14:api"
|
||||
deobfCompile "li.cil.oc:OpenComputers:MC1.11.2-1.7.0.28:api"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
||||
Reference in New Issue
Block a user