Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Jag3Dagster

Uploaded by

Jag3dagster

Virus scan

Safe to use

About this mod

Allows players to automatically send unwanted items to their trash bin.

Requirements
Permissions and credits
Mirrors
Changelogs
Donations
Auto Trasher is an open-source mod for Stardew Valley that allows players to automatically send unwanted items to their trash bin.



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
    • Default: LeftAlt + X, RightAlt + X
  • 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: [ "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

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


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.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