
Stacks Are Stacks
Increases stack size for all items to 64, including Shulker Boxes, Totems, Enchanted Books & Potions. Now configurable!
Обновлён 25 июня 2026 г. · опубликован 2 августа 2024 г.
Stacks Are Stacks
This mod is rather simple, just like many before it. It makes all items (except tools) stackable up to 64. This includes items like shulker boxes, beds, water buckets, potions, enchanted books and totems of dying as well as any modded items.
Due to how simple and compact the mod actually is, there is little to no configuration involved. Just install, launch and like that. All your items will stack up to 64 now, what happens when you remove the mod? Well nothing, those stacks should still remain stacked until you touch them. (Just don't throw them into the world, because Mojang hates that)
Requirements
Requires Fabric API & oωo (owo-lib)
Of course a mod like this isn't without it's issues, due to how Minecraft was written a lot of the Item handling is hardcoded meaning something like emptying a Water Bucket doesn't bother to check if it's a stack or not, it just gives you an Empty Bucket resulting in losing that whole stack but don't worry. I've gone through and applied fixes to a lot of the common issues typically faced with having stacked items however I most likely didn't find all the possible issues so if you find one, feel free to open an issue
I will of course try add compatibility for any mods that require it, though if that mod is changing vanilla code it is more up to them to not follow the poor example and account for stacks of any size
A lot of the above is being improved and changed with 1.20.5 and above with NBT removal and Component Usage but still some are lacking fixes
tl;dr: Minecraft code = bad, if you find issues with stacks disappearing please open an issue
Use at your own risk
Known Issues
- When Bucketing an Axolotl you'll get a ghost bucket
- This is completely fine and is caused by the way the data is saved to the bucket, simply clicking on it in your inventory will cause it to vanish.
- It's not fixable without making heavy changes to the Axolotl Entity
Feel free to use this mod in other modpacks but keep the download within the Modrinth Ecosystem and do not reupload
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.1.1-1.26.2 | Релиз | 26.2 | fabric | 25 июня 2026 г. | Скачать (344 КБ) |
| 2.0.1-1.26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 7 мая 2026 г. | Скачать (153 КБ) |
| 2.0.0-1.26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 27 марта 2026 г. | Скачать (153 КБ) |
| 1.1.2-1.21.9 | Релиз | 1.21.9, 1.21.10, 1.21.11 | fabric | 6 октября 2025 г. | Скачать (153 КБ) |
| 1.1.1-1.21.2 | Релиз | 1.21.6, 1.21.7, 1.21.8, 1.21.9 | fabric | 29 июня 2025 г. | Скачать (153 КБ) |
| 1.1.0-1.21.2 | Релиз | 1.21.2, 1.21.3, 1.21.4, 1.21.5 | fabric | 5 марта 2025 г. | Скачать (151 КБ) |
| 1.1.0-1.21.0 | Релиз | 1.21, 1.21.1 | fabric | 5 марта 2025 г. | Скачать (151 КБ) |
| 1.0.2-1.21.2 | Релиз | 1.21.2, 1.21.3, 1.21.4 | fabric | 3 ноября 2024 г. | Скачать (130 КБ) |
| 1.0.1-1.21.2 | Релиз | 1.21.2, 1.21.3 | fabric | 2 ноября 2024 г. | Скачать (130 КБ) |
| 1.0.0-1.21.0 | Релиз | 1.21, 1.21.1 | fabric | 13 августа 2024 г. | Скачать (131 КБ) |
| 1.0.0-1.20.5 | Релиз | 1.20.5, 1.20.6 | fabric | 12 августа 2024 г. | Скачать (140 КБ) |
| 1.0.0-1.20.4 | Релиз | 1.20.3, 1.20.4 | fabric | 12 августа 2024 г. | Скачать (139 КБ) |
| 1.0.0-1.20 | Релиз | 1.20, 1.20.1, 1.20.2 | fabric | 12 августа 2024 г. | Скачать (139 КБ) |
Ченджлог
2.1.1-1.26.2Релиз26.2 · 25 июня 2026 г.
- New in-house config
- Will require changing your config settings again
2.0.1-1.26.1Релиз26.1, 26.1.1, 26.1.2 · 7 мая 2026 г.
- Possible fix for #56 - crash with furnaces and stacked Lava buckets
2.0.0-1.26.1Релиз26.1, 26.1.1, 26.1.2 · 27 марта 2026 г.
- Update to 1.26.1 (26.1)
1.1.2-1.21.9Релиз1.21.9, 1.21.10, 1.21.11 · 6 октября 2025 г.
- Update to 1.21.9
- Fix #49 - Bucketing Axolotl causes game to crash
1.1.1-1.21.2Релиз1.21.7, 1.21.8, 1.21.9 · 29 июня 2025 г.
- Fixes #38 - Bundle Item Duplication
1.1.0-1.21.2Релиз1.21.3, 1.21.4, 1.21.5 · 5 марта 2025 г.
Config Update
This update adds a Config with
- Select the Stack Size between 1 and 99
- I was going to implement higher stacks but that would require also being on Client Side which I don't want
- Ablitiy to Ignore the 'IsDamageable' check (Don't do this)
- This will break recipes related to Tools/etc as vanilla breaks anything that has Stackable & Damageable components
- Add Items to exclude from the Stack Increase
- Provide the Item ID (ex: minecraft:shulker_box | shulker_box | cottage-craft:purple_water_bucket)
- Any issues with locating the Item will be provided in the Log, check it before reporting issues.
- Note: If you wish to exclude Shulker Boxes, you will need to provide each colour variant as well
- Ablitiy to disable the Consumable FIx (1.21.2 - 1.21.4)
- There shouldn't be any major issues with this fix, but an option to use vanilla again is provided just in-case
1.21.2+
- Fixes #24 - Consumable Items won't stack their remaining Items until after reconnect
1.1.0-1.21.0Релиз1.21, 1.21.1 · 5 марта 2025 г.
Config Update
This update adds a Config with
- Select the Stack Size between 1 and 99
- I was going to implement higher stacks but that would require also being on Client Side which I don't want
- Ablitiy to Ignore the 'IsDamageable' check (Don't do this)
- This will break recipes related to Tools/etc as vanilla breaks anything that has Stackable & Damageable components
- Add Items to exclude from the Stack Increase
- Provide the Item ID (ex: minecraft:shulker_box | shulker_box | cottage-craft:purple_water_bucket)
- Any issues with locating the Item will be provided in the Log, check it before reporting issues.
- Note: If you wish to exclude Shulker Boxes, you will need to provide each colour variant as well
- Ablitiy to disable the Consumable FIx (1.21.2 - 1.21.4)
- There shouldn't be any major issues with this fix, but an option to use vanilla again is provided just in-case
1.21.2+
- Fixes #24 - Consumable Items won't stack their remaining Items until after reconnect
1.0.2-1.21.2Релиз1.21.2, 1.21.3, 1.21.4 · 3 ноября 2024 г.
- Fix Anvils duplicating first slot #23
Комментарии
Загружаем…
























