mirror of https://github.com/cabaletta/baritone
Merge branch '1.19.4' into 1.20.1
This commit is contained in:
commit
3b30b06313
|
@ -77,7 +77,7 @@ allprojects {
|
||||||
// The following line declares the yarn mappings you may select this one as well.
|
// The following line declares the yarn mappings you may select this one as well.
|
||||||
// mappings "net.fabricmc:yarn:1.17.1+build.32:v2"
|
// mappings "net.fabricmc:yarn:1.17.1+build.32:v2"
|
||||||
//launchImplementation('dev.babbaj:nether-pathfinder:1.3.0')
|
//launchImplementation('dev.babbaj:nether-pathfinder:1.3.0')
|
||||||
implementation 'dev.babbaj:nether-pathfinder:1.4'
|
implementation 'dev.babbaj:nether-pathfinder:1.4.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(JavaCompile).configureEach {
|
tasks.withType(JavaCompile).configureEach {
|
||||||
|
@ -141,4 +141,4 @@ javadoc {
|
||||||
options.encoding "UTF-8" // allow emoji in comments :^)
|
options.encoding "UTF-8" // allow emoji in comments :^)
|
||||||
source = sourceSets.api.allJava
|
source = sourceSets.api.allJava
|
||||||
classpath += sourceSets.api.compileClasspath
|
classpath += sourceSets.api.compileClasspath
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue