Skip to content

Toggle throwaway slot #4715

Open
Open
@PizzaGod873

Description

@PizzaGod873

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions