port to 1.10

This commit is contained in:
octarine-noise
2016-06-27 23:38:37 +02:00
parent 70ec7e5289
commit 6831050c77
2 changed files with 25 additions and 25 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'kotlin'
group = 'com.github.octarine-noise'
version = "2.0.13"
archivesBaseName = rootProject.name + '-MC1.9.4'
archivesBaseName = rootProject.name + '-MC1.10'
buildscript {
ext.kotlin_version = '1.0.0'
@@ -32,8 +32,8 @@ dependencies {
}
minecraft {
version = '1.9.4-12.17.0.1968'
mappings = 'snapshot_20160619'
version = '1.10-12.18.0.2000-1.10.0'
mappings = 'snapshot_20160627'
runDir = 'run'
}