port to MC 1.11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user