Some items that are moved in the player's inventory gets moved back to the hotbar
Sxpiderzz opened this issue ยท 3 comments
That's not a bug. You have allowInventory
enabled so Baritone will make sure there's always a pickaxe and a stack of throwaway items on your hotbar but not while any inventory is open.
The only way to prevent this is disabling allowInventory
.
Changing InventoryBehavior
to only move pickaxe and throwaways on demand (like it is done for building materials) has already been suggested in #3409