-
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
Baritone doesn't use the correct tool breaking for any block that uses an axe, shovel or hoe #4319
Comments
Is this the situation/behavior you mean? (recorded using 2024-04-01.23-54-09.mp4 |
Very strange, is there a way to get the commit latest commit number for my version of baritone? the version command gives a dev release null. Also I'm using the |
I found the problem, if an axe is in the hotbar baritone will use it. Else it will not switch the item to the hotbar to use it. I wonder how many blocks this affects and it has to do with how fast it can break the block. |
Baritone unconditionally moves a pickaxe to your hotbar and no other tools so this affects anything for which a pickaxe is not the fastest tool. There was a pr to fix this (and much more) but it sadly died (#4037). |
why did it die? I dont see any problems, looks like it never got merged. |
I don't know. It's still a draft so I think Brady (ZeroMemes) had further plans for it, but to know why he didn't finish it you'd have to ask him. |
whats the best way to reach out to him? I'm sure I could dm him on discord but that is bad practice for open source projects. |
Discord and pinging him here is the ways I know. |
Yeah, but it won't use a hoe for gathering carrots when running the farm command |
@figloalds carrots break instantly without using a tool and there is no tool assigned to them. Why would you expect Baritone to use a hoe to break them? |
@ZacSharp because of the fortune enchantment which the wiki states to increase drop rates |
@figloalds ok, though that's a separate concern from this issue (because considering fortune is not an intended feature). I'd ask you to open a new issue, but there probably is one already. |
After hours more of testing its any block that uses an axe, shovel or hoe as its tool. |
Yes, as already stated here, anything but pickaxes behaves like that. |
It feels like baritone does not have the tool for mushroom blocks set within the code, because I know it can switch to the proper tool for mining with an axe or shovel.
The text was updated successfully, but these errors were encountered: