well i guess technically there could be an ore at bedrock level lmao

This commit is contained in:
Leijurv
2020-10-30 22:39:30 -07:00
parent b16a8ecf21
commit 320a5d64a3

View File

@@ -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))