File Details
inventory-log-1.1.0.jar
- R
- May 13, 2026
- 55.82 KB
- 11
- 1.21.11
- Fabric
File Name
inventory-log-1.1.0.jar
Supported Versions
- 1.21.11
Curse Maven Snippet
Inventory Log 1.1.0 adds a new Drop Tracker system for collecting drop chance statistics directly in Minecraft.
Changes:
- Added Drop Tracker for counting item drop chances.
- Added two tracker modes:
- Durability mode: counts one attempt when the tracked item in hand loses durability.
- Loot mode: counts one attempt when loot is added to inventory, useful for mechanics where the tool does not lose durability.
- Added separate tracker HUD.
- Added tracker HUD movement command.
- Added tracker HUD line count setting.
- Added tracker session files.
- Added tracker summary file that mirrors HUD statistics.
- Added ability to start a new tracker file or continue an existing one.
- Added Wilson 95% confidence interval display for drop chances.
- Added separate tracker ignore list.
- Normal ignored items are also ignored by the tracker.
- Added commands to remove accidental loot from tracker statistics.
- Added Mod Menu configuration screen support.
- Added tracker settings to Mod Menu.
- Improved inventory comparison for custom items.
- Damage and repair cost changes are ignored for normal inventory item identity.
- Updated mod version to 1.1.0.
New tracker commands:
- /invlog tracker start durability hand
- /invlog tracker start durability hand file <name>
- /invlog tracker start loot hand
- /invlog tracker start loot hand file <name>
- /invlog tracker continue durability hand file <name>
- /invlog tracker continue loot hand file <name>
- /invlog tracker stop
- /invlog tracker reset
- /invlog tracker reset confirm
- /invlog tracker stats
- /invlog tracker window <ticks>
- /invlog tracker hud show
- /invlog tracker hud hide
- /invlog tracker hud move
- /invlog tracker hud lines <1-100>
- /invlog tracker ignore hand
- /invlog tracker ignore hand custom
- /invlog tracker ignore hand name
- /invlog tracker ignore hand minecraft
- /invlog tracker ignore remove
- /invlog tracker ignore check
- /invlog tracker ignore list
- /invlog tracker ignore clear
- /invlog tracker remove hand
- /invlog tracker remove hand amount <count>