mirror of https://github.com/cabaletta/baritone
Fix bad refmap SourceSet link
This commit is contained in:
parent
bba2458f8e
commit
2cf9a3a74b
|
@ -83,7 +83,7 @@ dependencies {
|
||||||
|
|
||||||
mixin {
|
mixin {
|
||||||
defaultObfuscationEnv notch
|
defaultObfuscationEnv notch
|
||||||
add sourceSets.main, 'mixins.baritone.refmap.json'
|
add sourceSets.launch, 'mixins.baritone.refmap.json'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
Loading…
Reference in New Issue