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
📝 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 typescompiler error inTrashDisposePayload. The baseByteBufcodec is now properly and legally transformed intoRegistryFriendlyByteBufusing 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.