A simple mod that adds a trash slot to the inventory UI for easy deletion of unwanted items.
Thanks to Shemp for advice and suggestions.
Controls
- Shift + G: move window between inventory and HUD.
- (Unbound by default) delete item in cursor.
- Shift + LMB: remove from slot.
- Control + LMB: forcibly trash item in slot.
How to use denylist in another mod
Items can be added to the denylist during the prototype stage using data.raw.
E.g., data.raw["mod-data"]["inventory-trash-slot"].data.denylist["my-item"] = true.