extend cache on threshold
This commit is contained in:
parent
b6c91b5062
commit
a6726f4e96
@ -333,7 +333,7 @@ public final class MineProcess extends BaritoneProcessHelper implements IMinePro
|
||||
}
|
||||
}
|
||||
|
||||
if (!untracked.isEmpty()) {
|
||||
if (!untracked.isEmpty() || (Baritone.settings().extendCacheOnThreshold.value && locs.size() < max)) {
|
||||
locs.addAll(WorldScanner.INSTANCE.scanChunkRadius(
|
||||
ctx.getBaritone().getPlayerContext(),
|
||||
filter,
|
||||
|
Loading…
Reference in New Issue
Block a user