forked from TAIGA/TAIGA
first 1.11.1 attempt
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -35,7 +35,7 @@ repositories {
|
||||
group = "com.sosnitzka" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = "taiga"
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_7
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
|
||||
@@ -64,9 +64,9 @@ task buildInfo {
|
||||
version = project.buildInfo.revision
|
||||
|
||||
minecraft {
|
||||
version = "1.10.2-12.18.3.2202"
|
||||
version = "1.11.2-13.20.1.2386"
|
||||
runDir = "run"
|
||||
mappings = "stable_29"
|
||||
mappings = "snapshot_20170612"
|
||||
replace '@VERSION@', project.version
|
||||
}
|
||||
|
||||
@@ -80,8 +80,8 @@ dependencies {
|
||||
//deobfCompile "codechicken:NotEnoughItems:1.9-${nei_version}:dev"
|
||||
deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.1.+:deobf"
|
||||
//Old: deobfCompile "slimeknights.mantle:Mantle:1.9-0.10.0.jenkins132:deobf"
|
||||
deobfCompile "mezz.jei:jei_1.10.2:3.+"
|
||||
deobfCompile "slimeknights:TConstruct:1.10.2-2.6.+:deobf"
|
||||
deobfCompile "mezz.jei:jei_1.11.2:4.+"
|
||||
deobfCompile "slimeknights:TConstruct:1.11.2-2.7.+:deobf"
|
||||
//compile files('libs/TConstruct-1.9-2.3.1.DEV.1d4c1de-deobf.jar')
|
||||
//compile group: 'com.google.guava', name: 'guava', version: '20.0'
|
||||
}
|
||||
|
Reference in New Issue
Block a user