About this mod
Allows players to automatically send unwanted items to their trash bin.
- Requirements
- Permissions and credits
- Mirrors
- Changelogs
- Donations
Documentation
Overview
This mod allows users to specify items that they would like to automatically send to their trash bin as soon as the item enters their inventory.
Config
- ToggleTrasherKeybind
- Keybind(s) to toggle the Auto Trasher functionality
- Default: LeftAlt + R, RightAlt + R
- OpenTrashMenuKeybind
- Keybind(s) used to open the Trash List Management menu
- Default: LeftAlt + L, RightAlt + L
- AddTrashKeybind
- Keybind(s) used to add an item to the Trash List
- Note: You must have the item that you want to add selected in the inventory menu when using this keybind
- Note: You must have the item that you want to add selected in the inventory menu when using this keybind
- Default: LeftAlt + X, RightAlt + X
- Keybind(s) used to add an item to the Trash List
- 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 whenever they enter your inventory
- Note: The Auto Trasher only works with Object type items from the Data\Objects data file
- Note: This option will not appear in Generic Mod Config Menu, and is instead managed via the Trash List Menu and Add Trash Keybind
- Default: [ "(O)168", "(O)169", "(O)170", "(O)171", "(O)172", "(O)747", "(O)748" ]
- Note: This list equates to [ Trash, Driftwood, Broken Glasses, Broken CD, Soggy Newspaper, Rotten Plant, Rotten Plant ]
- Note: This list equates to [ Trash, Driftwood, Broken Glasses, Broken CD, Soggy Newspaper, Rotten Plant, Rotten Plant ]
- List of Object Ids that will be automatically sent to the trash whenever they enter your inventory
Install
- Install the latest version of SMAPI
- Optional but recommended Install the latest version of Generic Mod Config Menu
- Install this mod by unzipping the mod folder into 'Stardew Valley/Mods'
- Launch the game using 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 here or on GitHub
- If you find one please feel free to notify me here or on GitHub
Limitations
Solo + Multiplayer
- This mod is player specific, each player that wants to utilize it must have it installed
Releases
Releases can be found on GitHub and on the Nexus Mod site
1.2.1
- Fix issue with default unqualified item ids
1.2.0
- Add config option to allow all types of items to be added to the trash list
- This option defaults to off
- This option defaults to off
- Updated Chinese (simplified) translations
- Thanks to Alvaire for the updated translations
- Thanks to Alvaire for the updated translations
1.1.0
- Add reclaim item functionality
- Items will now be trashed immediately after being added to trash list
- Fix issues with attempting to add items to trash list when UI scaling was not at 100%
1.0.0
- Initial Release