updated forge and mappings, removed some images not in use

This commit is contained in:
2017-01-14 09:09:33 +01:00
parent 251e1d9d78
commit ab7c7fc2de
15 changed files with 22 additions and 21 deletions

View File

@@ -64,9 +64,9 @@ task buildInfo {
version = project.buildInfo.revision
minecraft {
version = "1.10.2-12.18.2.2147"
version = "1.10.2-12.18.3.2202"
runDir = "run"
mappings = "snapshot_20161101"
mappings = "stable_29"
replace '@VERSION@', project.version
}