Update build.gradle

This commit is contained in:
Electroblob
2018-02-16 15:36:54 +00:00
parent 066d6858c3
commit aabcf43c1d
+2 -2
View File
@@ -21,7 +21,7 @@ compileJava {
}
minecraft {
version = "1.11.2-13.20.1.2386"
version = "1.11.2-13.20.1.2588"
runDir = "run"
// the mappings can be changed at any time, and must be in the following format.
@@ -29,7 +29,7 @@ minecraft {
// stable_# stables are built at the discretion of the MCP team.
// Use non-default mappings at your own risk. they may not always work.
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = "snapshot_20161220"
mappings = "stable_32"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}