
Storage Finder
Find items in previously opened storage and item frames with colored highlights, multiple searches, and safe A* routes.
- Загрузки
- 250
- Подписчики
- 5
- Обновлён
- 3 августа 2026 г.
- Лицензия
- MIT
Опубликован 18 июля 2026 г.
Storage Finder
Storage Finder is a client-side Fabric mod that helps you locate items stored in nearby containers.
It remembers the contents of containers you have previously opened, combines that information with visible item frames, highlights every matching storage block, and calculates safe ground routes to up to three of the nearest reachable targets.
No server-side installation is required.
Features
- Search chests, trapped chests, barrels, and placed shulker boxes.
- Use visible item frames as an additional search source.
- Search with an item in your hand or by its localized name.
- Run multiple color-coded searches simultaneously.
- Highlight every matching storage block.
- Display active searches, item icons, match counts, and route status in a compact HUD panel.
- Build safe ground routes to up to three nearby reachable targets.
- Configure the search radius from 1 to 8 chunks.
- Store container information locally with automatic backups.
- Configure the mod through Mod Menu.
Ender Chests are intentionally excluded from indexing and search results.
Searching with a held item
- Hold the item you want to find in your main hand.
- Press the Storage Finder search key.
- Press the key again with the same item to remove that search.
The default search key is Right Alt. It can be changed in the standard Minecraft Controls menu.
Different held items can be added as simultaneous searches. Each active query receives a separate highlight color.
Searching by name
- Empty your main hand.
- Press the Storage Finder search key.
- Type the localized item name.
- Select a suggestion with the mouse or keyboard.
The catalog follows the language currently selected in Minecraft.
Active searches appear at the top of the catalog and can be removed individually. A separate button clears every active search.
Container indexing
Minecraft clients cannot inspect arbitrary closed containers. Storage Finder can search a container after you have opened it at least once.
The mod indexes only the storage inventory. Items in the player's inventory are never included.
Container snapshots are updated:
- when a container is opened for the first time;
- when its contents change while open;
- before the container screen closes;
- when the world changes;
- when the client stops.
Double chests are stored as one logical container, while both physical halves are highlighted in the world.
Item matching
Regular items are matched by their base registry type.
The following properties are ignored:
- custom names;
- durability;
- regular enchantments;
- other stack-specific components.
For example, searching for a diamond pickaxe will match diamond pickaxes with any durability, name, or enchantments.
Enchanted books are handled separately. Each stored enchantment is indexed as an individual search identity, while enchantment levels and custom book names are ignored.
Item frames
Visible item frames can act as labels for the storage block behind them.
Item-frame results are combined with remembered container contents. Current observations take priority over older saved information.
Only item frames and containers in chunks already loaded by the client are searched.
Highlights and HUD
Every matching storage block receives a colored outline.
The HUD panel displays:
- the item icon;
- localized item name;
- query color;
- number of matching storage blocks;
- route calculation status;
- number of available routes.
Opening a matching container automatically removes only the searches satisfied by that container. Unrelated searches remain active.
Safe routes
Storage Finder uses incremental multi-goal A* pathfinding instead of drawing only a straight line to the target.
Routes account for:
- walls and block collision shapes;
- the player's full bounding box;
- slabs, stairs, carpets, and snow layers;
- elevation changes;
- reachable positions beside the target;
- both halves of a double chest.
When hazard avoidance is enabled, routes also avoid fluids, fire, cactus, magma blocks, powder snow, and other unsafe surfaces.
Pathfinding runs incrementally across game ticks to reduce frame stalls during complex searches. Calculated paths are cached, validated, and periodically refreshed.
Routing is designed for normal ground movement. It does not plan:
- opening doors;
- swimming;
- flying;
- climbing ladders;
- complex parkour jumps.
A difficult target may remain highlighted even if no valid route can be calculated.
Search radius
The search radius can be configured from 1 to 8 chunks.
The maximum range is a strict horizontal Euclidean radius of 128 blocks.
The mod never forces chunks to load for searching, highlighting, or routing.
Ченджлог
1.0.3Релиз26.1.2, 26.2 · 3 августа 2026 г.
Storage Finder 1.0.3
English
Storage Finder 1.0.3 introduces economy price bridge integration, route rendering optimizations, and improved storage index persistence.
✨ Key Features & Changes
- Optimized Pathing & Rendering: Refined A* pathfinding and line gizmo drawing to eliminate render thread overhead.
- Mixin Configuration Fix: Added
minVersion: 0.8to mixin settings to eliminate Fabric Loader warnings. - Atomic Index Persistence: Storage index data is now saved atomically with automatic
.bakbackups. - Localization Sync: Synchronized translations across
ru_ru,en_us,es_es, andes_mx.
1.0.2Релиз26.1.2, 26.2 · 22 июля 2026 г.
Storage Finder 1.0.2 expands indexed storage support and adds new search-management and statistics features.
- Indexes hoppers, furnaces, dispensers, droppers, brewing stands, and additional container blocks.
- Search entries can be pinned with right-click.
- Added item statistics for indexed storage within 128 blocks.
- Stores exact item counts while preserving compatibility with existing indexes.
- The HUD now shows the number of matching items.
- Added configurable HUD corner placement and vertical offset.
- Fixed overlapping help text on the settings screen.
- One JAR supports Minecraft 26.1.2 and 26.2.
- Added compatibility bridges for active-screen, HUD, and toast API changes.
Requires Fabric Loader 0.19.3+, Java 25, and Fabric API. Client-side only.
1.0.0Релиз26.1.2 · 18 июля 2026 г.
Storage Finder 1.0.0
The first public release of Storage Finder.
Features
- Search items in previously opened chests, trapped chests, barrels, and placed shulker boxes.
- Use visible item frames as an additional search source.
- Search with a held item or through a localized text catalog.
- Run multiple color-coded searches simultaneously.
- Highlight every matching storage block.
- Display active searches, match counts, and route status in a compact HUD panel.
- Build safe ground routes to up to three nearby reachable targets.
- Use incremental multi-goal A* pathfinding with collision and elevation checks.
- Avoid fluids, fire, cactus, magma, powder snow, and other hazards.
- Configure a strict search radius from 1 to 8 chunks.
- Store container data locally with backup and recovery files.
- Separate indexed data between servers, worlds, and dimensions.
- Configure behavior through Mod Menu.
- Includes the official Storage Finder project icon.
Item matching
- Regular items are matched by their base registry type.
- Custom names, durability, and normal enchantments are ignored.
- Enchanted books are indexed separately by stored enchantment type.
- Enchantment levels and custom book names are ignored.
Important limitations
- Containers become searchable only after they have been opened at least once.
- Ender Chests are not indexed.
- Only chunks and entities already loaded by the client are searched.
- The mod never forces additional chunk loading.
- Routing supports normal ground movement but does not plan swimming, flying, ladders, door opening, or complex parkour.
Requirements
- Minecraft 26.1.2
- Fabric Loader 0.19.3 or compatible
- Java 25
- Fabric API
- Mod Menu is optional
This is a client-side release. No server-side installation is required.
Комментарии
Загружаем…