well i guess technically there could be an ore at bedrock level lmao
This commit is contained in:
parent
b16a8ecf21
commit
320a5d64a3
@ -417,7 +417,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)
|
||||||
|
|
||||||
.filter(pos -> !blacklist.contains(pos))
|
.filter(pos -> !blacklist.contains(pos))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user