Sensible Stackables
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.3% endorsement rate
- 🏆 #730 of 983 fabric mods in this game by downloads
📋 About This Mod
# Sensible Stackables This mod allows increasing the stack size of items, while providing balanced defaults: - Potions: 3 - Saddle: 16 - Harness: 16 - Boats: 16 - Minecarts: 16 - Beds: 16 - Stews and soups: 16 - Enchanted books: 64 - Ender pearls: 64 - Snowball: 64 - Egg: 64 - Horse armor: 64 - Music discs: 64 - Banner patterns: 64 - Cake: 16 Additionally, splash and lingering potions have a 1-second use cooldown to prevent potion throwing spam, and several menus have been patched to support stacks of items. The mod can also be used to uncap the vanilla stack size limit and set any value you want, read below for instructions. Version 3.0.0+ requirements: - (https://modrinth.com/mod/fzzy-config) - (https://modrinth.com/mod/defaulted) - (https://modrinth.com/mod/mixson) - (https://modrinth.com/mod/fabric-api) (if on Fabric) - (https://modrinth.com/mod/modmenu) (for accessing in-game config on Fabric) Older versions of the mod only require Fabric API if on Fabric. ## Configuration As of version 3.0.0, it's recommended to use the in-game config screen to configure the mod, as there are item suggestions with auto-completion and most things are explained via tooltips. The mod can also be configured manually by editing .toml files in inside the `config/sensible_stackables` folder. For mod versions below 3.0.0, there is one `sensible_stackables.json` file inside the config folder. The configuration supports defining stack sizes for either single items or item tags, for example: - Adding `"minecraft:totem_of_undying"` with value 16 will allow stacking totems up to 16 - Adding `"#minecraft:banners"` with value 64 will allow stacking banners up to 64 (# indicates to the mod that this is an item tag) - Adding `"#c:buckets"` with value 64 will allow stacking all types of buckets up to 64 (`c` is the namespace for conventional tags, see available conventional tags (https://wiki.fabricmc.net/community:common_tags)) - Adding `"#sensible_stackables:all_block_items"` with value 1 will make all blocks stack up to 1 only (dynamic tag provided by this mod, only in version 3.0.0 and above) Item entry format for mod version 3.0.0 and above: `` Item entry format for mod versions below 3.0.0: `"minecraft:ender_pearl": 64` ## Uncapping max stack size Setting `uncapStackSize` ("Uncap stack size" in GUI config) to `true` in the mod configuration will allow setting stack sizes above 64 to items and apply necessary patches to prevent bugs with large stack sizes. Item counts larger than 999 will be shortened in the GUI and the item tooltip will display the exact item count of the stack. `commonStackSize` ("Common stack size" in GUI config) can then be increased from 64 to a higher value to set a "global" max stack size for all items which use the default stack size. Stack sizes for items which don't use the default stack size (such as potions, boats, enchanted books etc.) still need to be defined manually. As of version 3.0.0, item count display changes, such as shortening, scaling and the item count tooltip, can be toggled on and off for compatibility with mods like (https://modrinth.com/mod/o123456789-backport). **WARNING**: While theoretically you can set max stack sizes for everything up to around 2.1 billion, using sizes larger than 100000 can cause performance issues. For example crafting 100000+ items at the same time or taking out 100000+ items from the stonecutter will freeze the game for a while (5-20 seconds). I've tested the mod with common stack size set to 32768 and performance was still reasonable. **USE HIGHER VALUES AT YOUR OWN RISK!**
# Sensible Stackables
This mod allows increasing the stack size of items, while providing balanced defaults:
- Potions: 3
- Saddle: 16
- Harness: 16
- Boats: 16
- Minecarts: 16
- Beds: 16
- Stews and soups: 16
- Enchanted books: 64
- Ender pearls: 64
- Snowball: 64
- Egg: 64
- Horse armor: 64
- Music discs: 64
- Banner patterns: 64
- Cake: 16
Additionally, splash and lingering potions have a 1-second use cooldown to prevent potion throwing spam, and several menus have been patched to support stacks of items.
The mod can also be used to uncap the vanilla stack size limit and set any value you want, read below for instructions.
Version 3. 0. 0+ requirements: - (https://modrinth.com/mod/fzzy-config) - (https://modrinth.com/mod/defaulted) - (https://modrinth.com/mod/mixson) - (https://modrinth.com/mod/fabric-api) (if on Fabric) - (https://modrinth.com/mod/modmenu) (for accessing in-game config on Fabric)
Older versions of the mod only require Fabric API if on Fabric.
## Configuration
As of version 3. 0. 0, it's recommended to use the in-game config screen to configure the mod, as there are item suggestions with auto-completion and most things are explained via tooltips.
The mod can also be configured manually by editing .toml files in inside the `config/sensible_stackables` folder. For mod versions below 3. 0. 0, there is one `sensible_stackables.json` file inside the config folder.
The configuration supports defining stack sizes for either single items or item tags, for example: - Adding `"minecraft:totem_of_undying"` with value 16 will allow stacking totems up to 16 - Adding `"#minecraft:banners"` with value 64 will allow stacking banners up to 64 (# indicates to the mod that this is an item tag) - Adding `"#c:buckets"` with value 64 will allow stacking all types of buckets up to 64 (`c` is the namespace for conventional tags, see available conventional tags (https://wiki.fabricmc.net/community:common_tags)) - Adding `"#sensible_stackables:all_block_items"` with value 1 will make all blocks stack up to 1 only (dynamic tag provided by this mod, only in version 3. 0. 0 and above)
Item entry format for mod version 3. 0. 0 and above: `[ "minecraft:ender_pearl", 64 ]`
Item entry format for mod versions below 3. 0. 0: `"minecraft:ender_pearl": 64`
## Uncapping max stack size
Setting `uncapStackSize` ("Uncap stack size" in GUI config) to `true` in the mod configuration will allow setting stack sizes above 64 to items and apply necessary patches to prevent bugs with large stack sizes. Item counts larger than 999 will be shortened in the GUI and the item tooltip will display the exact item count of the stack.
`commonStackSize` ("Common stack size" in GUI config) can then be increased from 64 to a higher value to set a "global" max stack size for all items which use the default stack size. Stack sizes for items which don't use the default stack size (such as potions, boats, enchanted books etc.) still need to be defined manually.
As of version 3. 0. 0, item count display changes, such as shortening, scaling and the item count tooltip, can be toggled on and off for compatibility with mods like (https://modrinth.com/mod/o123456789-backport).
📊 Mod Details
- Game
- Minecraft Mods
- Author
- pajic
- Version
- 3.0.2+26.1.2-fabric
- Downloads
- 42,597
- Endorsements
- 109
- Category
- fabric
- Created
- 1/14/2025
- Updated
- 7/8/2026
- Game Versions
- 26.1.2, 26.2
- Tags
- storage, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Sensible Stackables support?
The author lists 26.1.2, 26.2. Other versions may work but are untested by the author.
What is the latest version of Sensible Stackables?
Version 3.0.2+26.1.2-fabric, published 2026-07-08 with 42,597 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await