-
-
Notifications
You must be signed in to change notification settings - Fork 946
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
start work on boundingBox (#228) : soulsand seems to work
- Loading branch information
Showing
1 changed file
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7d4e605
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bot seems to continuously sink into the block until the server updates the position, as seen by making the bot navigate to a soul sand block, it will sink into it further than should be possible
My best guess is the onground flag not being set using the less-than-full block height. Because the bot is below the top edge of a full block, onground is not being set to true.