Back to Mods
Overstacked

Overstacked

qolDarkhaxDev

Increases the maximum stack size of items.

About Overstacked

The Overstacked mod increases the max stack size of several commonly used items to be higher. It also offers a powerful config system that allows you to modify the max stack size of any item in the game!

Default Changes

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

When you run the game for the first time after installed the mod, a Darkhax_Overstacked folder will be generated in the mods folder. Inside this folder you will find a MaxStackSizes.json file, which is both an example and the default changes made by the mod. The file can be edited with notepad or any other text editor.

ItemIds

The ItemIds section of the config is a direct map of the item Ids to new stack sizes. You can increase or decrease the stack size, as long as the size is not less than 1.

{ "ItemIds": { "Rock_Stone": 999, "Soil_Dirt": 5 } } If you don't want the mod to modify an item, just remove it from the map. All entries are optional and up to you.

Regex Patterns

The Patterns section allows you to define a regex pattern. Any Id matching the regex will be updated to the new size. For example the pattern ^Furniture_.*_Stool$ will match any item that starts with Furniture_ and ends with _Stool. Regex patterns are very powerful because they allow you to make sweeping changes. They can also be dangerous as there is a potential for them to match on something you did not account for.

{ "ItemIds": { "Rock_Stone": 999 }, "Patterns": { "^Furniture_.*_Stool$": 200 } }

Downloads
136.0K
Created
Jan 11, 2026
Updated
Jan 28, 2026
Version
Early Access

Categories

Quality of LifeGameplay

Download Mod

Download on CurseForge
Free download • 136,042 total downloads

Need a Server?

Run Overstacked on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Overstacked?

Increases the maximum stack size of items.

How do I download Overstacked?

You can download Overstacked for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Overstacked?

Overstacked was created by DarkhaxDev. The mod has been downloaded 136.0K times.

Is Overstacked compatible with Hytale servers?

Overstacked is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Overstacked?

To install Overstacked: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.