Documentation

Learn how to install and use LiquidBounce with our comprehensive guides

BetterInventory

BetterInventory bundles several quality-of-life visual tweaks for inventory and container screens. Instead of changing how items behave, it adds on-screen information and highlights that make managing your inventory faster and clearer. Each feature is its own toggleable group, so you can enable only the parts you want.

The three features are independent. HighlightClicked draws an outline or hotbar-style frame around the slot you last clicked, so it's easy to track which slot you just interacted with — see the highlight logic. TextCooldownProgress prints the remaining cooldown directly on an item (such as an Ender Pearl or Chorus Fruit) as a percentage, in ticks, or in seconds, so you don't have to read the shrinking cooldown overlay; the text only appears while a cooldown is active, as handled in the cooldown text drawing.

ContainerItemView previews the contents of a container item — like a Shulker Box or Bundle — without opening it, by reading its stored items and drawing them next to your cursor when you hover over the stack. You can position the preview relative to the mouse or at a fixed offset, optionally hide empty slots, and scale it to taste, as shown in the container preview rendering.

Category: Render Enabled by default: No

Settings

SettingTypeDefaultRangeDescription
HighlightClickedToggleable GrouponHighlights the slot you last clicked in an inventory screen.
HighlightClicked → ModeMode SelectorBorderBorder, TextureHow the clicked slot is highlighted: a colored border, or the vanilla hotbar selection frame.
HighlightClicked → Mode → [Border] → ColorColorColor of the border drawn around the clicked slot.
TextCooldownProgressToggleable GrouponShows an item's remaining cooldown as text drawn over the item.
TextCooldownProgress → ModeChoicePercentagePercentage, DurationTicks, DurationSecondsFormat of the cooldown readout: a percentage, the remaining ticks, or the remaining seconds.
TextCooldownProgress → ScaleDecimal1.00.25..4.0Size multiplier for the cooldown text.
TextCooldownProgress → ColorColorColor of the cooldown text.
ContainerItemViewToggleable GrouponPreviews the contents of a hovered container item (e.g. Shulker Box, Bundle) next to your cursor.
ContainerItemView → SkipEmptyStackTogglefalseWhen enabled, empty slots inside the container are omitted from the preview.
ContainerItemView → ScaleDecimal1.00.25..4.0Size multiplier for the container preview.
ContainerItemView → RelativeToMouseToggletrueWhen enabled, the preview follows your cursor; when disabled, it uses a fixed position from the offsets below.
ContainerItemView → RenderOffsetXDecimal150.0-4096.0..4096.0Horizontal offset of the preview, in pixels.
ContainerItemView → RenderOffsetYDecimal0.0-4096.0..4096.0Vertical offset of the preview, in pixels.

Last updated: 2026-06-08 — Based on source code