update to more recent Forge (GUI factory changes)

This commit is contained in:
octarine-noise
2017-08-12 18:19:25 +02:00
parent f145ff221e
commit e29d224df4
5 changed files with 17 additions and 9 deletions

View File

@@ -32,8 +32,8 @@ dependencies {
shade "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
}
minecraft {
version = '1.11.2-13.20.0.2232'
mappings = 'snapshot_20161210'
version = '1.11.2-13.20.1.2386'
mappings = 'snapshot_20170612'
runDir = 'run'
}
processResources {