Durability & Pickup

DAP (Durability & Pickup) is a client utility enhancing survival with a custom item pickup HUD, real-time tool durability alerts in chat, a quick Nether Portal coordinate calculator on the 'J' key, and a restored F3 day counter.

File Details

DAP-2.0v-mc1.21.1.jar

  • R
  • Jul 10, 2026
  • 74.08 KB
  • 9
  • 1.21.1
  • Fabric

File Name

durandpick-2.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:durability-pickup-1603541:8406985"

Learn more about Curse Maven

📝 Changelog — DurAndPick (Trash Filter Update)

🚀 Added:

  • Trash-to-XP Recycling: Destroying trash items now grants a reward! When an item is deleted from the inventory on the server side, an experience orb (ExperienceOrb) is spawned right at the player's feet.

🔧 Fixed:

  • Hotbar Scanning Oversight: Fixed a bug where trash items dropped and picked back up would remain in the inventory. The inventory scanner previously skipped the hotbar, but the loop now strictly starts from slot 0. Picked-up junk is now deleted instantly!

💻 Code Optimization & Bug Fixes:

  • Taming Java Generics: Fully resolved the critical Incompatible types compiler error in TrashDisposePayload. The base ByteBuf codec is now properly and legally transformed into RegistryFriendlyByteBuf using the .cast() method.

  • Clean Warning Log: The type() method in the payload record is now annotated with @NotNull, eliminating the annoying IDE method override warning.

  • IDE Dictionary Update: Fixed the Typo: In word 'durandpick' warning. The word has been successfully added to the project dictionary so IntelliJ IDEA stops underlining it.