mirror of https://github.com/cabaletta/baritone
Bump `nether-pathfinder` to 0.20
This commit is contained in:
parent
f30cb916bd
commit
974b86aac1
|
@ -175,9 +175,9 @@ dependencies {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
launchAnnotationProcessor 'org.spongepowered:mixin:0.8.4-SNAPSHOT:processor'
|
launchAnnotationProcessor 'org.spongepowered:mixin:0.8.4-SNAPSHOT:processor'
|
||||||
launchImplementation('dev.babbaj:nether-pathfinder:0.18')
|
launchImplementation('dev.babbaj:nether-pathfinder:0.20')
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
implementation 'dev.babbaj:nether-pathfinder:0.18'
|
implementation 'dev.babbaj:nether-pathfinder:0.20'
|
||||||
}
|
}
|
||||||
|
|
||||||
mixin {
|
mixin {
|
||||||
|
|
Loading…
Reference in New Issue