-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot unable to break block 2 blocks above its head #47
Comments
Is there any error printed to the console? Is the callback called? Can you confirm the bot has permission to break the block? (I.e. not in spawn protection) |
There are no errors and the callback was never called, since behind this function is a infinite recursion, if it returned it would call the same function again. I will need to test with a barebones one later. |
Spawn protection is not a problem since the bot was able to break the bottom logs |
Doesnt seem to work in 1.16.1 either |
Same Problem for me |
In this scenario, the bot is trying to chop trees, and it will get stuck on the block 2 blocks above its head.
I have checked the logs, the block the bot is looking at (and feed into collect block) is the correct block.
code:
plz support promises thks
The text was updated successfully, but these errors were encountered: