update to latest Forge and OptiFine
bump version to 2.0.8
This commit is contained in:
@@ -2,7 +2,7 @@ apply plugin: "net.minecraftforge.gradle.forge"
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
group = 'com.github.octarine-noise'
|
||||
version = "2.0.7"
|
||||
version = "2.0.8"
|
||||
archivesBaseName = rootProject.name + '-MC1.9'
|
||||
|
||||
buildscript {
|
||||
@@ -32,8 +32,8 @@ dependencies {
|
||||
|
||||
}
|
||||
minecraft {
|
||||
version = '1.9-12.16.0.1810-1.9'
|
||||
mappings = 'snapshot_20160326'
|
||||
version = '1.9-12.16.0.1853-1.9'
|
||||
mappings = 'snapshot_20160406'
|
||||
runDir = 'run'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user