DarkStorm652/DarkBot

Path finding support for block bounding boxes.

FusHerkA opened this issue · 4 comments

This functionality is required for several block types, including slabs and stairs.

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.

Oh well, I didn't check. I do know that the path-finding code doesn't support decimals very well.

67e7898

I'm currently just adding bounding boxes of other blocks and I will close this and merge the development branch once complete.