fix off by one error (causing the last point to be stuck in terrain)
This commit is contained in:
@@ -175,8 +175,8 @@ dependencies {
|
||||
transitive = false
|
||||
}
|
||||
launchAnnotationProcessor 'org.spongepowered:mixin:0.8.4-SNAPSHOT:processor'
|
||||
launchImplementation('dev.babbaj:nether-pathfinder:0.34')
|
||||
implementation 'dev.babbaj:nether-pathfinder:0.34'
|
||||
launchImplementation('dev.babbaj:nether-pathfinder:0.39')
|
||||
implementation 'dev.babbaj:nether-pathfinder:0.39'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user