a minecraft java mod that shows you where nearby chests, trapped chests, barrels, shulkers, hoppers, droppers, and ender chests are using their icons. once opened, the contents of the storage container is also displayed (default hotkey is x, can be configured in hotkey settings)
by house, of houseofmates
- storage detection: shows location of nearby chests, trapped chests, barrels, shulkers, hoppers, droppers, and ender chests.
- inventory hud: displays container contents as a high-fidelity 9x3 or 9x6 grid once opened.
- toggle keybind: press x to enable/disable (default).
- distance scaling: icons scale with distance for perfect readability.
the absolute best way to play minecraft (java ofc) is on linux using prism launcher. it is faster, more secure, and easier to manage than any other method.
- install prism launcher from your linux package manager (flatpak, pacman, apt, etc).
- create a new instance (select minecraft 1.21.8, 1.21.9, 1.21.10, or 1.21.11 (recommended) and select fabric loader).
- right-click your new instance and click "edit".
- go to the "mods" tab on the left.
- click "add" and select the
chestray*.jarfile you downloaded (don't forget fabric api too). - launch and enjoy superior performance.
- download prism launcher for windows.
- create a new instance (1.21.1 + fabric).
- right-click the instance > edit > mods > add.
- select
chestray*.jarand fabric api.
- install fabric loader for 1.21.1.
- press
win + ron your keyboard. - type
%appdata%\.minecraft\modsand hit enter. - drag
chestray*.jarand fabric api into this folder.
- open your profile.
- click the three dots menu > open folder.
- open the
modsfolder. - drag
chestray*.jarinside.
- click on your profile.
- click the folder icon to open the instance folder.
- open
modsand dropchestray*.jarinside.
- right-click your instance > edit instance.
- select "loader mods" on the left.
- click "add" and select
chestray*.jar.
- download prism launcher for macos.
- create a new instance (1.21.1 + fabric).
- right-click the instance > edit > mods > add.
- select
chestray*.jarand fabric api.
- install fabric loader.
- open finder and press
cmd + shift + g. - type
~/Library/Application Support/minecraft/mods. - drag
chestray*.jarand fabric api into this folder.
- right-click your instance > edit instance.
- select "loader mods".
- drag
chestray*.jarinto the window.
see the recommended setup section at the top. this is the way.
- install fabric loader.
- open your terminal or file manager.
- navigate to
~/.minecraft/mods. - paste
chestray*.jarand fabric api here.
- open the instance settings or folder view.
- locate the
modsdirectory. - drop
chestray*.jarinside.
press x, or change the hotkey in your minecraft hotkey settings, to toggle the mod :)
./gradlew build
...ps... if you're a fan of friendly dupe servers with free OP kits & items, consider joining dupemates.playit.pub ;)
### housekeeping
Temporary scripts and LLM session notes are ignored by git. Use `./gradlew purgeUnneeded` to delete them from the workspace.
See `LLM_NOTES.md` for the designated notes file.
See `CONTRIBUTING.md` for development guidelines and LLM workflow.