mirror of https://github.com/cabaletta/baritone
maybe this will allow emoji
This commit is contained in:
parent
b4d307d4cc
commit
68a9a1439a
|
@ -101,6 +101,7 @@ mixin {
|
|||
javadoc {
|
||||
options.addStringOption('Xwerror', '-quiet') // makes the build fail on travis when there is a javadoc error
|
||||
options.linkSource true
|
||||
options.encoding "UTF-8"
|
||||
source += sourceSets.api.allJava
|
||||
classpath += sourceSets.api.compileClasspath
|
||||
}
|
||||
|
|
|
@ -147,7 +147,7 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
|
|||
synchronized (pathCalcLock) {
|
||||
if (inProgress != null) {
|
||||
// we are calculating
|
||||
// are we calculating the right thing though?
|
||||
// are we calculating the right thing though? 🤔
|
||||
BetterBlockPos calcFrom = inProgress.getStart();
|
||||
// if current just succeeded, we should be standing in calcFrom, so that's cool and good
|
||||
// but if current just failed, we should discard this calculation since it doesn't start from where we're standing
|
||||
|
|
Loading…
Reference in New Issue