From 199ba53a4ed58aee9ce719837be1fc1cc480748a Mon Sep 17 00:00:00 2001 From: Matthew Messinger Date: Tue, 14 Aug 2018 19:56:10 -0400 Subject: [PATCH] Update mappings to stable 39 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3b9f6693..03d2586a 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ sourceCompatibility = 1.8 minecraft { version = "1.12.2" - mappings = 'snapshot_20170919' + mappings = 'stable_39' runDir = 'run' replace '@VERSION@', project.version }