Unlimited Stacks Mod
ModRaises the item stack limit from 99 to 1,073,741,823. Stacks persist through relog. No config required.
Type
Mod
Modrinth Downloads
717
Modrinth ID
2V1YydKU
Last Updated
Jun 12, 2026
Description
Unlimited Stacks
Vanilla caps item stacks at 99. This mod raises that to 1,073,741,823.
No config. No commands. No GUI. Install it and forget about it.
The Problem With Vanilla
Minecraft enforces the stack limit in three separate places. Most mods that claim to remove the cap only fix one or two of them, which means stacks above 99 either:
- Display in-game but silently delete themselves on world save/reload
- Show the right count but can't be placed into containers
- Work fine until you relog, then vanish
This mod fixes all three.
What It Actually Changes
1. Item stack limit Overrides getMaxStackSize() on all non-damageable items at the item level. This is what controls how high a stack can grow in your inventory.
2. Container slot limit Overrides getMaxStackSize() at the container interface level. Without this, slots silently clamp stacks back to the old limit when you move items between inventories.
3. Codec range patch This is the fix most mods miss. Vanilla bakes a intRange(1, 99) validation codec directly into ItemStack.MAP_CODEC at class-load time. Any stack count above 99 fails this validation and is silently discarded when the world saves. This mod intercepts that codec call and expands the accepted range to match the new limit.
Without the codec patch, stacks above 99 disappear when the world saves.
Damageable Items
Tools, weapons, and armour are intentionally excluded. They can't be stacked regardless, and setting a stack size on them triggers Minecraft's internal "item cannot be both damageable and stackable" error. Everything else gets the full limit: blocks, food, materials, misc items.
Stack Limit
The limit is set to Integer.MAX_VALUE / 2 = 1,073,741,823.
This value is used consistently across all three patches so there are no mismatches between what the item allows, what the container allows, and what the save codec accepts.
Use Cases
- Survival or SMP servers running drop multiplier mods
- Creative or admin worlds where large item counts are needed
- Any setup where vanilla's 99-item cap is a bottleneck
Compatibility
Minecraft 26.1.2 Loader Fabric 0.19.2+ API Fabric API required Side Required on both client and server Java 25+Both client and server need the mod installed. The codec patch runs at class-load time on both sides. A server-only install will cause the client to show wrong stack counts.
Compatibility
Mod Loaders
Game Versions
Similar Mods
Guinea Pig Variety
Adds 9 variants of guinea pigs to the game!
Boss Fight Optimizer
Add some of the features of the Terraria Calamity mod to improve the performance of boss fights!
Netherite Additions 2
Add more netherite type.
Portal Builder: Create Edition
Allows you to make your own portals compatible with Create!
Cuttable Wood
Makes wood blocks cuttable in the stonecutter, to make the crafting of wooden items more comfortable and sensible.
TFC - VS2 Eureka Compatibility
Compat for TFC And VS2 Eureka(addon for valkyrien skies)