maybe this will allow emoji
This commit is contained in:
parent
b4d307d4cc
commit
68a9a1439a
@ -101,6 +101,7 @@ mixin {
|
|||||||
javadoc {
|
javadoc {
|
||||||
options.addStringOption('Xwerror', '-quiet') // makes the build fail on travis when there is a javadoc error
|
options.addStringOption('Xwerror', '-quiet') // makes the build fail on travis when there is a javadoc error
|
||||||
options.linkSource true
|
options.linkSource true
|
||||||
|
options.encoding "UTF-8"
|
||||||
source += sourceSets.api.allJava
|
source += sourceSets.api.allJava
|
||||||
classpath += sourceSets.api.compileClasspath
|
classpath += sourceSets.api.compileClasspath
|
||||||
}
|
}
|
||||||
|
@ -147,7 +147,7 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
|
|||||||
synchronized (pathCalcLock) {
|
synchronized (pathCalcLock) {
|
||||||
if (inProgress != null) {
|
if (inProgress != null) {
|
||||||
// we are calculating
|
// we are calculating
|
||||||
// are we calculating the right thing though?
|
// are we calculating the right thing though? 🤔
|
||||||
BetterBlockPos calcFrom = inProgress.getStart();
|
BetterBlockPos calcFrom = inProgress.getStart();
|
||||||
// if current just succeeded, we should be standing in calcFrom, so that's cool and good
|
// 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
|
// 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
Block a user