
Stackable
Stackable is a mod that increases all block stacking limits to any value less than 127 for Minecraft 1.20.4-1.19.2 and 2.147B for versions after 1.20.6
Обновлён 18 июня 2026 г. · опубликован 4 мая 2023 г.
Stackable
Stackable is a mod that increases all block stacking limits to any value less than 127 for Minecraft 1.19.2-1.20.4 and 2.147B in 1.20.6+.
Why 127?
Effectively, I'm lazy, but in reality, Minecraft stores all items with a single signed byte which for our purposes only can be between -128 to 127, since negative values are invalid that leaves a maximum stack size of 127. Moreover, this mod is intended to be compatible with other mods which may also use signed bytes to store items.
Why make this mod
I don't know, other mods already exist that allow for stack sizes above 127. This was more for experimentation with creating mixins and understanding Minecrafts code a little better.
Will you update to X?
Maybe.
Will you backport to X?
Eh, not really.
There's a bug here?
I might fix bugs that are Vanilla specific, but mod compatibility is gonna be kinda hard to do
Mod support?
This mod should be compatible with most other mods, I've tested this mod in all of Fabric Orion, and it generally works, some blocks will limit their storage size to 64 but shouldn't crash. Most of my mixins to the code surround editing the interface that all inventory mods should implement to begin with, so if they call the stack size from that interface they should receive the appropriate value.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.1.1 | Релиз | 26.2 | forge | 18 июня 2026 г. | .jar (36 КБ) |
| 2.1.1 | Релиз | 26.2 | neoforge | 18 июня 2026 г. | .jar (37 КБ) |
| 2.1.1 | Релиз | 26.2 | fabric | 18 июня 2026 г. | .jar (36 КБ) |
| 2.1.1 | Релиз | 1.21.1 | forge | 18 июня 2026 г. | .jar (653 КБ) |
| 2.1.1 | Релиз | 1.21.1 | neoforge | 18 июня 2026 г. | .jar (37 КБ) |
| 2.1.1 | Релиз | 1.21.1 | fabric | 18 июня 2026 г. | .jar (39 КБ) |
| 2.1.1 | Релиз | 26.1.2 | forge | 6 июня 2026 г. | .jar (36 КБ) |
| 2.1.1 | Релиз | 26.1.2 | neoforge | 6 июня 2026 г. | .jar (37 КБ) |
| 2.1.1 | Релиз | 26.1.2 | fabric | 6 июня 2026 г. | .jar (36 КБ) |
| 2.1.0 | Релиз | 26.1 | neoforge | 25 марта 2026 г. | .jar (37 КБ) |
| 2.1.0 | Релиз | 26.1 | fabric | 25 марта 2026 г. | .jar (36 КБ) |
| 2.0.5 | Релиз | 1.21.11 | forge | 8 марта 2026 г. | .jar (35 КБ) |
| 2.0.5 | Релиз | 1.21.11 | neoforge | 8 марта 2026 г. | .jar (35 КБ) |
| 2.0.5 | Релиз | 1.21.11 | fabric | 8 марта 2026 г. | .jar (35 КБ) |
| 2.0.4 | Релиз | 1.21.9, 1.21.10, 1.21.11 | forge | 10 января 2026 г. | .jar (35 КБ) |
Показаны последние 15 из 54 версий. Все версии — на Modrinth.
Ченджлог
2.1.1Релиз26.2 · 18 июня 2026 г.
Stackable 2.1.1!
a port to 26.2!
- Simple version bump to 26.2, no major code changes.
2.1.1Релиз26.2 · 18 июня 2026 г.
Stackable 2.1.1!
a port to 26.2!
- Simple version bump to 26.2, no major code changes.
2.1.1Релиз26.2 · 18 июня 2026 г.
Stackable 2.1.1!
a port to 26.2!
- Simple version bump to 26.2, no major code changes.
2.1.1Релиз1.21.1 · 18 июня 2026 г.
Stackable 2.1.1!
a port to 1.21.1!
- Changes since 2.0.4
- When storing items in bundles, any non-overriden stackable item will now have a penalty multiplier of 8.
- This means each item will count as 8 when in a bundle, and the max bundle size is now 128 by default
- This is configurable in stackable.json with the "bundleStackPenalty" property.
- When storing items in bundles, any non-overriden stackable item will now have a penalty multiplier of 8.
- The Debug log present in Forge and NeoForge has been removed from 1.21.1 branch
2.1.1Релиз1.21.1 · 18 июня 2026 г.
Stackable 2.1.1!
a port to 1.21.1!
- Changes since 2.0.4
- When storing items in bundles, any non-overriden stackable item will now have a penalty multiplier of 8.
- This means each item will count as 8 when in a bundle, and the max bundle size is now 128 by default
- This is configurable in stackable.json with the "bundleStackPenalty" property.
- When storing items in bundles, any non-overriden stackable item will now have a penalty multiplier of 8.
- The Debug log present in Forge and NeoForge has been removed from 1.21.1 branch
2.1.1Релиз1.21.1 · 18 июня 2026 г.
Stackable 2.1.1!
a port to 1.21.1!
- Changes since 2.0.4
- When storing items in bundles, any non-overriden stackable item will now have a penalty multiplier of 8.
- This means each item will count as 8 when in a bundle, and the max bundle size is now 128 by default
- This is configurable in stackable.json with the "bundleStackPenalty" property.
- When storing items in bundles, any non-overriden stackable item will now have a penalty multiplier of 8.
- The Debug log present in Forge and NeoForge has been removed from 1.21.1 branch
2.1.1Релиз26.1.2 · 6 июня 2026 г.
Stackable 2.1.1!
a port to 26.1.2!
- Ported to 26.1.2
- Stackable now supports Forge again.
- Started introducing GameTests.
Next move is porting the bundle nerf to 1.21.1
2.1.1Релиз26.1.2 · 6 июня 2026 г.
Stackable 2.1.1!
a port to 26.1.2!
- Ported to 26.1.2
- Stackable now supports Forge again.
- Started introducing GameTests.
Next move is porting the bundle nerf to 1.21.1
Полная история изменений — на Modrinth.
Комментарии
Загружаем…

