Increases max stack sizes for commonly used items. Ores go from 25 to 50, wood and rocks from 100 to 250, and more. Includes a powerful config system to modify any item's stack size.
Overstacked increases the maximum stack sizes of commonly used items in Hytale. Created by DarkhaxDev, this mod also includes a powerful configuration system that lets you modify the stack size of any item.
What Does This Mod Do?
The mod increases default stack sizes for many item categories and provides tools to customize stack sizes to your preference.
Default Changes
| Item Type | Vanilla | Overstacked |
|---|---|---|
| Ores | 25 | 50 |
| Wood Trunks/Planks | 100 | 250 |
| Fibre | 100 | 250 |
| Rocks | 100 | 250 |
| Soils | 100 | 250 |
| Petals | 100 | 300 |
| Rubble | 100 | 150 |
| Crystal Shards | 100 | 150 |
| Seeds | 100 | 150 |
Configuration System
Config File Location
After first launch, find MaxStackSizes.json in the Darkhax_Overstacked folder inside your mods folder.
Item IDs
Set specific stack sizes for individual items:
{
"ItemIds": {
"Rock_Stone": 999,
"Soil_Dirt": 5
}
}
Regex Patterns
Use regex patterns for sweeping changes:
{
"Patterns": {
"^Furniture_.*_Stool$": 200
}
}
This example matches any item starting with “Furniture_” and ending with “_Stool”.
Key Features
Sensible Defaults
Pre-configured increases for commonly gathered materials.
Full Customization
Modify any item’s stack size through the config file.
Regex Support
Make sweeping changes with powerful pattern matching.
Who Is This Mod For?
This mod is ideal for:
- Players who gather lots of resources
- Those who want less inventory management
- Builders stockpiling materials
- Anyone annoyed by small stack sizes
You might not need this if:
- You prefer vanilla stack limits
- Inventory management is part of the challenge
Compatibility
- Hytale Version: Early Access and above
- License: All Rights Reserved
- Conflicts: None known
About the Author
DarkhaxDev creates utility and gameplay mods for Hytale, including EyeSpy, Pixel Paintings, Cobble Generators, and Soulstones.
Frequently Asked Questions
Can I decrease stack sizes?
Yes, you can set any stack size (minimum 1) in the config.
Do changes apply to existing items?
Yes, stack size changes apply to items you already have.
What if I don’t want certain default changes?
Remove the unwanted entries from the config file.