Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
Updated last month
All versions
v21.8.1-1.21.8-Fabric
Release
[FABRIC] [1.21.8] PickUpNotifier-v21.8.110 months ago 90.9K
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.8.1-1.21.8] - 2025-09-12
Added
- Add five additional position presets (
TOP_CENTER,CENTER_LEFT,CENTER,CENTER_RIGHT,BOTTOM_CENTER) - Add an option for entries to move out to the sides in addition to bottom / top
- Add a pop animation when collecting new items
Changed
- Support fading for items once more
- Improve support for enchanted items and the enchantment glint
[v21.8.0-1.21.8] - 2025-07-18
Changed
- Update to Minecraft 1.21.8
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:CQxBBsyi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZX66K16c:CQxBBsyi"
}



