

Pickup Notifications - Item Collection Alerts
This mod introduces convenient pop-up notifications to Minecraft that appear when collecting various items. Each alert displays the basic icon and name of the object, ignoring unique characteristics such as enchantments, custom names, or item condition.
Starting from version 2.0.0, the system also provides information about experience orb collection, which is particularly useful during farming or cave exploration.
Mod Configuration
All mod operation parameters can be modified through the pickupnotifications.toml
file in the configuration folder. If you have ModMenu installed, a more convenient settings interface is available directly in the mod list.
Main Configuration Parameters
modEnabled: true|false
- Enable or disable all mod functionality.
trackExperience: true|false
- Experience orb tracking (available from version 2.0.0).
guiAlignment: "top_left"|"top_right"|"bottom_left"|"bottom_right"
- Notification position on screen.
guiOffset: "(<Integer>,<Integer>)"
- Notification offset from screen edge.
guiScale: Decimal
- Notification display scale.
maxNotifications: Integer
- Maximum number of simultaneously displayed messages.
iconAlignment: "outside"|"inside"|"left"|"right"
- Icon placement relative to text.
showUniqueInfo: true|false
- Display of unique item characteristics.
renderBackground: true|false
- Background behind notifications.
backgroundOpacity: Decimal
- Background transparency.
renderShadow: true|false
- Text shadow in notifications.
Additional Settings (version 1.2.4+)
guiOffsetX: Integer
- Horizontal notification offset.
guiOffsetY: Integer
- Vertical notification offset.
For multiplayer gameplay, the mod must be installed on both client and server.