From aabcf43c1d75cca94fb3d2331dfbb958960067a1 Mon Sep 17 00:00:00 2001 From: Electroblob <35599699+Electroblob77@users.noreply.github.com> Date: Fri, 16 Feb 2018 15:36:54 +0000 Subject: [PATCH] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. }