Sensible Stackables

Quick rating

Community listing page, reviews here may not be monitored by the author.

Sensible Stackables

By pajicOwner

No reviews yet

Change and uncap stack sizes for any item, with sensible defaults

No Theme
No Genre
QoL & Tweaks
Storage & Organization
Mod Loaders
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
3.0.2 for Fabric 26.1.2

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

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:

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 here)
  • 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 Reliable Recount.

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:

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 here)
  • 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 Reliable Recount.

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!

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~350,000
Total Downloads
CurseForge
~310,000
Modrinth
~42,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works