port to MC 1.9

This commit is contained in:
octarine-noise
2016-03-21 20:54:06 +01:00
parent 42c14790af
commit 6ee27c2a99
41 changed files with 208 additions and 216 deletions

View File

@@ -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'
}