-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Gets stuck breaking blocks on 2b #4269
Comments
Wild guess: It happens when instamining. |
It happens when the block breaks too quickly (without instamining) It would be helpful if there was an option in Baritone that could slow down block breaking, or a block break timeout of sorts. |
Sounds like a desync problem. The client thinks it's done and removes it locally (making Baritone stop) but the server decides you haven't been mining it for long enough to be done and places it back. Maybe the leniency of the server side checks makes this more likely for short breaking times. |
I have anti ghost blocks on. I'm on Meteor. I have tried both the official and modified (for Meteor) versions of Baritone. At this rate I should probably email the admin with a bug report because it does happen without Baritone for other netherite tools. |
It looks like Meteor blocks the block from being removed locally but then runs part of the breaking logic to get sounds and particles. That means you can break the block multiple times client side without needing the server to place it back. |
Problem is, this issue also happens without Meteor installed. |
Some information
Operating system: Windows 10
Java version: Eclipse Adoptium 17.0.6.10
Minecraft version: 1.20.1
Baritone version: 1.10.1
Other mods (if used):
Exception, error or logs
Sometimes gets stuck breaking the same block repeatedly.
How to reproduce
On 2b2t:
Obtain efficiency 5 netherite pickaxe
Set positions 1 and 2.
Clear the area (set air)
Modified settings
None
Final checklist
Edit: I am aware of #4110 , the solution does not help on Meteor and happens with just baritone installed.
The text was updated successfully, but these errors were encountered: