TrashSlot Mod — Configuration
Controls and Keybinds
TrashSlot introduces customizable keybinds to facilitate faster inventory management. These can be remapped in the standard Minecraft Controls menu.
| Action | Default Key | Description |
|---|---|---|
| Delete Item | Delete |
Deletes the item currently under the mouse cursor. |
| Delete All | Shift + Delete |
Clears all items in the current container (requires 'Delete All' to be enabled in config). |
| Toggle Slot | Not Bound |
Allows players to quickly hide or show the Trash Slot UI element. |
Configuration
The mod's behavior is governed by a configuration file (typically trashslot-client.toml or trashslot-common.toml). This allows for per-screen customization.
General Settings
- Enabled: Global toggle to turn the mod on or off.
- Silent Mode: If enabled, deleting items will not play the destruction sound effect.
Slot Configuration
Each GUI screen can have its own settings for the Trash Slot:
| Option | Type | Description |
|---|---|---|
x |
Integer | The X-coordinate offset of the slot. |
y |
Integer | The Y-coordinate offset of the slot. |
enabled |
Boolean | Whether the slot should appear on this specific screen (e.g., Chest, Crafting Table). |
anchor |
String | The screen corner the slot is attached to. |
Creative Mode Integration
In Creative Mode, the Trash Slot can be configured to bypass the buffer and instantly delete items, or it can be disabled entirely since the Creative menu already contains a 'Destroy Item' slot.