diff --git a/build.gradle b/build.gradle index c06eb2b2..cb1e3410 100644 --- a/build.gradle +++ b/build.gradle @@ -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. }