
Better Pickup
Better Pickup is a server-side mod for Minecraft on the Fabric platform that significantly improves the game's item pickup mechanics.
Configurable Pickup Delays
Server administrators get flexible settings to regulate the delay time before picking up different categories of items:
- playerDropsDelay — delay in ticks for items dropped by players (default: 20)
- blockDropsDelay — delay in ticks for items obtained from block mining (default: 10)
- stealDelay — additional delay for items owned by others that the player didn't drop or mine (default: 40)
The minimum value for all delays is one tick. All settings are managed through standard game rules (gamerule).
Additional Features
The mod offers two useful functions to enhance gameplay:
- doAutoPickups — automatic collection of mined items without delay (active by default)
- invulnerableBlockDrops — protection of drops from damage (enabled by default)
These options allow customizing item collection according to player preferences and server specifics.