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