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
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

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