Fix falling on "replaceable" blocks
Closed this issue ยท 1 comments
When falling, the bot will take a high jump and fail to cushion its fall with water if the bottom block is something like a shrub.
This is most likely because the block is considered "passable" when calculating the cost for the path, however, the raytrace fails to hit the actual desired block and instead says it can't be seen.