Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

When mining, some items get left behind

Motzumoto opened this issue ยท 5 comments

commented

What do you need help with?

I've noticed when mining and the ore drops multiple items, the AI sometimes leaves items behind and doesn't go back to pick them up. Is there a setting I can edit to prevent this? It happens way more when you have fortune, so it drops more than normal. Accidentally cut the first clip short, but you can still see it left an item behind

Proof

Cum.mp4

Final checklist

  • I have not used any OwO's or UwU's in this issue.
commented

Have you got #mineScanDroppedItems enabled?

commented

Have you got #mineScanDroppedItems enabled?

image
I do

commented

you could try increasing #mineDropLoiterDurationMSThanksLouca

commented

you could try increasing #mineDropLoiterDurationMSThanksLouca

What does this do exactly?

commented

/**
* While mining, wait this number of milliseconds after mining an ore to see if it will drop an item
* instead of immediately going onto the next one
* <p>
* Thanks Louca
*/
public final Setting<Long> mineDropLoiterDurationMSThanksLouca = new Setting<>(250L);