Fix config files

This commit is contained in:
Howard Stark
2018-08-01 14:05:04 -04:00
parent 7fb426f94d
commit 2c60220e32
4 changed files with 5 additions and 26 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ apply plugin: 'org.spongepowered.mixin'
minecraft {
version = '1.12.2'
mappings = 'snapshot_20180731'
tweakClass = 'baritone.launch.MinebotTweaker'
tweakClass = 'baritone.launch.BaritoneTweaker'
runDir = 'run'
makeObfSourceJar = true
makeObfSourceJar = false
}
repositories {