port to MC 1.9
This commit is contained in:
@@ -3,7 +3,7 @@ apply plugin: 'kotlin'
|
||||
|
||||
group = 'com.github.octarine-noise'
|
||||
version = "2.0.4"
|
||||
archivesBaseName = rootProject.name + '-MC1.8.x'
|
||||
archivesBaseName = rootProject.name + '-MC1.9'
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.0.0'
|
||||
@@ -32,8 +32,8 @@ dependencies {
|
||||
|
||||
}
|
||||
minecraft {
|
||||
version = '1.8.8-11.15.0.1655'
|
||||
mappings = 'stable_20'
|
||||
version = '1.9-12.16.0.1776-1.9'
|
||||
mappings = 'snapshot_20160320'
|
||||
runDir = 'run'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user