From 93158226b6bc80141f7e7ad92166a642fd82be5e Mon Sep 17 00:00:00 2001 From: Brady Date: Wed, 10 Oct 2018 14:09:41 -0500 Subject: [PATCH] The sources jar should use SRG names not MCP --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d9b78641..5f6008f0 100755 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,9 @@ minecraft { mappings = 'snapshot_20180731' tweakClass = 'baritone.launch.BaritoneTweaker' runDir = 'run' - makeObfSourceJar = false + + // The sources jar should use SRG names not MCP to ensure compatibility with all mappings + makeObfSourceJar = true } repositories {