port to MC 1.11.2

This commit is contained in:
octarine-noise
2017-01-29 10:11:53 +01:00
parent 625a3bd543
commit eb6058c4ee
4 changed files with 23 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'kotlin'
group = 'com.github.octarine-noise'
version = "2.1.3"
archivesBaseName = rootProject.name + '-MC1.11'
archivesBaseName = rootProject.name + '-MC1.11.2'
buildscript {
ext.kotlin_version = '1.0.3'
@@ -32,7 +32,7 @@ dependencies {
shade "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
}
minecraft {
version = '1.11-13.19.1.2188'
version = '1.11.2-13.20.0.2216'
mappings = 'snapshot_20161210'
runDir = 'run'
}