promotional bannermobile promotional banner
premium banner
Allows players to automatically send unwanted items to their trash bins

Description

Auto Trasher is an open-source mod for Stardew Valley that allows players to automatically send unwanted items to the trash.

Documentation

Overview

This mod allows users to specify items that they would like to automatically be sent to their trash bin as soon as they enter their inventory

Config

  • ToggleTrasherKeybind
    • Keybind(s) that are used to toggle the Auto Trasher functionality.
    • Default: LeftAlt + R, RightAlt + R
  • OpenTrashMenuKeybind
    • Keybind(s) that are used open the Trash List management menu.
    • Default: LeftAlt + L, RightAlt + L
  • AddTrashKeybind
    • Keybind(s) that are used to add an item to the Trash List
    • Note: You must be hovering over the item you wanted to add to the Trash List when using this functionality
    • Default: LeftAlt + X, RightAlt + X
  • ReclaimableItemCount
    • Number of items to keep a history of as reclaimable
    • Default: 10
  • AllowAllItems
    • Whether or not to allow adding all types of items to the Trash List
    • Default: false
  • TrashList
    • List of Object Ids that will be automatically sent to the trash when entering your inventory
    • Note: By Default the Auto Trasher only works with Object type items from the Data\Objects data file, this can be overriden by setting AllowAllItems to true
    • Default: [ "168", "169", "170", "171", "172", "747", "748" ]
    • Note: This list equates to [ Trash, Driftwood, Broken Glasses, Broken CD, Soggy Newspaper, Rotten Plant, Rotten Plant ]

Install

  1. Install the latest version of SMAPI
    1. Nexus Mirror
    2. CurseForge Mirror
    3. GitHub Mirror
  2. Optional Install the latest version of Generic Mod Config Menu
    1. Nexus Mirror
    2. CurseForge Mirror
  3. Install this mod by unzipping the mod folder into Stardew Valley/mods
  4. Launch the game use SMAPI

Compatibility

  • Compatible with…
    • Stardew Valley 1.6 or later
    • SMAPI 4.0.0 or later
  • No known mod conflicts
    • If you find one, please feel free to notify me on Github, Nexus, or Curseforge

Limitations

Solo + Multiplayer

  • This mod is player specific, each player that wants to utilize it must have it installed

Releases

Releases can be found Github, on the Nexus Mod site, and on the CurseForge site.

1.2.1

  • Fix issue with default unqualified item ids
    • Quick mitigation would be to remove the config to get the proper default values back
    • Otherwise the mod will automatically remove any previously used, unqualified items from the list

1.2.0

  • Added an option in the config to allow all types of items to be added to the trash list
    • This options defaults to off
  • Updated Chinese (simplified) translations
    • Thanks to Alvaire for the updated translations

1.1.0

  • Add Reclaim item functionality
  • Items will not be trashed immediately from inventory when added to Trash List
  • Fix issues with adding trash items when UI scaling not at 100%

1.0.0

  • Initial Release