Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
Updated last month
All versions
v4.2.4-1.19.2-Forge
Release
[FORGE] [1.19.2] PickUpNotifier-v4.2.43 years ago 79K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client-side
Client and server
Required content
Unavailable version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.2.4-1.18.2] - 2023-02-18
Changed
- Adjusted default settings to reflect the default state of versions before v4.2.3
Fixed
- Fixed start-up crash on Forge due to reobfuscation having failed to apply on last build
[v4.2.3-1.18.2] - 2023-02-18
Added
- Added an option to include the total count of an item in your inventory in the pick-up entry
- Added an option to force a translucent background being drawn for entries (similar to the chat background, was available before, but only when the vanilla accessibility setting was set)
- Added an alternative background option to draw the item tooltip background
- Added an option to display the picked-up amount on the item sprite instead of as separate text just like in inventories
- Added an option to hide the picked-up amount when it's just a single item
Removed
- Removed the option for specifying a max amount shown in a pick-up entry, long numbers are abbreviated now instead (e.g. 5000 turns to 5K)
[v4.2.2-1.18.2] - 2023-02-17
Added
- Added an option to disable new pick-ups being added to the log when the player is in creative mode
[v4.2.1-1.18.2] - 2023-02-17
Added
- Added dimension specific blacklists, also supports inverting the lists to be used as whitelists
- Check the
READMEon GitHub for more information!
[v4.2.0-1.19.2] - 2022-08-21
- Compiled for Minecraft 1.19.2
- Updated to Puzzles Lib v4.2.0
[v4.1.0-1.19.1] - 2022-07-30
- Compiled for Minecraft 1.19.1
- Updated to Puzzles Lib v4.1.0
[v4.0.0-1.19] - 2022-07-06
- Ported to Minecraft 1.19
- Split into multi-loader project
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ZX66K16c:vqctzfrm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZX66K16c:vqctzfrm"
}

