fix getting stuck in powdered snow

This commit is contained in:
Wagyourtail
2022-02-02 21:47:45 -07:00
parent fe26168a07
commit a3dbec62dc

View File

@@ -105,6 +105,9 @@ public interface MovementHelper extends ActionCosts, Helper {
if (block == Blocks.BIG_DRIPLEAF) {
return false;
}
if (block == Blocks.POWDER_SNOW) {
return false;
}
if (Baritone.settings().blocksToAvoid.value.contains(block)) {
return false;
}