Baritone only moves pickaxes and throwaway blocks to the hot bar and does that even if no process is active
rycbar0 opened this issue ยท 1 comments
Inventory behavior only picks tools of the pickaxe type into the hotbar. If your shovel breaks and you dont have a second one in your hotbar baritone will use its fist to mine dirt blocks instead of using the backup shovel in your inventory regardless of your allowInventory setting.
Also it will always move pickaxes and throwAwayItems to the hotbar. maybe there is a good reason for that but i think if baritone doesnt have a process running it shouldnt move itmes in the inventory.
baritone/src/main/java/baritone/behavior/InventoryBehavior.java
Lines 60 to 66 in 1ea071d