port to MC 1.11

This commit is contained in:
octarine-noise
2016-12-10 21:30:55 +01:00
parent 1a1aa81c0f
commit ceb3e5b116
28 changed files with 77 additions and 74 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'kotlin'
group = 'com.github.octarine-noise'
version = "2.1.2"
archivesBaseName = rootProject.name + '-MC1.10.2'
archivesBaseName = rootProject.name + '-MC1.11'
buildscript {
ext.kotlin_version = '1.0.3'
@@ -32,11 +32,10 @@ dependencies {
shade "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
}
minecraft {
version = '1.10.2-12.18.1.2075'
mappings = 'snapshot_20160905'
version = '1.11-13.19.1.2188'
mappings = 'snapshot_20161210'
runDir = 'run'
}
processResources {
inputs.property "version", project.version
inputs.property "mcversion", project.minecraft.version