StorageGuide
Stop hunting through an entire storage room for one missing item. StorageGuide lets a server define one shared storage wall, assign items to chest slots, and highlight exactly where players should go.
StorageGuide is a Fabric client/server mod for Minecraft 26.1.2+. Operators map a vertical storage-room wall into one-block double-chest cells, then assign items with an in-game editor. Players can hold an item or use the finder menu to highlight the matching chest slot.
Features
- Server-backed storage guide shared by everyone on the server.
- One jar for both client and server.
- Operator-only grid creation and item assignment.
- Simple in-world highlights for storage cells and lookup results.
- Finder menu with readable item names like
emerald. - Quick locate key for the item in your hand.
- One authoritative config file:
config/storageguide.json.
How It Works
StorageGuide treats one vertical side of your storage room as a grid. Each selected block in that wall represents one double chest slot. The server stores the grid and item assignments; clients only request actions and render highlights locally.
Requirements
- Minecraft
26.1.2+ - Fabric Loader
0.19.2+ - Fabric API
0.152.1+26.1.2 - Java
25+
Installation
Install storageguide-1.0.0.jar on both the server and every client that wants to use StorageGuide.
The server stores the shared storage wall configuration in:
config/storageguide.json
Controls
[selects or edits the storage grid. Operators use this to create the grid or edit a highlighted cell.Oopens the item finder menu.Plocates the held item.
All keybinds are configurable from Minecraft's keybinds screen.
For Operators
Create the grid:
- Look at one corner of the storage wall and press the select/edit key.
- Look at the opposite corner on the same vertical plane and press the key again.
- The server creates one storage cell for every block in the selected rectangle.
Edit assignments:
- Press the select/edit key to highlight the existing grid.
- Look at a highlighted cell and press the key again.
- Pick an item from the editor and save.
Escape, the pause menu, or rejoining exits edit mode without saving.
For Players
- Hold an item and press the locate key to highlight its assigned chest slot.
- Open the finder menu to search for an item manually.
- Highlights are local to you; the server remains the source of truth.
Release Channels
StorageGuide uses two release channels:
- Stable: production-ready versions, tagged as
vX.Y.Zand published to Modrinth as Release. - Beta: test builds, tagged as
vX.Y.Z-beta.Nand published to Modrinth as Beta.
Current stable release: v1.0.0.
Source And License
- Source: https://github.com/boyakhil978/StorageGuide
- License: MIT
Building
./gradlew build
The release jar is generated at:
build/libs/storageguide-1.0.0.jar
