ChestRangeMod extends the range at which crafting benches can pull materials from nearby chests, allowing you to build larger storage rooms while maintaining full crafting access.
Hytale’s crafting benches can pull materials from nearby chests, but the default 7-block range limits your storage room designs. ChestRangeMod removes that limitation, allowing you to build expansive storage areas.
What Does This Mod Do?
By default, Hytale limits the “Using items from nearby chests” feature to a 7-block horizontal radius. This mod extends that range to 20 blocks (configurable), letting you design large-scale storage rooms without sacrificing crafting convenience.
Key Features
Extended Range
Increase the search radius from 7 blocks to 20 or more, enabling massive storage room designs.
Vertical Search
Configure vertical search range separately, useful for multi-floor storage buildings.
Chest Limit Control
Set a maximum number of chests to search, preventing performance issues in areas with many storage containers.
Configuration
Edit mods/ChestRangeMod/config.json:
{
"horizontalRadius": 20,
"verticalRadius": 10,
"chestLimit": 200
}
| Option | Description | Default |
|---|---|---|
| horizontalRadius | Horizontal search distance | 20 |
| verticalRadius | Vertical search distance | 10 |
| chestLimit | Max chests to search | 200 |
Note: Higher values may impact performance in areas with many chests.
Who Is This Mod For?
Ideal for:
- Players building large storage facilities
- Base designers wanting organized crafting areas
- Anyone frustrated by the default range limit
Compatibility
- Hytale Version: Early Access
- License: MIT License