Loot Bags

Valuable loot bags integrated throughout your Minecraft world!

File Details

phoenixlootbags-1.0.1-mc1.21.1.jar

  • R
  • Dec 2, 2025
  • 93.07 KB
  • 558
  • 1.21.1
  • Fabric

File Name

phoenixlootbags-1.0.1-mc1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:phoenixs-loot-bags-1396701:7287037"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Bug Fixes

  • Fixed inventory auto-equip bug where items would be forced into armor slots or offhand when inventory was full
    • Loot now only goes into hotbar and main inventory (slots 0-35), never armor slots (36-39) or offhand (40)
  • Fixed animation spam-click bug that allowed consuming multiple bags simultaneously
    • Added 2.5 second cooldown system to prevent multiple bags from being consumed during animation
    • Additional right-clicks during animation are now properly ignored
  • Fixed animation timing issues where animations would start and stop incorrectly
    • Simplified animation system: client handles all animation logic, server only handles loot generation and delivery
    • Removed complex skip tracking that was causing desync issues

Changes

  • Animation skip via right-click removed (use shift-click for instant opening instead)
  • Improved debug logging for animation and loot delivery tracking
  • Server now properly enforces cooldown without interfering with client animation
  • Item delivery timing adjusted to 2.5 seconds to match animation duration exactly

Technical Details

  • Refactored animation system for better client-server separation
  • Removed unused network payloads (LootBagSkipAnimationPayload, LootBagStopAnimationPayload)
  • Simplified cooldown tracking on server side