
Tired of digging through endless chests?
Chestmonster is a storage helper mod that makes early-game chest organisation much easier, without turning your base into a full storage network.
Link your nearby containers, open the Chestmonster, and instantly search through your messy chest setup from one simple interface.

Chestmonster gives each player their own searchable storage hub.
Instead of opening chest after chest looking for that one missing item, you can use the Chestmonster to browse, search, and pull items from linked containers nearby.
It is designed for early-game storage control: simple, useful, and intentionally not overpowered.

The main block used to access your linked storage.
Open it to view a searchable 9x3 storage grid showing items from nearby linked containers.
Place this next to containers to link them to a nearby Chestmonster.
Once linked, those containers can be searched and accessed through the Chestmonster interface.


Chestmonster uses a JSON config file and can be reloaded in-game with:
/chestmonster reload
Default Config:
{
"gridstoreitems": false,
"searchradius": 12,
"enableDeloot": true,
"delootDimensions": [
"minecraft:overworld",
"minecraft:the_nether",
"minecraft:the_end"
]
}
| Key | Description |
|---|---|
gridstoreitems |
Enables or disables storing items back into linked storage from the Chestmonster grid. |
searchradius |
Controls how far the Chestmonster searches for linked containers. |
enableDeloot |
Enables or disables the vanilla-inventory deloot button. |
delootDimensions |
Defines which dimensions the deloot feature can be used in. |