Path finding support for block bounding boxes.
FusHerkA opened this issue · 4 comments
FusHerkA commented
This functionality is required for several block types, including slabs and stairs.
LefsFlare commented
Old news, since the bot was coded with floats, if the Y coordinate has a .5 at the back, it's pathfinding code cannot make make a patch, thus it gets stuck on slabs. Interestingly enough, because of this bug, it never walks across half slabs, only full blocks.
t81lal commented
LefsFlare commented
Oh well, I didn't check. I do know that the path-finding code doesn't support decimals very well.
DarkStorm652 commented
I'm currently just adding bounding boxes of other blocks and I will close this and merge the development branch once complete.