This commit is contained in:
fw4hre0xxq 2020-02-27 17:14:12 -08:00
parent 448dd979a2
commit 220fa79057
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ public interface MovementHelper extends ActionCosts, Helper {
if (block == Blocks.FARMLAND || block == Blocks.GRASS_PATH) {
return true;
}
if (block == Blocks.ENDER_CHEST || block == Blocks.CHEST) {
if (block == Blocks.ENDER_CHEST || block == Blocks.CHEST || block == Blocks.TRAPPED_CHEST ) {
return true;
}
if (isWater(block)) {