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
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 3 additions and 1 deletions

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 {