continue fix mine and a* for data driven world height
This commit is contained in:
@@ -418,7 +418,7 @@ public final class MineProcess extends BaritoneProcessHelper implements IMinePro
|
||||
}
|
||||
})
|
||||
|
||||
.filter(pos -> pos.getY() >= Baritone.settings().minYLevelWhileMining.value)
|
||||
.filter(pos -> pos.getY() >= Baritone.settings().minYLevelWhileMining.value + ctx.world.dimensionType().minY())
|
||||
|
||||
.filter(pos -> !blacklist.contains(pos))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user