Inventory Spam Mod — Configuration
Configuration
The mod is highly customizable through the inventoryspam-client.toml configuration file or an in-game configuration menu (if a mod like Configured is installed). This allows players to tailor the HUD to their specific layout preferences.
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
position |
Enum | TOP_RIGHT |
Sets the anchor point for the HUD (Top Left, Top Right, Bottom Left, Bottom Right). |
displayTime |
Integer | 60 |
The duration (in ticks) that an entry remains on screen before fading. |
maxLines |
Integer | 10 |
The maximum number of simultaneous notifications displayed. |
showIcons |
Boolean | true |
Toggles whether item icons are rendered next to the text. |
textScale |
Float | 1.0 |
Adjusts the size of the text and icons on the HUD. |
horizontalOffset |
Integer | 0 |
Fine-tunes the horizontal position relative to the anchor. |
verticalOffset |
Integer | 0 |
Fine-tunes the vertical position relative to the anchor. |
blacklist |
List | [] |
A list of item IDs (e.g., minecraft:cobblestone) that the mod should ignore. |
Blacklisting Items
If you find certain items (like Cobblestone or Netherrack) cluttering your HUD during large-scale excavations, you can add their IDs to the blacklist section of the config. Items on this list will never trigger a notification.