The sources jar should use SRG names not MCP
This commit is contained in:
parent
d3bf4ef198
commit
93158226b6
@ -61,7 +61,9 @@ minecraft {
|
|||||||
mappings = 'snapshot_20180731'
|
mappings = 'snapshot_20180731'
|
||||||
tweakClass = 'baritone.launch.BaritoneTweaker'
|
tweakClass = 'baritone.launch.BaritoneTweaker'
|
||||||
runDir = 'run'
|
runDir = 'run'
|
||||||
makeObfSourceJar = false
|
|
||||||
|
// The sources jar should use SRG names not MCP to ensure compatibility with all mappings
|
||||||
|
makeObfSourceJar = true
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
Loading…
Reference in New Issue
Block a user