comment out anything that isn't instantly obvious how to fix (e.g. anything involving rendering)

This commit is contained in:
Leijurv
2020-01-09 17:15:05 -08:00
parent 760ac5dd8f
commit 80952e091d
33 changed files with 146 additions and 165 deletions
+3 -3
View File
@@ -16,7 +16,7 @@
*/
group 'baritone'
version '1.4.4'
version '1.5.0'
buildscript {
repositories {
@@ -82,7 +82,7 @@ task sourceJar(type: Jar, dependsOn: classes) {
}
minecraft {
mappings channel: 'snapshot', version: '20190814-1.14.3'
mappings channel: 'snapshot', version: '20190719-1.14.3'
reobfMappings 'notch'
runs {
@@ -138,7 +138,7 @@ repositories {
}
dependencies {
minecraft 'com.github.ImpactDevelopment:Vanilla:1.14.4'
minecraft 'com.github.ImpactDevelopment:Vanilla:1.15.1'
runtime launchCompile('net.minecraft:launchwrapper:1.12') {
exclude module: 'lwjgl'