!Banner
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.
!What Does it do?
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.
!Blocks
Chestmonster
The main block used to access your linked storage.
Open it to view a searchable 9x3 storage grid showing items from nearby linked containers.
Chestmonster Hand
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.
!Features
- Searchable 9x3 storage view
- Scroll through linked storage contents
- Click an item to take one item onto your cursor
- Shift-click an item to take up to one stack onto your cursor
- Optional item storing back into linked storage
- Optional vanilla-inventory deloot button
- Deposit matching items into nearby containers
- One Chestmonster per player
- Lightweight by design
!Config
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. |

