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
- Keybind(s) that are used to add an item to the Trash List
TrashList
- List of Object Ids that will be automatically sent to the trash when entering your inventory
- Note: The Auto Trasher only works with Object type items from the
Data\Objects
data file
- Note: The Auto Trasher only works with Object type items from the
- 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 ]
- Note: This list equates to
- List of Object Ids that will be automatically sent to the trash when entering your inventory
Install
- Install the latest version of SMAPI
- Optional Install the latest version of Generic Mod Config Menu
- Install this mod by unzipping the mod folder into
Stardew Valley/mods
- 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.0.0
- Initial Release