The sources jar should use SRG names not MCP

This commit is contained in:
Brady
2018-10-10 14:09:41 -05:00
parent d3bf4ef198
commit 93158226b6

View File

@@ -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 {