port to MC 1.8.8

This commit is contained in:
octarine-noise
2016-01-09 17:05:50 +01:00
parent 601679f070
commit 0f985e996b
11 changed files with 98 additions and 49 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'kotlin'
group = 'com.github.octarine-noise'
version = "2.0"
archivesBaseName = rootProject.name + '-MC1.8'
archivesBaseName = rootProject.name + '-MC1.8.8'
buildscript {
ext.kotlin_version = '1.0.0-beta-4584'
@@ -19,7 +19,7 @@ buildscript {
}
}
dependencies {
classpath "net.minecraftforge.gradle:ForgeGradle:2.0-SNAPSHOT"
classpath "net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
@@ -32,8 +32,8 @@ dependencies {
}
minecraft {
version = '1.8-11.14.4.1563'
mappings = 'stable_18'
version = '1.8.8-11.15.0.1655'
mappings = 'stable_20'
}
processResources {