Minecraft AllStackable mod 2026 download
logo
minecraft mod AllStackable

AllStackable

Game Version: 1.18.1
Total Downloads: 18,933
Updated: Dec 30, 2021
Created: Aug 24, 2020
Download AllStackableDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
AllStackable-1.5.1-1.18.1.jar release 67.78 KB Dec 30, 2021 1.18.1 5 download AllStackable AllStackable-1.5.1-1.18.1.jar releaseDownload
AllStackable-1.5-1.18.1.jar release 64.66 KB Dec 12, 2021 1.18.1 796 download AllStackable AllStackable-1.5-1.18.1.jar releaseDownload
AllStackable-1.4.3-1.17.1.jar release 64.01 KB Dec 1, 2021 1.17.1 343 download AllStackable AllStackable-1.4.3-1.17.1.jar releaseDownload
AllStackable-1.4.2-1.17.1.jar release 63.96 KB Oct 5, 2021 1.17.1 1,425 download AllStackable AllStackable-1.4.2-1.17.1.jar releaseDownload
AllStackable-1.4.2-1.16.x release 63.13 KB Oct 5, 2021 1.16.5 495 download AllStackable AllStackable-1.4.2-1.16.x releaseDownload
AllStackable-1.4.1-1.16.5.jar release 63.37 KB Jul 1, 2021 1.16.5 1,810 download AllStackable AllStackable-1.4.1-1.16.5.jar releaseDownload
AllStackable-1.4.0-1.16.5.jar release 63.36 KB Jun 29, 2021 1.16.5 143 download AllStackable AllStackable-1.4.0-1.16.5.jar releaseDownload
AllStackable-1.3.0-1.16.x.jar release 56.36 KB Dec 22, 2020 1.16.5 6,414 download AllStackable AllStackable-1.3.0-1.16.x.jar releaseDownload
AllStackable-1.2.9-1.16.x.jar release 54.94 KB Dec 22, 2020 1.16.4 201 download AllStackable AllStackable-1.2.9-1.16.x.jar releaseDownload
AllStackable-1.2.9-1.15.x.jar release 54.93 KB Dec 22, 2020 1.15.2 313 download AllStackable AllStackable-1.2.9-1.15.x.jar releaseDownload
AllStackable-1.2.9-1.14.x.jar release 54.93 KB Dec 22, 2020 1.14.4 294 download AllStackable AllStackable-1.2.9-1.14.x.jar releaseDownload
AllStackable-1.3.0-1.16.1-Compatible.jar beta 56.00 KB Dec 22, 2020 1.16.4 877 download AllStackable AllStackable-1.3.0-1.16.1-Compatible.jar betaDownload
AllStackable-1.4.1-1.17.jar alpha 60.85 KB Jul 1, 2021 1.17 1,703 download AllStackable AllStackable-1.4.1-1.17.jar alphaDownload
AllStackable-1.4.0-1.17.jar alpha 60.85 KB Jun 29, 2021 1.17 108 download AllStackable AllStackable-1.4.0-1.17.jar alphaDownload

Description

Share this:

A highly customizable Fabric Mod that makes items stackable and allows you to change the stack size of them 

Require Fabric API

 

Ever wanted to stack potions, totems, or Shulker Boxes in one slot? Or perhaps hope to sort totems produced by the raid farm using your Redstone machines? This is the mod for you!

Sample

Supported VersionsLicense

 

Latest version: 1.5.1 for Minecraft 1.18.1 (Note: Java 17 Required)

 

 

Usages /allstackable help:

– /allstackable show all : list all modified items.

– /allstackable show [item] : show information of a specified item.

– /allstackable show hand [player] : show information about an item on a player's hand.

– /allstackable reset all : revert all changes.

– /allstackable reset [item] : reset a specified item.

– /allstackable reset hand [player] : reset an item on a player's hand.

– /allstackable set [itemID] [count] : set the max stackable count of a specified item.

– /allstackable set hand [player] : set the max stackable count of an item on a player's hand.

– /allstackable set vanilla [default value] [new value] : Apply new value to the stackable size of items whose default size is default value. (Only works for items that haven't been modified.)

– /allstackable set modified [current value] [new value] : Apply new value to the stackable size of items whose current size is current value. (Only works for items that have been modified.)

– /allstackable set all [current value] [new value] : Apply new value to the stackable size of items whose current size is current value. (Applies to all items.)

– /allstackable config reload : Reload config from file.

– /allstackable config loadFromGlobal : load the global config (stored in minecraft's config folder) to your game.

– /allstackable config saveToGlobal : Let your current config be the global config.

– /allstackable config globalConfigAutoApply [true/false]: whether the global config will be automatically applied to every new game.

– /allstackable config restore : restore to last change

– Also, if you want to use this mod without OP/cheat, you can manually change "permissionLevel" from 4 to 0 in the config file (in your save folder).

– If you want only stack empty shulkerbox,  change the setting manually in the config files (0 -> 1)

 

FAQ:

[1]. Where is the config file stored?

They are stored in the folder of your world.

[2]. Can I migrate the config from one world to another?

Just copy and paste the config to your new world, then use /allstackable reload if you're already in the world.

[3]. What will happen to my world if I delete this mod?

Don't worry, this mod dynamically modifies the stack size and does NOTHING to the data (Though you need to manually split those items that are already stacked.). And if you install this mod again, all features come back as long as you didn't remove the config file.

[4]. Server?

You have to install this mod on both sides. After that server will automatically let clients know if any item needs to be modified and synced.

Also, use LoganDark's mod – fabric-languagehack - or similar mods to enable server-side text translation if you want to see feedback in the console.

[5]. Sorting non-stackable items that made stackable by this mod.

Identical to sorting normal items. https://streamable.com/11hm1a

[6]. I find a bug! / This mod doesn't work! / Any other Issues

You can report them here 

 

Don't ask for breaking the 64 maximum stack size boundary, I won't do it. https://github.com/KrisCris/AllStackable/issues/10

 

需要中文? 

 

Notice:

(Some issues due to how Minecraft's code does)

[1]. Have a test before using/consuming certain types of stacked items (especially those having special functionalities), since you may lose them all or encounter unexpected behaviors. (Even though most issues are fixed in previous versions, please let me know if you found new bugs.)

 

Check out my other mods if you like! 🙂

TotemPlus – Save you from falling out of the world!

 

Sorry, No plan for Forge.

Comments

Add a comment