Open
Description
Describe your suggestion
The throwaway slot can be annoying to many individuals, so I'm asking that you either make it only swap when building, or implement my change.
Settings
- to Settings.java:
public final Setting<Boolean> autoMoveThrowawayBlocks = new Setting<>(true);
edit to InventoryBehavior.java:
if (Baritone.settings().autoMoveThrowawayBlocks.value && firstValidThrowaway() >= 9) { // aka there are none on the hotbar, but there are some in main inventory requestSwapWithHotBar(firstValidThrowaway(), 8); }
Context
Users get annoyed by it automatically adding dirt or cobblestone to their 9th slot when they aren't building, so I thought this would be a useful change! Please add settings for this too if you add it. Thank you :)
Final checklist
- I know how to properly use check boxes
- I have not used any OwO's or UwU's in this issue.