From cc03142d2f047dd8968297c14d6e7c44329c3621 Mon Sep 17 00:00:00 2001 From: TechnoVisionDev Date: Fri, 10 Jul 2020 22:57:35 -0700 Subject: [PATCH] Update mappings to 20200707-1.16.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4dfa7c0..b093e00 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,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 channel: 'snapshot', version: '20200514-1.16' + mappings channel: 'snapshot', version: '20200707-1.16.1' // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable. // accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')