From cda60c7b8ff945571d4966f84eae0ada26bb3965 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Tue, 11 Apr 2017 12:58:35 +0100 Subject: [PATCH] Update mappings to fix crash with FMP --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dd132d9a2..0be477a8d 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ if (ENV.BUILD_NUMBER) { minecraft { version = "1.11.2-13.20.0.2255" - mappings = "snapshot_20161118" + mappings = "snapshot_20161220" replace "@MODVERSION@", project.version // makeObfSourceJar = false useDepAts = true