Fix refmap not generating with the proper name

This commit is contained in:
Brady
2018-08-26 01:45:33 -05:00
parent 5ec99977fa
commit f1fcacf241
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -75,3 +75,8 @@ dependencies {
}
testImplementation 'junit:junit:4.12'
}
mixin {
defaultObfuscationEnv notch
add sourceSets.main, 'mixins.baritone.refmap.json'
}