HomeBedrockAddonsSmart Inventory Utilities
Smart Inventory Utilities
AddonsBedrock

Smart Inventory Utilities

by CesarDev · on CurseForge

A lightweight utility that manages inventory refills and prevents tool breakage, fully achievement-compatible.

⬇ Download on CurseForge
Smart Inventory Utilities — screenshot 1

Smart Inventory Utilities (Click for More)

Smart Inventory Utilities (SIU) is an essential quality-of-life tool for Minecraft Bedrock. Stop interrupting your gameplay to manually swap broken tools or refill blocks. This addon manages your inventory intelligently, automatically, and is highly configurable via scripts.

Smart Inventory Utilities Banner

Discord Github Support

What Does This Addon Do?

SIU combines two critical systems into a single optimized script: Stack Refill and Durability Monitor. The addon detects when an item is depleted or about to break and instantly looks for an identical replacement in your inventory to equip it.

Key Features

Durability Alert Levels

Level Condition Effect
Warning 15% Durability Yellow message in the Action Bar.
Danger 5% Durability Bass sound, lava particles, and chat alert.
Critical 3 Uses Left On-screen Title, break sound, and explosion particles.

🛠️ Technical Configuration

You can customize the behavior by editing the constants at the top of scripts/main.js. Adjust refill logic, warning percentages, or item saver thresholds to fit your playstyle.

const REFILL_CONFIG = {
  ENABLE_STACK_REFILL: true,
  ENABLE_TOOL_REFILL: true,
  HOTBAR_ONLY: true
};

const DURABILITY_CONFIG = {
  WARNING_PERCENT: 0.15,
  ITEM_SAVER_USES: 1,
  LORE_ENABLED: true
};

Compatibility & Requirements

How to Use

  1. Equip any tool or armor piece.
  2. The addon will automatically start monitoring durability and adding lore information.
  3. Keep backup tools or item stacks in your inventory for the auto-replacement to trigger.
  4. To mute warnings, you can add the tag durability_mute to yourself.

Found a bug or have a suggestion? Join our Discord Server for support and community updates!

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more