mirror of https://github.com/cabaletta/baritone
Fix refmap not generating with the proper name
This commit is contained in:
parent
5ec99977fa
commit
f1fcacf241
|
@ -75,3 +75,8 @@ dependencies {
|
|||
}
|
||||
testImplementation 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
mixin {
|
||||
defaultObfuscationEnv notch
|
||||
add sourceSets.main, 'mixins.baritone.refmap.json'
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "baritone.launch.mixins",
|
||||
"refmap": "mixin.refmap.json",
|
||||
"refmap": "mixins.baritone.refmap.json",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"verbose": false,
|
||||
"injectors": {
|
||||
|
|
Loading…
Reference in New Issue