forked from RepoMirrors/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'
|
testImplementation 'junit:junit:4.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mixin {
|
||||||
|
defaultObfuscationEnv notch
|
||||||
|
add sourceSets.main, 'mixins.baritone.refmap.json'
|
||||||
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"required": true,
|
"required": true,
|
||||||
"package": "baritone.launch.mixins",
|
"package": "baritone.launch.mixins",
|
||||||
"refmap": "mixin.refmap.json",
|
"refmap": "mixins.baritone.refmap.json",
|
||||||
"compatibilityLevel": "JAVA_8",
|
"compatibilityLevel": "JAVA_8",
|
||||||
"verbose": false,
|
"verbose": false,
|
||||||
"injectors": {
|
"injectors": {
|
||||||
|
|
Loading…
Reference in New Issue