Key Items

Quick rating

Community listing page, reviews here may not be monitored by the author.

Key Items

No reviews yet

An RPG inspired configurable inventory for keeping and using important items.

QoL & Tweaks
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
keyitems-1.0.0.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Key Items adds a dedicated 27-slot Key Items pouch that allows players to store and use utility items, consumables, and accessories via hotkeys without taking up space in the vanilla hotbar or main inventory.


Features

  • 27-Slot Persistent Pouch: A separate inventory accessed via keybind or a key button inside the player inventory. Items in the pouch are preserved through death.
  • Quick-Use Hotkeys: The first 9 slots can be activated directly via hotkeys:
  • Instant Use: Throw Ender Pearls, splash potions, or place blocks directly where you're aiming.
  • Continuous Actions: Hold to block with Shields, charge Bows, or eat Food.
  • Crossbows: Hold to load an arrow; tap while loaded to fire immediately.
  • Curios Compatibility: Accessories placed in the pouch provide their passive effects and attribute modifiers (e.g. max health, speed, magnets). All Curios items are not designated as key items by default.
  • Universal Totem of Undying: Any vanilla or modded totem in the pouch will trigger upon fatal damage.
  • Ammo Supply: Bows and crossbows automatically draw arrows or fireworks stored in the pouch.
  • Sidebar HUD: A compact, semi-transparent on-screen overlay displays the 9 active slots, durability bars, cooldown sweeps, and stack counts.
  • Custom Tooltips: Items display a yellow ★ Key Item tag, or a purple ✦ Eternal Key Item tag if configured for infinite use.

Configuration

The mod generates a configuration file at config/keyitems-common.toml. It allows you to:

  • Enable or disable global item acceptance (allow_all_by_default).
  • Whitelist specific item IDs allowed into the pouch (allowed_items).Designate items that never lose durability or stack count (infinite_items).

All keybindings (default K to open, Numpad 1–9 to activate slots) can be customized in the vanilla Controls menu.


Datapack & KubeJS Support

Modpack creators can configure Key Items using item tags:

  • #keyitems:allowed — Items allowed into the pouch.
  • #keyitems:infinite — Items that bypass durability loss and consumption.

KubeJS Example (kubejs/server_scripts/keyitems.js):

ServerEvents.tags('item', event => { 

event.add('keyitems:allowed', [ 'minecraft:ender_pearl', 'minecraft:shield', '#c:tools', '#curios:curio' ])

event.add('keyitems:infinite', [ 'minecraft:shield', 'minecraft:arrow' ])

})

Datapack Example (data/keyitems/tags/item/allowed.json):

{

"replace": false,

"values": [ "minecraft:ender_pearl", "minecraft:shield", "#curios:curio" ]

}

Screenshots

Gallery

  • 2026-08-15_19.33.47.png
    2026-08-15_19.33.47.png 2026-08-15_19.33.47.png
  • 2026-08-15_19.33.49.png
    2026-08-15_19.33.49.png 2026-08-15_19.33.49.png
  • 2026-08-15_19.33.51.png
    2026-08-15_19.33.51.png 2026-08-15_19.33.51.png
  • 2026-08-15_19.33.40.png
    2026-08-15_19.33.40.png 2026-08-15_19.33.40.png
  • 2026-08-15_19.32.20.png
    2026-08-15_19.32.20.png 2026-08-15_19.32.20.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works